Interface LegacyTypedCommandWriter
- All Superinterfaces:
TypedCommandWriter
- All Known Subinterfaces:
LegacyTypedStreamWriter
- All Known Implementing Classes:
LegacyTypedStreamWriterImpl,LegacyTypedStreamWriterProxy,NoopLegacyTypedStreamWriter
This interface is supposed to be replaced by RestrictedTypedCommandWriter
-
Method Summary
Modifier and TypeMethodDescriptionvoidappendFollowUpCommand(long key, Intent intent, RecordValue value) voidappendNewCommand(Intent intent, RecordValue value) longflush()voidreset()
-
Method Details
-
appendNewCommand
- Specified by:
appendNewCommandin interfaceTypedCommandWriter
-
appendFollowUpCommand
- Specified by:
appendFollowUpCommandin interfaceTypedCommandWriter
-
reset
void reset() -
flush
long flush()- Returns:
- position of new record, negative value on failure
-