Interface TypedCommandWriter
- All Known Subinterfaces:
TypedStreamWriter
- All Known Implementing Classes:
NoopTypedStreamWriter,TypedStreamWriterImpl,TypedStreamWriterProxy
public interface TypedCommandWriter
Things that any actor can write to a partition.
-
Method Summary
Modifier and TypeMethodDescriptionvoidappendFollowUpCommand(long key, Intent intent, RecordValue value) voidappendNewCommand(Intent intent, RecordValue value) longflush()voidreset()
-
Method Details
-
appendNewCommand
-
appendFollowUpCommand
-
reset
void reset() -
flush
long flush()- Returns:
- position of new record, negative value on failure
-