Uses of Class
org.shoal.ha.cache.api.DataStoreException
-
Packages that use DataStoreException Package Description org.shoal.adapter.store.commands org.shoal.ha.cache.api org.shoal.ha.cache.impl.command org.shoal.ha.cache.impl.interceptor org.shoal.ha.cache.impl.store -
-
Uses of DataStoreException in org.shoal.adapter.store.commands
Methods in org.shoal.adapter.store.commands that throw DataStoreException Modifier and Type Method Description abstract voidAbstractSaveCommand. execute(java.lang.String initiator)voidLoadResponseCommand. execute(java.lang.String initiator)voidNoOpCommand. execute(java.lang.String initiator)voidSaveCommand. execute(java.lang.String initiator)voidSizeRequestCommand. execute(java.lang.String initiator)voidTouchCommand. execute(java.lang.String initiator)VLoadRequestCommand. getResult(long waitFor, java.util.concurrent.TimeUnit unit) -
Uses of DataStoreException in org.shoal.ha.cache.api
Subclasses of DataStoreException in org.shoal.ha.cache.api Modifier and Type Class Description classDataStoreAlreadyClosedExceptionclassTooManyRetriesExceptionMethods in org.shoal.ha.cache.api that throw DataStoreException Modifier and Type Method Description VDataStore. get(K k)Returns the value to which the specified key is mapped in this cache.voidAbstractCommandInterceptor. onReceive(Command<K,V> cmd, java.lang.String initiator)voidAbstractCommandInterceptor. onTransmit(Command<K,V> cmd, java.lang.String initiator)java.lang.StringDataStore. put(K k, V v)Creates or Replaces the object associated with key k.voidDataStore. remove(K k)Removes the mapping between the key and the object.java.lang.StringDataStore. touch(K k, long version, long timeStamp, long ttl)Updates the timestamp associated with this entry. -
Uses of DataStoreException in org.shoal.ha.cache.impl.command
Methods in org.shoal.ha.cache.impl.command that throw DataStoreException Modifier and Type Method Description protected static byte[]Command. captureState(java.lang.Object obj)abstract voidCommand. execute(java.lang.String initiator)voidCommandManager. execute(Command<K,V> cmd)voidCommandManager. executeCommand(Command<K,V> cmd, boolean forward, java.lang.String initiator) -
Uses of DataStoreException in org.shoal.ha.cache.impl.interceptor
Methods in org.shoal.ha.cache.impl.interceptor that throw DataStoreException Modifier and Type Method Description voidCommandCollector. addCommand(Command<K,V> cmd)voidReplicationCommandTransmitterWithList. addCommand(Command<K,V> cmd)voidReplicationCommandTransmitterWithMap. addCommand(Command<K,V> cmd)protected booleanReplicationFramePayloadCommand. beforeTransmit()voidReplicationFramePayloadCommand. execute(java.lang.String initiator)voidCommandHandlerInterceptor. onReceive(Command<K,V> cmd, java.lang.String initiator)voidCommandHandlerInterceptor. onTransmit(Command<K,V> cmd, java.lang.String initiator)voidReplicationCommandTransmitterManager. onTransmit(Command<K,V> cmd, java.lang.String initiator)voidTransmitInterceptor. onTransmit(Command<K,V> cmd, java.lang.String initiator)voidCommandCollector. removeCommand(Command<K,V> cmd)voidReplicationCommandTransmitterWithList. removeCommand(Command<K,V> cmd)voidReplicationCommandTransmitterWithMap. removeCommand(Command<K,V> cmd) -
Uses of DataStoreException in org.shoal.ha.cache.impl.store
Methods in org.shoal.ha.cache.impl.store that throw DataStoreException Modifier and Type Method Description protected byte[]DataStoreEntryUpdater. captureState(V v)abstract LoadResponseCommand<K,V>DataStoreEntryUpdater. createLoadResponseCommand(DataStoreEntry<K,V> entry, K k, long minVersion)LoadResponseCommand<K,V>StoreableDataStoreEntryUpdater. createLoadResponseCommand(DataStoreEntry<K,V> entry, K k, long minVersion)protected VDataStoreEntryUpdater. deserializeV(byte[] rawV)abstract voidDataStoreEntryUpdater. executeSave(DataStoreEntry<K,V> entry, SaveCommand<K,V> cmd)voidStoreableDataStoreEntryUpdater. executeSave(DataStoreEntry<K,V> entry, SaveCommand<K,V> saveCmd)abstract voidDataStoreEntryUpdater. executeTouch(DataStoreEntry<K,V> entry, TouchCommand<K,V> cmd)voidSimpleDataStoreEntryUpdater. executeTouch(DataStoreEntry<K,V> entry, TouchCommand<K,V> touchCmd)voidSimpleStoreableDataStoreEntryUpdater. executeTouch(DataStoreEntry<K,V> entry, TouchCommand<K,V> touchCmd)voidStoreableDataStoreEntryUpdater. executeTouch(DataStoreEntry<K,V> entry, TouchCommand<K,V> touchCmd)abstract VDataStoreEntryUpdater. extractVFrom(LoadResponseCommand<K,V> cmd)VSimpleDataStoreEntryUpdater. extractVFrom(LoadResponseCommand<K,V> cmd)VSimpleStoreableDataStoreEntryUpdater. extractVFrom(LoadResponseCommand<K,V> cmd)VStoreableDataStoreEntryUpdater. extractVFrom(LoadResponseCommand<K,V> cmd)VReplicatedDataStore. get(K key)abstract byte[]DataStoreEntryUpdater. getState(V v)byte[]SimpleDataStoreEntryUpdater. getState(V v)byte[]SimpleStoreableDataStoreEntryUpdater. getState(V v)byte[]StoreableDataStoreEntryUpdater. getState(V v)abstract VDataStoreEntryUpdater. getV(DataStoreEntry<K,V> entry)VReplicaStore. getV(K k, java.lang.ClassLoader cl)VSimpleDataStoreEntryUpdater. getV(DataStoreEntry<K,V> entry)VSimpleStoreableDataStoreEntryUpdater. getV(DataStoreEntry<K,V> entry)VStoreableDataStoreEntryUpdater. getV(DataStoreEntry<K,V> entry)java.lang.StringReplicatedDataStore. put(K k, V v)voidReplicatedDataStore. remove(K k)java.lang.StringReplicatedDataStore. touch(K k, long version, long ts, long ttl)
-