Class LastByTableImportState<KEY_TYPE>

All Implemented Interfaces:
ImportState, LiveTable, Externalizable, Serializable, Runnable

public class LastByTableImportState<KEY_TYPE> extends BaseLastByTableImportState<KEY_TYPE>

ImportState that publishes a last-by view of the data being imported, producing a table intended for concurrent usage by clients with access to the importing process.

See Also: