Class DatabeanExportFilenameTool
java.lang.Object
io.datarouter.plugin.dataexport.util.DatabeanExportFilenameTool
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.datarouter.storage.util.Subpathstatic final io.datarouter.storage.util.Subpath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisPartFile(io.datarouter.storage.file.PathbeanKey pathbeanKey) static StringmakeClientAndTableName(io.datarouter.storage.node.type.physical.PhysicalNode<?, ?, ?> node) static StringmakePartFilename(int partId) parseClientAndTableName(String filename) static intpartId(io.datarouter.storage.file.PathbeanKey pathbeanKey)
-
Field Details
-
META_SUBPATH
public static final io.datarouter.storage.util.Subpath META_SUBPATH -
DATA_SUBPATH
public static final io.datarouter.storage.util.Subpath DATA_SUBPATH
-
-
Constructor Details
-
DatabeanExportFilenameTool
public DatabeanExportFilenameTool()
-
-
Method Details
-
isPartFile
public static boolean isPartFile(io.datarouter.storage.file.PathbeanKey pathbeanKey) -
makePartFilename
-
partId
public static int partId(io.datarouter.storage.file.PathbeanKey pathbeanKey) -
makeClientAndTableName
public static String makeClientAndTableName(io.datarouter.storage.node.type.physical.PhysicalNode<?, ?, ?> node) -
parseClientAndTableName
public static DatabeanExportFilenameTool.ClientAndTableName parseClientAndTableName(String filename)
-