Class PipeStorageGroupInfo
- java.lang.Object
-
- org.apache.iotdb.db.sync.datasource.PipeStorageGroupInfo
-
public class PipeStorageGroupInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PipeStorageGroupInfo(java.lang.String sgName, long committedIndex, long nextReadIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCommittedIndex()longgetNextReadIndex()voidsetCommittedIndex(long committedIndex)voidsetNextReadIndex(long nextReadIndex)
-