Interface IdDataImportChannelItem
- All Superinterfaces:
DataImportChannelItem
,com.fishlib.base.log.LogOutputAppendable
- All Known Implementing Classes:
RescanDataItem
,TruncatePartitionDataItem
public interface IdDataImportChannelItem extends DataImportChannelItem
Signalling interface for DataImportChannelItems that have a long ID.
-
Field Summary
Fields inherited from interface com.illumon.iris.db.tables.dataimport.logtailer.DataImportChannelItem
HEADER_SIZE, MAX_DATA_BODY_SIZE, MAX_NON_DATA_BODY_SIZE, VERSION_SIZE
-
Method Summary
Modifier and Type Method Description long
getId()
Methods inherited from interface com.illumon.iris.db.tables.dataimport.logtailer.DataImportChannelItem
getAlternateTypes, getCurrentVersion, getPrimaryType, getVersion, read, send
-
Method Details
-
getId
long getId()
-