-
- All Implemented Interfaces:
-
jetbrains.exodus.env.replication.EnvironmentReplicationDelta,jetbrains.exodus.log.replication.LogReplicationDelta
public final class ReplicationDelta implements EnvironmentReplicationDelta
-
-
Field Summary
Fields Modifier and Type Field Description private final Longidprivate final LongstartAddressprivate final LonghighAddressprivate final LongfileLengthBoundprivate final LongArrayfilesprivate final Booleanencryptedprivate final LongmetaTreeAddressprivate final LongrootAddress
-
Method Summary
Modifier and Type Method Description LonggetId()LonggetStartAddress()LonggetHighAddress()LonggetFileLengthBound()LongArraygetFiles()BooleangetEncrypted()LonggetMetaTreeAddress()LonggetRootAddress()Booleanequals(Object other)IntegerhashCode()StringtoString()-
-
Method Detail
-
getStartAddress
Long getStartAddress()
-
getHighAddress
Long getHighAddress()
-
getFileLengthBound
Long getFileLengthBound()
-
getEncrypted
Boolean getEncrypted()
-
getMetaTreeAddress
Long getMetaTreeAddress()
-
getRootAddress
Long getRootAddress()
-
-
-
-