public class BucketEntryWrapper extends Object implements MutableBucketEntry
| Constructor and Description |
|---|
BucketEntryWrapper(RemoteBucketState state) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
RemoteBucketState |
get() |
boolean |
isStateModified() |
void |
set(RemoteBucketState state) |
void |
setStateModified(boolean stateModified) |
public BucketEntryWrapper(RemoteBucketState state)
public boolean exists()
exists in interface MutableBucketEntrypublic boolean isStateModified()
public void setStateModified(boolean stateModified)
public void set(RemoteBucketState state)
set in interface MutableBucketEntrypublic RemoteBucketState get()
get in interface MutableBucketEntryCopyright © 2022. All rights reserved.