Interface StatefulDataType<D>

  • Type Parameters:
    D - type of opaque parameter passed as an operational context to Factory.create()
    All Known Implementing Classes:
    RowDataType, ValueDataType, VersionedValueType

    public interface StatefulDataType<D>
    A data type that allows to save its state.