Uses of Enum
org.apache.iotdb.confignode.persistence.schema.CNSnapshotFileType
Packages that use CNSnapshotFileType
Package
Description
-
Uses of CNSnapshotFileType in org.apache.iotdb.confignode.manager.pipe.connector.payload
Methods in org.apache.iotdb.confignode.manager.pipe.connector.payload with parameters of type CNSnapshotFileTypeModifier and TypeMethodDescriptionstatic byte[]PipeTransferConfigSnapshotSealReq.toTPipeTransferBytes(String pattern, String snapshotName, long snapshotLength, String templateFileName, long templateFileLength, CNSnapshotFileType fileType, String typeString) PipeTransferConfigSnapshotSealReq.toTPipeTransferReq(String pattern, String snapshotName, long snapshotLength, String templateFileName, long templateFileLength, CNSnapshotFileType fileType, String typeString) -
Uses of CNSnapshotFileType in org.apache.iotdb.confignode.manager.pipe.event
Methods in org.apache.iotdb.confignode.manager.pipe.event that return CNSnapshotFileTypeConstructors in org.apache.iotdb.confignode.manager.pipe.event with parameters of type CNSnapshotFileTypeModifierConstructorDescriptionPipeConfigRegionSnapshotEvent(String snapshotPath, String templateFilePath, CNSnapshotFileType type) PipeConfigRegionSnapshotEvent(String snapshotPath, String templateFilePath, CNSnapshotFileType type, String pipeName, long creationTime, PipeTaskMeta pipeTaskMeta, PipePattern pattern) -
Uses of CNSnapshotFileType in org.apache.iotdb.confignode.manager.pipe.extractor
Method parameters in org.apache.iotdb.confignode.manager.pipe.extractor with type arguments of type CNSnapshotFileTypeModifier and TypeMethodDescriptionvoidConfigRegionListeningQueue.tryListenToSnapshots(List<org.apache.tsfile.utils.Pair<org.apache.tsfile.utils.Pair<Path, Path>, CNSnapshotFileType>> snapshotPathInfoList) -
Uses of CNSnapshotFileType in org.apache.iotdb.confignode.persistence.schema
Methods in org.apache.iotdb.confignode.persistence.schema that return CNSnapshotFileTypeModifier and TypeMethodDescriptionstatic CNSnapshotFileTypeCNSnapshotFileType.deserialize(byte type) static CNSnapshotFileTypeReturns the enum constant of this type with the specified name.static CNSnapshotFileType[]CNSnapshotFileType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.confignode.persistence.schema that return types with arguments of type CNSnapshotFileTypeModifier and TypeMethodDescriptionstatic List<org.apache.tsfile.utils.Pair<org.apache.tsfile.utils.Pair<Path,Path>, CNSnapshotFileType>> ConfignodeSnapshotParser.getSnapshots()Methods in org.apache.iotdb.confignode.persistence.schema with parameters of type CNSnapshotFileTypeModifier and TypeMethodDescriptionstatic CNPhysicalPlanGeneratorConfignodeSnapshotParser.translate2PhysicalPlan(Path path1, Path path2, CNSnapshotFileType type) Constructors in org.apache.iotdb.confignode.persistence.schema with parameters of type CNSnapshotFileTypeModifierConstructorDescriptionCNPhysicalPlanGenerator(Path snapshotFilePath, CNSnapshotFileType fileType)