Serialized Form
-
Package org.shoal.adapter.store.commands
-
Class org.shoal.adapter.store.commands.AbstractSaveCommand extends AcknowledgedCommand<K,V> implements Serializable
- serialVersionUID:
- 241699054955846907L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
lastAccessedAt
long lastAccessedAt
-
maxIdleTime
long maxIdleTime
-
version
long version
-
-
Class org.shoal.adapter.store.commands.AcknowledgedCommand extends Command<K,V> implements Serializable
- serialVersionUID:
- -4027862351560585449L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
originatingInstance
String originatingInstance
-
tokenId
long tokenId
-
-
Class org.shoal.adapter.store.commands.LoadRequestCommand extends Command<K,V> implements Serializable
- serialVersionUID:
- 3672209854011660431L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
Class org.shoal.adapter.store.commands.LoadResponseCommand extends Command<K,V> implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ris) throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.shoal.adapter.store.commands.NoOpCommand extends Command implements Serializable
- serialVersionUID:
- 3353080048287174569L
-
Class org.shoal.adapter.store.commands.RemoveCommand extends AcknowledgedCommand<K,V> implements Serializable
- serialVersionUID:
- -8067458552974086794L
-
Serialized Fields
-
target
String target
-
-
Class org.shoal.adapter.store.commands.RemoveExpiredCommand extends Command implements Serializable
- serialVersionUID:
- 5377972855354679059L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ris) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream ros) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
maxIdleInMillis
long maxIdleInMillis
-
target
String target
-
tokenId
long tokenId
-
-
Class org.shoal.adapter.store.commands.RemoveExpiredResultCommand extends Command<String,V> implements Serializable
- serialVersionUID:
- -6402834139071754486L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ris) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream ros) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
result
int result
-
target
String target
-
tokenId
long tokenId
-
-
Class org.shoal.adapter.store.commands.SaveCommand extends AbstractSaveCommand<K,V> implements Serializable
- serialVersionUID:
- -1681470355087702983L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.shoal.adapter.store.commands.SimpleAckCommand extends Command implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ris) throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream ros) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.shoal.adapter.store.commands.SizeRequestCommand extends Command implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ris) throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream ros) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.shoal.adapter.store.commands.SizeResponseCommand extends Command implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ris) throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream ros) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.shoal.adapter.store.commands.StaleCopyRemoveCommand extends Command<K,V> implements Serializable
- serialVersionUID:
- -5823823481273689103L
-
Serialized Fields
-
staleTargetName
String staleTargetName
-
-
Class org.shoal.adapter.store.commands.TouchCommand extends AbstractSaveCommand<K,V> implements Serializable
- serialVersionUID:
- -7824388716058350739L
-
-
Package org.shoal.ha.cache.api
-
Class org.shoal.ha.cache.api.DataStoreAlreadyClosedException extends DataStoreException implements Serializable
- serialVersionUID:
- 6828272055892858480L
-
Class org.shoal.ha.cache.api.DataStoreException extends IOException implements Serializable
- serialVersionUID:
- 212794329970352801L
-
Class org.shoal.ha.cache.api.TooManyRetriesException extends DataStoreException implements Serializable
- serialVersionUID:
- -6309507580534901353L
-
-
Package org.shoal.ha.cache.impl.command
-
Class org.shoal.ha.cache.impl.command.Command extends Object implements Serializable
- serialVersionUID:
- 6608726132108978791L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
opcode
byte opcode
-
rawKey
byte[] rawKey
-
-
-
Package org.shoal.ha.cache.impl.interceptor
-
Class org.shoal.ha.cache.impl.interceptor.ReplicationFramePayloadCommand extends Command implements Serializable
- serialVersionUID:
- -7673740871785789916L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ris) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream ros) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Package org.shoal.ha.cache.impl.util
-
Class org.shoal.ha.cache.impl.util.SimpleDataStoreShell.MyStoreable extends Object implements Serializable
- serialVersionUID:
- 3735728171574889879L
-
Class org.shoal.ha.cache.impl.util.SimpleStoreableMetadata extends Object implements Serializable
- serialVersionUID:
- 2852227115353486022L
-
Serialized Fields
-
isNew
boolean isNew
-
lastAccessTime
long lastAccessTime
-
maxIdleTime
long maxIdleTime
-
state
byte[] state
-
version
long version
-
-
Class org.shoal.ha.cache.impl.util.StoreableBackingStoreShell.MyStoreable extends Object implements Serializable
- serialVersionUID:
- 6878799840494060076L
-