Uses of Enum Class
com.orientechnologies.orient.core.storage.OChecksumMode
Packages that use OChecksumMode
Package
Description
Contains the Storage interface and the basic implementations.
-
Uses of OChecksumMode in com.orientechnologies.orient.core.config
Methods in com.orientechnologies.orient.core.config that return OChecksumMode -
Uses of OChecksumMode in com.orientechnologies.orient.core.storage
Methods in com.orientechnologies.orient.core.storage that return OChecksumModeModifier and TypeMethodDescriptionstatic OChecksumModeReturns the enum constant of this class with the specified name.static OChecksumMode[]OChecksumMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OChecksumMode in com.orientechnologies.orient.core.storage.cache.local
Methods in com.orientechnologies.orient.core.storage.cache.local with parameters of type OChecksumModeModifier and TypeMethodDescriptionstatic voidOWOWCache.addMagicChecksumBackup(int intId, int pageIndex, OChecksumMode checksumMode, ByteBuffer buffer) voidOWOWCache.setChecksumMode(OChecksumMode checksumMode) Constructors in com.orientechnologies.orient.core.storage.cache.local with parameters of type OChecksumModeModifierConstructorDescriptionOWOWCache(int pageSize, OByteBufferPool bufferPool, OWriteAheadLog writeAheadLog, DoubleWriteLog doubleWriteLog, long pagesFlushInterval, int shutdownTimeout, long exclusiveWriteCacheMaxSize, Path storagePath, String storageName, OBinarySerializer<String> stringSerializer, OClosableLinkedContainer<Long, OFile> files, int id, OChecksumMode checksumMode, byte[] iv, byte[] aesKey, boolean callFsync, ExecutorService executor)