Uses of Enum Class
fr.gouv.vitam.storage.cold.server.simulator.service.filesystem.MarkerType
Packages that use MarkerType
-
Uses of MarkerType in fr.gouv.vitam.storage.cold.server.simulator.service.filesystem
Methods in fr.gouv.vitam.storage.cold.server.simulator.service.filesystem that return MarkerTypeModifier and TypeMethodDescriptionstatic MarkerTypeReturns the enum constant of this class with the specified name.static MarkerType[]MarkerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.storage.cold.server.simulator.service.filesystem with parameters of type MarkerTypeModifier and TypeMethodDescriptionvoidMarkerManager.createMarker(String filename, MarkerType type) Create a marker file for the given filename and marker type The marker file contains a timestampvoidMarkerManager.deleteMarker(String filename, MarkerType type) Delete a marker file for the given filename and marker typeFileSystemManager.getMarkersPath(String filename, MarkerType markerType) Get path to a marker file in the markers directory