public class MutableBucketEntry extends Object
| Constructor and Description |
|---|
MutableBucketEntry(byte[] originalStateBytes) |
MutableBucketEntry(RemoteBucketState state) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
RemoteBucketState |
get() |
byte[] |
getStateBytes(Version backwardCompatibilityVersion) |
boolean |
isStateModified() |
void |
set(RemoteBucketState state) |
public MutableBucketEntry(RemoteBucketState state)
public MutableBucketEntry(byte[] originalStateBytes)
public boolean exists()
public boolean isStateModified()
public void set(RemoteBucketState state)
public RemoteBucketState get()
public byte[] getStateBytes(Version backwardCompatibilityVersion)
Copyright © 2024. All rights reserved.