public class GenericEntry extends Object implements MutableBucketEntry
| Constructor and Description |
|---|
GenericEntry(byte[] originalStateBytes,
Version backwardCompatibilityVersion) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
RemoteBucketState |
get() |
RemoteBucketState |
getModifiedState() |
byte[] |
getModifiedStateBytes() |
boolean |
isModified() |
void |
set(RemoteBucketState state) |
public GenericEntry(byte[] originalStateBytes,
Version backwardCompatibilityVersion)
public boolean exists()
exists in interface MutableBucketEntrypublic void set(RemoteBucketState state)
set in interface MutableBucketEntrypublic RemoteBucketState get()
get in interface MutableBucketEntrypublic RemoteBucketState getModifiedState()
public byte[] getModifiedStateBytes()
public boolean isModified()
Copyright © 2022. All rights reserved.