|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.servingxml.components.recordio.RecordWriter.NullRecordWriter
public static class RecordWriter.NullRecordWriter
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.servingxml.components.recordio.RecordWriter |
---|
RecordWriter.DefaultDiscardWriter, RecordWriter.NullRecordWriter |
Field Summary |
---|
Fields inherited from interface com.servingxml.components.recordio.RecordWriter |
---|
DEFAULT_DISCARD_WRITER, NULL |
Constructor Summary | |
---|---|
RecordWriter.NullRecordWriter()
|
Method Summary | |
---|---|
void |
close()
|
void |
endRecordStream(ServiceContext context,
Flow flow)
|
void |
startRecordStream(ServiceContext context,
Flow flow)
|
void |
writeRecord(ServiceContext context,
Flow flow)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecordWriter.NullRecordWriter()
Method Detail |
---|
public final void startRecordStream(ServiceContext context, Flow flow)
startRecordStream
in interface RecordWriter
public final void endRecordStream(ServiceContext context, Flow flow)
endRecordStream
in interface RecordWriter
public final void writeRecord(ServiceContext context, Flow flow)
writeRecord
in interface RecordWriter
public final void close()
close
in interface RecordWriter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |