Uses of Interface
org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
-
Packages that use ITimeIndex Package Description org.apache.iotdb.db.engine.storagegroup org.apache.iotdb.db.engine.storagegroup.timeindex -
-
Uses of ITimeIndex in org.apache.iotdb.db.engine.storagegroup
Fields in org.apache.iotdb.db.engine.storagegroup declared as ITimeIndex Modifier and Type Field Description protected ITimeIndexTsFileResource. timeIndextime indexMethods in org.apache.iotdb.db.engine.storagegroup with parameters of type ITimeIndex Modifier and Type Method Description voidTsFileResource. setTimeIndex(ITimeIndex timeIndex) -
Uses of ITimeIndex in org.apache.iotdb.db.engine.storagegroup.timeindex
Classes in org.apache.iotdb.db.engine.storagegroup.timeindex that implement ITimeIndex Modifier and Type Class Description classDeviceTimeIndexclassFileTimeIndexclassV012FileTimeIndexMethods in org.apache.iotdb.db.engine.storagegroup.timeindex that return ITimeIndex Modifier and Type Method Description ITimeIndexITimeIndex. deserialize(java.io.InputStream inputStream)deserialize from inputStreamITimeIndexITimeIndex. deserialize(java.nio.ByteBuffer buffer)deserialize from byte bufferITimeIndexTimeIndexLevel. getTimeIndex()Methods in org.apache.iotdb.db.engine.storagegroup.timeindex with parameters of type ITimeIndex Modifier and Type Method Description intDeviceTimeIndex. compareDegradePriority(ITimeIndex timeIndex)intFileTimeIndex. compareDegradePriority(ITimeIndex timeIndex)intITimeIndex. compareDegradePriority(ITimeIndex timeIndex)compare the priority of two ITimeIndexintV012FileTimeIndex. compareDegradePriority(ITimeIndex timeIndex)
-