-
- All Implemented Interfaces:
-
jetbrains.exodus.log.replication.LogReplicationDelta
public interface EnvironmentReplicationDelta implements LogReplicationDelta
-
-
Method Summary
Modifier and Type Method Description abstract LonggetId()abstract LonggetMetaTreeAddress()abstract LonggetRootAddress()abstract BooleangetEncrypted()abstract LonggetStartAddress()abstract LonggetHighAddress()abstract LonggetFileLengthBound()abstract LongArraygetFiles()-
-
Method Detail
-
getMetaTreeAddress
abstract Long getMetaTreeAddress()
-
getRootAddress
abstract Long getRootAddress()
-
getEncrypted
abstract Boolean getEncrypted()
-
getStartAddress
abstract Long getStartAddress()
-
getHighAddress
abstract Long getHighAddress()
-
getFileLengthBound
abstract Long getFileLengthBound()
-
-
-
-