Lockable
Counter
, DistributedHashSet<T>
, DistributedList<T>
, DistributedMap<K,V>
, DistributedQueue<T>
public interface DistributedDataStructure extends Lockable
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getKey() |
Gets the name of the data type.
|
WriteThruOptions |
getWriteThruOptions() |
Gets the datasource Write Options.
|
void |
setWriteThruOptions(WriteThruOptions value) |
Sets the datasource Write Options.
|
java.lang.String getKey() throws CacheException
CacheException
WriteThruOptions getWriteThruOptions() throws CacheException
CacheException
void setWriteThruOptions(WriteThruOptions value) throws CacheException
value
- WriteThruoptionsCacheException