D - type of opaque parameter passed as an operational context to Factory.create()public interface StatefulDataType<D>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StatefulDataType.Factory<D>
A factory for data types.
|
| Modifier and Type | Method and Description |
|---|---|
StatefulDataType.Factory<D> |
getFactory() |
void |
save(WriteBuffer buff,
MetaType<D> metaType)
Save the state.
|
void save(WriteBuffer buff, MetaType<D> metaType)
buff - the target buffermetaType - the meta typeStatefulDataType.Factory<D> getFactory()