Interface IStorageGroupMNode
-
- All Superinterfaces:
IMNode,java.io.Serializable
- All Known Implementing Classes:
StorageGroupEntityMNode,StorageGroupMNode
public interface IStorageGroupMNode extends IMNode
This interface defines a StorageGroupMNode's operation interfaces.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetDataTTL()org.apache.iotdb.confignode.rpc.thrift.TStorageGroupSchemagetStorageGroupSchema()voidsetDataReplicationFactor(int dataReplicationFactor)voidsetDataTTL(long dataTTL)voidsetSchemaReplicationFactor(int schemaReplicationFactor)voidsetStorageGroupSchema(org.apache.iotdb.confignode.rpc.thrift.TStorageGroupSchema schema)voidsetTimePartitionInterval(long timePartitionInterval)-
Methods inherited from interface org.apache.iotdb.db.metadata.mnode.IMNode
accept, addChild, addChild, deleteChild, getAsEntityMNode, getAsMeasurementMNode, getAsStorageGroupMNode, getCacheEntry, getChild, getChildren, getFullPath, getMNodeType, getName, getParent, getPartialPath, getSchemaTemplate, getSchemaTemplateId, getTriggerExecutor, getUpperTemplate, getUpperTriggerExecutorList, hasChild, isEntity, isMeasurement, isStorageGroup, isUseTemplate, moveDataToNewMNode, replaceChild, serializeTo, setCacheEntry, setChildren, setFullPath, setName, setParent, setSchemaTemplate, setSchemaTemplateId, setTriggerExecutor, setUseTemplate
-
-
-
-
Method Detail
-
getDataTTL
long getDataTTL()
-
setDataTTL
void setDataTTL(long dataTTL)
-
setSchemaReplicationFactor
void setSchemaReplicationFactor(int schemaReplicationFactor)
-
setDataReplicationFactor
void setDataReplicationFactor(int dataReplicationFactor)
-
setTimePartitionInterval
void setTimePartitionInterval(long timePartitionInterval)
-
setStorageGroupSchema
void setStorageGroupSchema(org.apache.iotdb.confignode.rpc.thrift.TStorageGroupSchema schema)
-
getStorageGroupSchema
org.apache.iotdb.confignode.rpc.thrift.TStorageGroupSchema getStorageGroupSchema()
-
-