- BackingStore<K extends Serializable,V extends Serializable> - Class in org.glassfish.ha.store.api
-
An object that stores a given value against an id.
- BackingStore() - Constructor for class org.glassfish.ha.store.api.BackingStore
-
- BackingStoreConfiguration<K extends Serializable,V extends Serializable> - Class in org.glassfish.ha.store.api
-
- BackingStoreConfiguration() - Constructor for class org.glassfish.ha.store.api.BackingStoreConfiguration
-
- BackingStoreException - Exception in org.glassfish.ha.store.api
-
This exception is thrown to signal any BackingStore specific exception.
- BackingStoreException() - Constructor for exception org.glassfish.ha.store.api.BackingStoreException
-
Creates a BackingStoreException with null as its detail message.
- BackingStoreException(String) - Constructor for exception org.glassfish.ha.store.api.BackingStoreException
-
constructs a BackingStoreException with the specified detail message
- BackingStoreException(String, Throwable) - Constructor for exception org.glassfish.ha.store.api.BackingStoreException
-
Constructs a new BackingStoreException exception with the specified cause
and a detail message of (cause==null ? null : cause.toString())
- BackingStoreFactory - Interface in org.glassfish.ha.store.api
-
A factory for creating BackingStore(s).
- BackingStoreFactoryRegistry - Class in org.glassfish.ha.store.spi
-
A class for storing BackingStore implementation.
- BackingStoreFactoryRegistry() - Constructor for class org.glassfish.ha.store.spi.BackingStoreFactoryRegistry
-
- BackingStoreTransaction - Interface in org.glassfish.ha.store.api
-
- BASE_DIRECTORY_NAME - Static variable in class org.glassfish.ha.store.api.BackingStoreConfiguration
-
- BinaryExpressionNode<T> - Class in org.glassfish.ha.store.criteria.spi
-
A class that represents a binary operation.
- BinaryExpressionNode(Opcode, Class<T>, ExpressionNode<T>) - Constructor for class org.glassfish.ha.store.criteria.spi.BinaryExpressionNode
-
- BinaryExpressionNode(Opcode, Class<T>, ExpressionNode<T>, ExpressionNode<T>) - Constructor for class org.glassfish.ha.store.criteria.spi.BinaryExpressionNode
-
- byteArrayToKey(byte[], int, int) - Method in interface org.glassfish.ha.store.util.KeyTransformer
-
Return the key from the byte[].