- Ec2AdapterException - Exception in com.scaleoutsoftware.client.cloud
-
No EC2 instances were found with the ScaleOut store name supplied to the
EC2BootstrapGatewayProvider's constructor, or a ScaleOut EC2 instance contains
invalid metadata in its __soss_metadata
tag.
- Ec2AdapterException() - Constructor for exception com.scaleoutsoftware.client.cloud.Ec2AdapterException
-
Default constructor.
- Ec2AdapterException(String) - Constructor for exception com.scaleoutsoftware.client.cloud.Ec2AdapterException
-
Create an Ec2AdapterException with a message.
- Ec2AdapterException(String, Exception) - Constructor for exception com.scaleoutsoftware.client.cloud.Ec2AdapterException
-
Create an Ec2AdapterException with a message and a cause.
- Ec2AdapterException(Exception) - Constructor for exception com.scaleoutsoftware.client.cloud.Ec2AdapterException
-
Create an Ec2AdapterException with a message.
- Ec2AdapterException(String, Exception, boolean, boolean) - Constructor for exception com.scaleoutsoftware.client.cloud.Ec2AdapterException
-
Create an Ec2AdapterException with a message and cause -- optionally suppress and write stack trace.
- Ec2BootstrapGatewayProvider - Class in com.scaleoutsoftware.client.cloud
-
- Ec2BootstrapGatewayProvider(String, GatewayType, Ec2Client) - Constructor for class com.scaleoutsoftware.client.cloud.Ec2BootstrapGatewayProvider
-
Construct the Ec2BootstrapGatewayProvider with the EC2 deployed StoreName, gateway type, and an initialized ec2 client.
- Ec2BootstrapGatewayProvider(String, GatewayType, String, String, String) - Constructor for class com.scaleoutsoftware.client.cloud.Ec2BootstrapGatewayProvider
-
Construct the Ec2BootstrapGatewayProvider with the EC2 deployed StoreName, gateway type, and credentials to initialize an Ec2Client.
- Ec2TagMissingException - Exception in com.scaleoutsoftware.client.cloud
-
ScaleOut EC2 instances are missing tag metadata (the __soss_metadata
tag)
that is required for client connections.
- Ec2TagMissingException() - Constructor for exception com.scaleoutsoftware.client.cloud.Ec2TagMissingException
-
Default constructor.
- Ec2TagMissingException(String) - Constructor for exception com.scaleoutsoftware.client.cloud.Ec2TagMissingException
-
Create an Ec2TagMissingException with a message.
- Ec2TagMissingException(String, Exception) - Constructor for exception com.scaleoutsoftware.client.cloud.Ec2TagMissingException
-
Create an Ec2TagMissingException with a message and a cause.
- Ec2TagMissingException(Exception) - Constructor for exception com.scaleoutsoftware.client.cloud.Ec2TagMissingException
-
Create an Ec2TagMissingException with a message.
- Ec2TagMissingException(String, Exception, boolean, boolean) - Constructor for exception com.scaleoutsoftware.client.cloud.Ec2TagMissingException
-
Create an Ec2TagMissingException with a message and cause -- optionally suppress and write stack trace.
- emptyLockToken() - Static method in class com.scaleout.client.caching.LockToken
-
Retrieve an empty lock token.
- emptyVersionToken() - Static method in class com.scaleout.client.caching.VersionToken
-
Retrieve an empty version token.
- enableAsyncReadThrough(boolean) - Method in interface com.scaleout.client.caching.ServiceEventHandler
-
Enable async read through on this service event handler.
- enableAsyncWriteThrough(boolean) - Method in interface com.scaleout.client.caching.ServiceEventHandler
-
Enable async write through on this service event handler.
- enableReadThrough(boolean) - Method in interface com.scaleout.client.caching.ServiceEventHandler
-
Enable read through on this service event handler.
- encode(byte[]) - Method in class com.scaleout.client.caching.ByteArrayKeyEncoder
-
Encodes the byte[] key.
- encode(Integer) - Method in class com.scaleout.client.caching.IntegerKeyEncoder
-
- encode(K) - Method in class com.scaleout.client.caching.KeyEncoder
-
Encodes a K
key into an array of 32-bytes.
- encode(String) - Method in class com.scaleout.client.caching.LegacyStringKeyEncoder
-
- encode(String) - Method in class com.scaleout.client.caching.StringKeyEncoder
-
- encode(UUID) - Method in class com.scaleout.client.caching.UuidKeyEncoder
-
Encodes the UUID
key.
- encodedKeyString() - Method in class com.scaleout.client.caching.KeyEncodingResult
-
Retrieve the encoded key string (if it exists).
- equal(String, Object) - Static method in class com.scaleout.client.caching.query.FilterFactory
-
The value of the property with the name propertyName
must be EQUAL to
value
.
- erase(K) - Method in interface com.scaleout.client.caching.CacheEntryEraseHandler
-
Remove the provided object based on the key from a backing store.
- evaluate(K, OperationContext<K, V, P>) - Method in interface com.scaleout.client.caching.CacheEntryForEachHandler
-
Evaluate an object in this for each operation.
- evaluate(K, OperationContext<K, V, P>) - Method in interface com.scaleout.client.caching.CacheEntryMethodInvocationHandler
-
Map a key into the thread-local accumulator and return the accumulated result.
- evaluateEntryWeight(ClientCacheEntry<K, V>) - Method in class com.scaleout.client.caching.ClientCacheEntryWeigher
-
Evaluates the weight of the entry.
- Event - Class in com.scaleout.client.caching
-
Contains information about an event that was pushed from a ScaleOut client (via Pipeline.postEvent).
- Event(String, byte[]) - Constructor for class com.scaleout.client.caching.Event
-
- EventDeliveryExceptionArgs<K,V> - Class in com.scaleout.client.caching
-
The EventDeliveryExceptionHandlerArgs class is used to store the NamedCache, Id, and Exception that occurred during
a BackingStore operation.
- EventDeliveryExceptionArgs() - Constructor for class com.scaleout.client.caching.EventDeliveryExceptionArgs
-
Default constructor.
- EventDeliveryExceptionHandler<K,V> - Class in com.scaleout.client.caching
-
The EventDeliveryExceptionHandler is used to deliver exceptions that were unhandled in user code during
backing store operations.
- EventDeliveryExceptionHandler() - Constructor for class com.scaleout.client.caching.EventDeliveryExceptionHandler
-
Default constructor.
- EventPayload - Class in com.scaleout.client.caching
-
- EventPayload(String, byte[]) - Constructor for class com.scaleout.client.caching.EventPayload
-
Construct a new event payload.
- expressionsEqual(Filter, Filter) - Static method in class com.scaleout.client.caching.query.FilterFactory
-
To pass through this filter objects must satisfy both firstFilter
and secondFilter
or
neither of them.
- GatewayType - Enum in com.scaleoutsoftware.client.cloud
-
Enum detailing the type of Gateway to pull from the GCP instances.
- GcpAdapterException - Exception in com.scaleoutsoftware.client.cloud
-
No GCP instances were found with the ScaleOut store name supplied to the
GcpBootstrapGatewayProvider's constructor, or a ScaleOut GCP instance contains
invalid metadata in its __soss_metadata
tag.
- GcpAdapterException() - Constructor for exception com.scaleoutsoftware.client.cloud.GcpAdapterException
-
Default constructor.
- GcpAdapterException(String) - Constructor for exception com.scaleoutsoftware.client.cloud.GcpAdapterException
-
Create an GcpAdapterException with a message and cause -- optionally suppress and write stack trace.
- GcpAdapterException(String, Exception) - Constructor for exception com.scaleoutsoftware.client.cloud.GcpAdapterException
-
Create an GcpAdapterException with a message and cause -- optionally suppress and write stack trace.
- GcpAdapterException(Exception) - Constructor for exception com.scaleoutsoftware.client.cloud.GcpAdapterException
-
Create an GcpAdapterException with a cause.
- GcpAdapterException(String, Exception, boolean, boolean) - Constructor for exception com.scaleoutsoftware.client.cloud.GcpAdapterException
-
Create an GcpAdapterException with a message and cause -- optionally suppress and write stack trace.
- GcpBootstrapGatewayProvider - Class in com.scaleoutsoftware.client.cloud
-
- GcpBootstrapGatewayProvider(String, GatewayType, String, String, InstancesClient) - Constructor for class com.scaleoutsoftware.client.cloud.GcpBootstrapGatewayProvider
-
Construct a GcpBootstrapGatewayProvider with a GCP deployed StoreName, gateway type, and an initialized GCP InstancesClient
.
- GcpTagMissingException - Exception in com.scaleoutsoftware.client.cloud
-
ScaleOut GCP instances are missing tag metadata (the __soss_metadata
tag)
that is required for client connections.
- GcpTagMissingException() - Constructor for exception com.scaleoutsoftware.client.cloud.GcpTagMissingException
-
Default constructor.
- GcpTagMissingException(String) - Constructor for exception com.scaleoutsoftware.client.cloud.GcpTagMissingException
-
Create an GcpTagMissingException with a message.
- GcpTagMissingException(String, Exception) - Constructor for exception com.scaleoutsoftware.client.cloud.GcpTagMissingException
-
Create an GcpTagMissingException with a message and a cause.
- GcpTagMissingException(Exception) - Constructor for exception com.scaleoutsoftware.client.cloud.GcpTagMissingException
-
Create an GcpTagMissingException with a message.
- GcpTagMissingException(String, Exception, boolean, boolean) - Constructor for exception com.scaleoutsoftware.client.cloud.GcpTagMissingException
-
Create an GcpTagMissingException with a message and cause -- optionally suppress and write stack trace.
- GEOS_MAX_REGISTER_REMOTE_STORE_RETRY_ATTEMPTS - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer max register remote store attempt configuration key
- GEOS_MAX_REGISTER_REMOTE_STORE_RETRY_ATTEMPTS_DEFAULT - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer max register remote store attempt configuration default value
- GEOS_REGISTER_REMOTE_STORE_RETRY_INTERVAL - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer max register remote store retry interval configuration key
- GEOS_REGISTER_REMOTE_STORE_RETRY_INTERVAL_DEFAULT - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer max register remote store retry interval configuration default value
- GEOS_REMOTE_STORE_NAMES - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer remote store configuration key
- GEOS_REMOTE_STORE_NAMES_DEFAULT - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer remote store configuration default value
- GEOSERVER_COHERENCY_POLICY - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer coherency policy configuration key.
- GEOSERVER_COHERENCY_POLICY_INTERVAL - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer coherency interval configuration key
- GEOSERVER_COHERENCY_POLICY_INTERVAL_DEFAULT - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer default coherency interval value
- GEOSERVER_COHERENCY_POLICY_NO - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer coherency policy no auto refresh value
- GEOSERVER_COHERENCY_POLICY_NOTIFY - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer coherency policy notify value
- GEOSERVER_COHERENCY_POLICY_POLL - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer coherency policy poll value
- GEOSERVER_PULL_POLICY - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer pull policy configuration key
- GEOSERVER_PULL_POLICY_ALLOW - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer pull policy allow value
- GEOSERVER_PULL_POLICY_DISABLED - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer pull policy disable value
- GEOSERVER_PUSH_POLICY - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer push policy configuration key
- GEOSERVER_PUSH_POLICY_ALLOW - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer push policy configuration allow value
- GEOSERVER_PUSH_POLICY_DISABLED - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer push policy configuration disable value
- GEOSERVER_READ_MODE - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer read mode configuration key
- GEOSERVER_READ_MODE_LOCAL_ALLOW_STALE - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer read mode configuration allow stale value
- GEOSERVER_READ_MODE_LOCAL_THROW_STALE - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer read mode configuration throw on stale value
- GEOSERVER_READ_MODE_NONE - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer read mode configuration none value
- GEOSERVER_READ_MODE_REMOTE - Static variable in class com.scaleout.client.caching.Constants
-
GeoServer read mode configuration remote value
- geoServerCoherencyInterval(Duration) - Method in class com.scaleout.client.caching.CacheBuilder
-
Note, requires GeoServer Pro enabled license.
- geoServerCoherencyPolicy(GeoServerCoherencyPolicy) - Method in class com.scaleout.client.caching.CacheBuilder
-
- GeoServerCoherencyPolicy - Enum in com.scaleout.client.caching
-
- geoServerPullPolicy(GeoServerPullPolicy) - Method in class com.scaleout.client.caching.CacheBuilder
-
Note, requires GeoServer Pro enabled license.
- GeoServerPullPolicy - Enum in com.scaleout.client.caching
-
The
GeoServerPullPolicy
enum is used to indicate whether objects added to the cache will be accessible to remote
stores via GeoServer "pull" replication.
- geoServerPushPolicy(GeoServerPushPolicy) - Method in class com.scaleout.client.caching.CacheBuilder
-
- GeoServerPushPolicy - Enum in com.scaleout.client.caching
-
The
GeoServerPushPolicy
enum is used to indicate whether objects added to the cache will
be subject to GeoServer "push" replication.
- geoServerReadMode(GeoServerReadMode) - Method in class com.scaleout.client.caching.CacheBuilder
-
- GeoServerReadMode - Enum in com.scaleout.client.caching
-
The
GeoServerReadMode
is an enum used to control GeoServer "pull" replication during Read operations.
- get() - Method in enum com.scaleout.client.caching.BackingStoreMode
-
Returns the byte value for this enum.
- get(K) - Method in class com.scaleout.client.caching.ClientCache
-
Retrieve an entry from the client cache.
- get() - Method in enum com.scaleout.client.caching.GeoServerPullPolicy
-
Retrieve the enums byte value
- get() - Method in enum com.scaleout.client.caching.GeoServerPushPolicy
-
Retrieve the enums byte value
- get() - Method in enum com.scaleout.client.caching.PreemptionPriority
-
Retrieve the byte value of this enum.
- get(byte[]) - Method in class com.scaleout.client.caching.StringKeyCache
-
Retrieve the string key for this hashed string key.
- get() - Method in enum com.scaleout.client.caching.TimeoutType
-
Retrieves the byte value of this enum.
- getActiveGateways() - Method in class com.scaleout.client.GridConnection
-
- getAllowRemoteAccess() - Method in class com.scaleout.client.caching.CachedObjectMetadata
-
Return true/false if this object has remote access allowed.
- getAllowReplication() - Method in class com.scaleout.client.caching.CachedObjectMetadata
-
Return true/false if this object is allowed to be replicated.
- getAppId() - Method in interface com.scaleout.client.caching.ServiceEventHandler
-
The application ID of this service event handler.
- getBackingStoreEventInterval() - Method in class com.scaleout.client.caching.CachedObjectMetadata
-
Retrieve the backing store event interval duration.
- getBackingStoreEventInterval() - Method in class com.scaleout.client.caching.CreatePolicy
-
Retrieves the configured backing store event interval.
- getBackingStoreMode() - Method in class com.scaleout.client.caching.CachedObjectMetadata
-
Retrieve the backing store mode.
- getBackingStoreMode() - Method in class com.scaleout.client.caching.CreatePolicy
-
- getBootstrapGateways() - Method in class com.scaleout.client.BootstrapGatewayProvider
-
- getBootstrapGateways() - Method in class com.scaleoutsoftware.client.cloud.Ec2BootstrapGatewayProvider
-
Retrieves the ScaleOut host's gateway addresses running in an Amazon EC2 environment.
- getBootstrapGateways() - Method in class com.scaleoutsoftware.client.cloud.GcpBootstrapGatewayProvider
-
- getCache() - Method in class com.scaleout.client.caching.EventDeliveryExceptionArgs
-
- getCache() - Method in interface com.scaleout.client.caching.OperationContext
-
Access to the
Cache
that performed the invoke operation.
- getClientCache() - Method in class com.scaleout.client.caching.CacheBuilder
-
- getClientCacheCoherencyIntervalMs() - Method in class com.scaleout.client.caching.CacheBuilder
-
Retrieve the client cache coherency interval in Ms
- getClientCacheOptions() - Method in class com.scaleout.client.caching.CacheBuilder
-
- getClientCacheSize() - Method in class com.scaleout.client.caching.CacheBuilder
-
- getClientCacheWeigher() - Method in class com.scaleout.client.caching.CacheBuilder
-
- getConnection() - Method in class com.scaleout.client.caching.CacheBuilder
-
- getCreatePolicy() - Method in class com.scaleout.client.caching.CacheBuilder
-
- getCreatePolicy() - Method in class com.scaleout.client.caching.ValueFactoryResult
-
Retrieves the creation policy.
- getCreateTime() - Method in class com.scaleout.client.caching.CachedObjectMetadata
-
Retrieve the time this object was created.
- getDeserializer() - Method in class com.scaleout.client.caching.CacheBuilder
-
- getErrorData() - Method in class com.scaleout.client.caching.InvokeResponse
-
- getEventInfo() - Method in class com.scaleout.client.caching.EventPayload
-
Retrieve the event info.
- getException() - Method in class com.scaleout.client.caching.EventDeliveryExceptionArgs
-
- getFailureCount() - Method in class com.scaleout.client.caching.InvokeResponse
-
- getFastReadVersion() - Method in interface com.scaleout.client.caching.OperationContext
-
Retrieve the
VersionToken
associated with the key during this invoke operation.
- getGeoServerCoherencyInterval() - Method in class com.scaleout.client.caching.CreatePolicy
-
Retrieves the configured coherency interval for GeoServer polling operations.
- getGeoServerCoherencyInterval() - Method in class com.scaleout.client.caching.ReadPolicy
-
Retrieves the configured coherency interval for GeoServer polling operations.
- getGeoServerCoherencyPolicy() - Method in class com.scaleout.client.caching.CachedObjectMetadata
-
Retrieve the GeoServer coherency policy.
- getGeoServerCoherencyPolicy() - Method in class com.scaleout.client.caching.CreatePolicy
-
- getGeoServerCoherencyPolicy() - Method in class com.scaleout.client.caching.ReadPolicy
-
- getGeoServerPullPolicy() - Method in class com.scaleout.client.caching.CreatePolicy
-
- getGeoServerPullPolicy() - Method in class com.scaleout.client.caching.ReadPolicy
-
- getGeoServerPushPolicy() - Method in class com.scaleout.client.caching.CreatePolicy
-
- getGeoServerPushPolicy() - Method in class com.scaleout.client.caching.ReadPolicy
-
- getGeoServerReadMode() - Method in class com.scaleout.client.caching.CacheBuilder
-
- getGeoServerReadMode() - Method in class com.scaleout.client.caching.ReadPolicy
-
- getGridConnection() - Method in interface com.scaleout.client.caching.ServiceEventHandler
-
Retrieve the
GridConnection
associated with this service event handler.
- getGridConnection() - Method in class com.scaleout.client.ighosting.InvocationWorker
-
- getGridConnection() - Method in class com.scaleout.client.ighosting.InvocationWorkerBuilder
-
- getHost() - Method in class com.scaleout.client.BootstrapGateway
-
- getIgId() - Method in class com.scaleout.client.ighosting.InvocationWorker
-
- getInfo() - Method in class com.scaleout.client.caching.Event
-
An arbitrary user-provided UTF-8 String containing information about the event, passed from the client-side eventInfo
parameter that's passed into Pipeline.postEvent().
- getInvocationGridId() - Method in class com.scaleout.client.ighosting.InvocationWorkerBuilder
-
Retrieve the InvocationGrid ID used by this builder.
- getKey() - Method in class com.scaleout.client.caching.CacheResponse
-
Returns the key for the request or null if no key is used.
- getKey() - Method in class com.scaleout.client.caching.ClientCacheEntry
-
Retrieve the entries key.
- getKey() - Method in class com.scaleout.client.caching.EventDeliveryExceptionArgs
-
The key of the object for the operation that was in progress.
- getKeyClass() - Method in class com.scaleout.client.caching.CacheBuilder
-
Retrieve the key class.
- getKeyEncoder() - Method in class com.scaleout.client.caching.CacheBuilder
-
- getKeyEncoder() - Method in interface com.scaleout.client.caching.ServiceEventHandler
-
The
KeyEncoder
used by this service event handler.
- getLockToken() - Method in class com.scaleout.client.caching.CacheResponse
-
If the caching request successfully completed and performed a locking operation then a lock token will be returned.
- getLockToken() - Method in class com.scaleout.client.caching.ClientCacheEntry
-
Retrieve the version token.
- getManagementPort() - Method in class com.scaleout.client.BootstrapGateway
-
- getMaxReadThroughAttempts() - Method in class com.scaleout.client.caching.CacheBuilder
-
Retrieve the max read through attempts.
- getMaxRegisterRemoteStoreAttempts() - Method in class com.scaleout.client.caching.CacheBuilder
-
Retrieve the max register remote store attempts.
- getMetadata(K) - Method in class com.scaleout.client.caching.Cache
-
- getMetadataAsync(K) - Method in class com.scaleout.client.caching.Cache
-
- getName() - Method in class com.scaleout.client.caching.CacheBuilder
-
Retrieve the name of the
Cache
this CacheBuilder will create.
- getObjectSize() - Method in class com.scaleout.client.caching.CachedObjectMetadata
-
Retrieve the object size (in bytes).
- getObjectTimeout() - Method in class com.scaleout.client.caching.CreatePolicy
-
Retrieves the configured object timeout.
- getParam(byte[]) - Method in interface com.scaleout.client.caching.ParamHolder
-
Turn the binary data of a parameter object into a hydrated P
instance.
- getParam(byte[]) - Method in class com.scaleout.client.caching.UndefinedParamHolder
-
- getParameterObject() - Method in interface com.scaleout.client.caching.OperationContext
-
- getParentKeys() - Method in class com.scaleout.client.caching.CachedObjectMetadata
-
Retrieve the parent keys.
- getPayload() - Method in class com.scaleout.client.caching.Event
-
An optional payload of bytes that can hold data related to the event (typically a serialized object).
- getPayload() - Method in class com.scaleout.client.caching.EventPayload
-
The binary payload associated with this event.
- getPreemptionPriority() - Method in class com.scaleout.client.caching.CachedObjectMetadata
-
Retrieve the preemption priority.
- getPreemptionPriority() - Method in class com.scaleout.client.caching.CreatePolicy
-
- getReadPolicy() - Method in class com.scaleout.client.caching.CacheBuilder
-
- getReadThroughRetryInterval() - Method in class com.scaleout.client.caching.CacheBuilder
-
Retrieve the read through retry interval.
- getRegisterRemoteStoreRetryInterval() - Method in class com.scaleout.client.caching.CacheBuilder
-
Retrieve the register remote store interval.
- getRemoteStoreNames() - Method in class com.scaleout.client.caching.CacheBuilder
-
Retrieve the remote store names.
- getRequestStatus() - Method in class com.scaleout.client.caching.InvokeResponse
-
- getResultObject() - Method in class com.scaleout.client.caching.InvokeResponse
-
- getScaleoutStoreName() - Method in class com.scaleout.client.BootstrapGatewayProvider
-
- getSecureManagementPort() - Method in class com.scaleout.client.BootstrapGateway
-
- getSecureServerPort() - Method in class com.scaleout.client.BootstrapGateway
-
- getSerializer() - Method in class com.scaleout.client.caching.CacheBuilder
-
- getServerPort() - Method in class com.scaleout.client.BootstrapGateway
-
- getStatus() - Method in class com.scaleout.client.caching.CacheResponse
-
Returns the status of a caching request.
- getSuccessCount() - Method in class com.scaleout.client.caching.InvokeResponse
-
- getTagHolder() - Method in class com.scaleout.client.caching.ValueFactoryResult
-
Retrieves the tag holder.
- getTags() - Method in interface com.scaleout.client.caching.query.Taggable
-
Method used by
Cache
to store tags as SOSS attributes.
- getTags() - Method in class com.scaleout.client.caching.query.TaggableObject
-
- getTimeout() - Method in class com.scaleout.client.caching.CachedObjectMetadata
-
Retrieve the timeout duration.
- getTimeoutType() - Method in class com.scaleout.client.caching.CachedObjectMetadata
-
Retrieve the timeout type for this object.
- getTimeoutType() - Method in class com.scaleout.client.caching.CreatePolicy
-
- getTimestamp() - Method in class com.scaleout.client.caching.ClientCacheEntry
-
Retrieve the timestamp of this entry.
- getUpdateTime() - Method in class com.scaleout.client.caching.CachedObjectMetadata
-
Retrieve the time this object was last updated.
- getValue() - Method in class com.scaleout.client.caching.CacheResponse
-
Returns the value for the request or null if no value is available.
- getValue() - Method in class com.scaleout.client.caching.ClientCacheEntry
-
Retrieve the entries value.
- getValue() - Method in enum com.scaleout.client.caching.query.HashIndexPriority
-
Retrieves the value for this enum.
- getValue() - Method in class com.scaleout.client.caching.ValueFactoryResult
-
Retrieves the value.
- getVersionToken() - Method in class com.scaleout.client.caching.CacheResponse
-
If the caching request successfully completed a key/value operation and the object has a version then a version token
will be returned.
- getVersionToken() - Method in class com.scaleout.client.caching.ClientCacheEntry
-
Retrieve the lock token
- greaterOrEqual(String, Object) - Static method in class com.scaleout.client.caching.query.FilterFactory
-
The value of the property with the name propertyName
must be GREATER than OR EQUAL to
value
.
- greaterThan(String, Object) - Static method in class com.scaleout.client.caching.query.FilterFactory
-
The value of the property with the name propertyName
must be GREATER than
value
.
- GridConnectException - Exception in com.scaleout.client
-
Indicates that an error occurred while connecting to the ScaleOut in-memory data grid.
- GridConnectException(String) - Constructor for exception com.scaleout.client.GridConnectException
-
- GridConnectException(String, Exception) - Constructor for exception com.scaleout.client.GridConnectException
-
- GridConnection - Class in com.scaleout.client
-
Represents connection(s) to one or more servers in a ScaleOut in-memory data grid.
- GridConnection() - Constructor for class com.scaleout.client.GridConnection
-
Protected, hidden constructor.
- GridConnection(String) - Constructor for class com.scaleout.client.GridConnection
-
private, hidden constructor.
- OBJECT_BACKING_STORE_EVENT_INTERVAL - Static variable in class com.scaleout.client.caching.Constants
-
Object backing store event interval configuration key
- OBJECT_BACKING_STORE_EVENT_INTERVAL_DEFAULT - Static variable in class com.scaleout.client.caching.Constants
-
Object backing store event interval configuration default value
- OBJECT_BACKING_STORE_MODE - Static variable in class com.scaleout.client.caching.Constants
-
Object backing store mode configuration key
- OBJECT_BACKING_STORE_MODE_NONE - Static variable in class com.scaleout.client.caching.Constants
-
Object backing store mode configuration none value
- OBJECT_BACKING_STORE_MODE_REFRESHAHEAD - Static variable in class com.scaleout.client.caching.Constants
-
Object backing store mode configuration refresh ahead value
- OBJECT_BACKING_STORE_MODE_WRITEBEHIND - Static variable in class com.scaleout.client.caching.Constants
-
Object backing store mode configuration write behind value
- OBJECT_BACKING_STORE_OPTION - Static variable in class com.scaleout.client.caching.Constants
-
Object backing store configuration key
- OBJECT_BACKING_STORE_OPTION_DEFAULT - Static variable in class com.scaleout.client.caching.Constants
-
Object backing store configuration value
- OBJECT_CLIENT_CACHE_CLASS - Static variable in class com.scaleout.client.caching.Constants
-
Object client cache class configuration key
- OBJECT_CLIENT_CACHE_CLASS_DEFAULT - Static variable in class com.scaleout.client.caching.Constants
-
Object client cache class configuration default value
- OBJECT_CLIENT_CACHE_COHERENCY_INTERVAL - Static variable in class com.scaleout.client.caching.Constants
-
Client cache coherency interval configuration key
- OBJECT_CLIENT_CACHE_COHERENCY_INTERVAL_DEFAULT - Static variable in class com.scaleout.client.caching.Constants
-
Client cache coherency interval configuration default value
- OBJECT_CLIENT_CACHE_OPTION - Static variable in class com.scaleout.client.caching.Constants
-
Client cache option configuration key
- OBJECT_CLIENT_CACHE_OPTION_DEEPCOPY - Static variable in class com.scaleout.client.caching.Constants
-
Client cache option configuration deepcopy value
- OBJECT_CLIENT_CACHE_OPTION_DISABLED - Static variable in class com.scaleout.client.caching.Constants
-
Client cache option configuration disable value
- OBJECT_CLIENT_CACHE_OPTION_REFERENCE - Static variable in class com.scaleout.client.caching.Constants
-
Client cache option configuration reference value
- OBJECT_CLIENT_CACHE_SIZE - Static variable in class com.scaleout.client.caching.Constants
-
Client cache size configuration key
- OBJECT_CLIENT_CACHE_SIZE_DEFAULT - Static variable in class com.scaleout.client.caching.Constants
-
Client cache size configuration default value
- OBJECT_CLIENT_CACHE_WEIGHER_CLASS - Static variable in class com.scaleout.client.caching.Constants
-
Object client cache class configuration key
- OBJECT_DESERIALIZER_CLASS - Static variable in class com.scaleout.client.caching.Constants
-
Object deserializer class configuration key
- OBJECT_MAX_READ_THROUGH_ATTEMPTS - Static variable in class com.scaleout.client.caching.Constants
-
Object max read through attempts configuration key
- OBJECT_MAX_READ_THROUGH_ATTEMPTS_DEFAULT - Static variable in class com.scaleout.client.caching.Constants
-
Object max read through attempts configuration default value
- OBJECT_READ_THROUGH_RETRY_INTERVAL - Static variable in class com.scaleout.client.caching.Constants
-
Object read through retry interval configuration key
- OBJECT_READ_THROUGH_RETRY_INTERVAL_DEFAULT - Static variable in class com.scaleout.client.caching.Constants
-
Object read through retry interval configuration default value
- OBJECT_SERIALIZER_CLASS - Static variable in class com.scaleout.client.caching.Constants
-
Object serializer class configuration key
- OBJECT_TIMEOUT - Static variable in class com.scaleout.client.caching.Constants
-
Object timeout configuration key
- OBJECT_TIMEOUT_DEFAULT - Static variable in class com.scaleout.client.caching.Constants
-
Object timeout configuration default value
- OBJECT_TIMEOUT_TYPE - Static variable in class com.scaleout.client.caching.Constants
-
Object timeout type configuration key
- OBJECT_TIMEOUT_TYPE_ABSOLUTE - Static variable in class com.scaleout.client.caching.Constants
-
Object timeout type configuration absolute value
- OBJECT_TIMEOUT_TYPE_RESET - Static variable in class com.scaleout.client.caching.Constants
-
Object timeout type configuration reset on update value
- OBJECT_TIMEOUT_TYPE_SLIDING - Static variable in class com.scaleout.client.caching.Constants
-
Object timeout type configuration sliding value
- objectTimeout(Duration) - Method in class com.scaleout.client.caching.CacheBuilder
-
The timeout for objects stored in the ScaleOut
Cache
.
- objectTimeoutType(TimeoutType) - Method in class com.scaleout.client.caching.CacheBuilder
-
- onException(EventDeliveryExceptionArgs<K, V>) - Method in class com.scaleout.client.caching.EventDeliveryExceptionHandler
-
This method is called when an unhandled exception occurs during any backing store operation.
- onMessage(K, EventPayload) - Method in interface com.scaleout.client.caching.PostedEventHandler
-
Called when an event is posted to this key.
- onSignal(InvocationGridSignal, Object) - Method in interface com.scaleout.client.ighosting.InvocationGridSignalHandler
-
Handle the invocation grid signal.
- OperationContext<K,V,P> - Interface in com.scaleout.client.caching
-
- or(Filter, Filter) - Static method in class com.scaleout.client.caching.query.FilterFactory
-
Creates a compound filter, matching objects must satisfy firstFilter
OR secondFilter
.
- raiseServiceEventForReadThrough() - Method in class com.scaleout.client.caching.CacheBuilder
-
Tell the ScaleOut StateServer service to raise events for read through.
- read(K) - Method in class com.scaleout.client.caching.Cache
-
Read an object from the ScaleOut cache.
- read(K, ReadPolicy) - Method in class com.scaleout.client.caching.Cache
-
Read a locked object from the ScaleOut cache.
- readAndLock(K) - Method in class com.scaleout.client.caching.Cache
-
Read an object from the ScaleOut cache and acquire an exclusive lock for that object.
- readAndLock(K, ReadPolicy) - Method in class com.scaleout.client.caching.Cache
-
Read an object from the ScaleOut cache and acquire an exclusive lock for that object using a custom read policy.
- readAndLockAsync(K) - Method in class com.scaleout.client.caching.Cache
-
Asynchronously read an object from the ScaleOut cache and acquire an exclusive lock for that object.
- readAndLockAsync(K, ReadPolicy) - Method in class com.scaleout.client.caching.Cache
-
Asynchronously read an object from the ScaleOut cache and acquire an exclusive lock for that object using a custom read policy.
- readAndLockOrAdd(K, ValueFactory<K, V>, ReadPolicy) - Method in class com.scaleout.client.caching.Cache
-
Read and lock an object from the ScaleOut cache.
- readAndLockOrAddAsync(K, ValueFactory<K, V>, ReadPolicy) - Method in class com.scaleout.client.caching.Cache
-
Read an object from the ScaleOut cache.
- readAsync(K) - Method in class com.scaleout.client.caching.Cache
-
Asynchronously read an object from the ScaleOut cache.
- readAsync(K, ReadPolicy) - Method in class com.scaleout.client.caching.Cache
-
Asynchronously read a locked object from the ScaleOut cache.
- readLocked(K, LockToken) - Method in class com.scaleout.client.caching.Cache
-
Read a locked object from the ScaleOut cache.
- readLocked(K, LockToken, ReadPolicy) - Method in class com.scaleout.client.caching.Cache
-
Read a locked object from the ScaleOut cache with a custom read policy.
- readLockedAsync(K, LockToken) - Method in class com.scaleout.client.caching.Cache
-
Asynchronously read a locked object from the ScaleOut cache.
- readLockedAsync(K, LockToken, ReadPolicy) - Method in class com.scaleout.client.caching.Cache
-
Asynchronously read a locked object from the ScaleOut cache with a custom read policy.
- readOrAdd(K, ValueFactory<K, V>, ReadPolicy) - Method in class com.scaleout.client.caching.Cache
-
Read an object from the ScaleOut cache.
- readOrAddAsync(K, ValueFactory<K, V>, ReadPolicy) - Method in class com.scaleout.client.caching.Cache
-
Read an object from the ScaleOut cache.
- ReadPolicy - Class in com.scaleout.client.caching
-
The
ReadPolicy
specifies per-object policy information when reading objects from a ScaleOut in-memory data grid.
- ReadPolicyBuilder - Class in com.scaleout.client.caching
-
- ReadPolicyBuilder() - Constructor for class com.scaleout.client.caching.ReadPolicyBuilder
-
Construct a builder.
- reduce(R, R) - Method in interface com.scaleout.client.caching.CacheEntryReduceHandler
-
Reduce two results into a single result.
- refreshLock(K, LockToken) - Method in class com.scaleout.client.caching.Cache
-
Refresh a lock on an object within the ScaleOut cache.
- refreshLockAsync(K, LockToken) - Method in class com.scaleout.client.caching.Cache
-
Asynchronously refresh a lock on an object within the ScaleOut cache.
- remove(K) - Method in class com.scaleout.client.caching.Cache
-
Remove an object from the ScaleOut cache.
- remove(K) - Method in class com.scaleout.client.caching.ClientCache
-
Remove an entry from the client cache.
- removeAsync(K) - Method in class com.scaleout.client.caching.Cache
-
Asynchronously remove an object from the ScaleOut cache.
- removeLocked(K, LockToken) - Method in class com.scaleout.client.caching.Cache
-
Remove a locked object from the ScaleOut cache.
- removeLockedAsync(K, LockToken) - Method in class com.scaleout.client.caching.Cache
-
Asynchronously remove a locked object from the ScaleOut cache.
- removeOptimistic(K, VersionToken) - Method in class com.scaleout.client.caching.Cache
-
Remove an optimistically locked object from the ScaleOut cache.
- removeTags(String...) - Method in class com.scaleout.client.caching.query.TaggableObject
-
Removes the tags specified in the tags
from object's tag list.
- RequestStatus - Enum in com.scaleout.client.caching
-
The
RequestStatus
provides details on the status of a caching request.
- retrieveAllKeys() - Method in class com.scaleout.client.caching.Cache
-
Retrieve all of the keys in the Cache.
- secureManagementPort - Variable in class com.scaleout.client.BootstrapGateway
-
- secureServerPort - Variable in class com.scaleout.client.BootstrapGateway
-
- SerializationException - Exception in com.scaleout.client.caching
-
The
SerializationException
indicates that an error occurred while serializing a value to the ScaleOut in-memory data grid.
- SerializationException(String) - Constructor for exception com.scaleout.client.caching.SerializationException
-
- SerializationException(String, Exception) - Constructor for exception com.scaleout.client.caching.SerializationException
-
- serialize(V) - Method in class com.scaleout.client.caching.CacheSerializer
-
Serialize a V
object into a byte[].
- serialize(V) - Method in class com.scaleout.client.caching.CacheValueSerializer
-
Serializes an object using an ObjectOutputStream
.
- serialize(Event) - Static method in class com.scaleout.client.caching.Event
-
- serializeResult(R) - Method in interface com.scaleout.client.caching.CacheEntryMethodInvocationHandler
-
Serialize a result value into binary data.
- serializeResult(R) - Method in interface com.scaleout.client.caching.CacheEntryReduceHandler
-
Serialize a result value into binary data.
- serverPort - Variable in class com.scaleout.client.BootstrapGateway
-
- ServiceEventHandler<K,V> - Interface in com.scaleout.client.caching
-
The service event handler handles events from the ScaleOut service.
- ServiceEvents - Class in com.scaleout.client
-
Manages event callback registration for
Cache
instances.
- ServiceEventsException - Exception in com.scaleout.client
-
Indicates that an error occurred while connecting to the ScaleOut in-memory data grid.
- ServiceEventsException(String) - Constructor for exception com.scaleout.client.ServiceEventsException
-
- ServiceEventsException(String, Exception) - Constructor for exception com.scaleout.client.ServiceEventsException
-
- setBackingStoreEventInterval(Duration) - Method in class com.scaleout.client.caching.CreatePolicyBuilder
-
Configuration option for the backing store event interval.
- setBackingStoreMode(BackingStoreMode) - Method in class com.scaleout.client.caching.CreatePolicyBuilder
-
- setCacheEntryMethodInvocationHandler(Cache<K, V>, String, CacheEntryMethodInvocationHandler<K, V, Void, R>) - Static method in class com.scaleout.client.ServiceEvents
-
- setCacheEntryMethodInvocationHandler(Cache<K, V>, String, CacheEntryMethodInvocationHandler<K, V, P, R>, ParamHolder<P>) - Static method in class com.scaleout.client.ServiceEvents
-
- setEraseObjectHandler(Cache<K, V>, CacheEntryEraseHandler<K, V>) - Static method in class com.scaleout.client.ServiceEvents
-
- setEventDeliveryExceptionHandler(Cache<K, V>, EventDeliveryExceptionHandler<K, V>) - Static method in class com.scaleout.client.ServiceEvents
-
Set an event delivery exception handler.
- setExpirationHandler(Cache<K, V>, CacheEntryExpirationHandler<K, V>) - Static method in class com.scaleout.client.ServiceEvents
-
- setForEachEventHandler(Cache<K, V>, String, CacheEntryForEachHandler<K, V, Void>) - Static method in class com.scaleout.client.ServiceEvents
-
- setForEachEventHandler(Cache<K, V>, String, CacheEntryForEachHandler<K, V, P>, ParamHolder<P>) - Static method in class com.scaleout.client.ServiceEvents
-
- setGeoServerCoherencyInterval(Duration) - Method in class com.scaleout.client.caching.CreatePolicyBuilder
-
Configuration option for the GeoServer coherency interval for polling operations.
- setGeoServerCoherencyInterval(Duration) - Method in class com.scaleout.client.caching.ReadPolicyBuilder
-
Configuration option for the GeoServer coherency interval for polling operations.
- setGeoServerCoherencyPolicy(GeoServerCoherencyPolicy) - Method in class com.scaleout.client.caching.CreatePolicyBuilder
-
- setGeoServerCoherencyPolicy(GeoServerCoherencyPolicy) - Method in class com.scaleout.client.caching.ReadPolicyBuilder
-
- setGeoServerPullPolicy(GeoServerPullPolicy) - Method in class com.scaleout.client.caching.CreatePolicyBuilder
-
- setGeoserverPullPolicy(GeoServerPullPolicy) - Method in class com.scaleout.client.caching.ReadPolicyBuilder
-
- setGeoServerPushPolicy(GeoServerPushPolicy) - Method in class com.scaleout.client.caching.CreatePolicyBuilder
-
- setGeoserverPushPolicy(GeoServerPushPolicy) - Method in class com.scaleout.client.caching.ReadPolicyBuilder
-
- setGeoserverReadMode(GeoServerReadMode) - Method in class com.scaleout.client.caching.ReadPolicyBuilder
-
- setLoadObjectHandler(Cache<K, V>, ValueFactory<K, V>) - Static method in class com.scaleout.client.ServiceEvents
-
- setMaxReadThroughAttempts(int) - Method in class com.scaleout.client.caching.CacheBuilder
-
Specify the number of max read through attempts.
- setMaxRegisterRemoteStoreNameAttempts(int) - Method in class com.scaleout.client.caching.CacheBuilder
-
Specifies the number of attempts to retry setting the remote store.
- setObjectTimeout(Duration) - Method in class com.scaleout.client.caching.CreatePolicyBuilder
-
Configuration option for object timeout.
- setObjectTimeoutType(TimeoutType) - Method in class com.scaleout.client.caching.CreatePolicyBuilder
-
- setPostedEventHandler(Cache<K, V>, PostedEventHandler<K>) - Static method in class com.scaleout.client.ServiceEvents
-
- setPreemptionPriority(PreemptionPriority) - Method in class com.scaleout.client.caching.CreatePolicyBuilder
-
- setReadThroughRetryInterval(Duration) - Method in class com.scaleout.client.caching.CacheBuilder
-
Specify the amount of time the client will wait during a read through attempt.
- setReduceEventHandler(Cache<K, V>, String, CacheEntryReduceHandler<K, V, Void, R>) - Static method in class com.scaleout.client.ServiceEvents
-
- setReduceEventHandler(Cache<K, V>, String, CacheEntryReduceHandler<K, V, P, R>, ParamHolder<P>) - Static method in class com.scaleout.client.ServiceEvents
-
- setRegisterRemoteStoreRetryInterval(Duration) - Method in class com.scaleout.client.caching.CacheBuilder
-
Specifies the number of attempts to retry setting the remote store.
- setStoreObjectHandler(Cache<K, V>, CacheEntryStoreHandler<K, V>) - Static method in class com.scaleout.client.ServiceEvents
-
- setupFilter(QueryContext) - Method in class com.scaleout.client.caching.query.Filter
-
this method is hidden.
- shutdownInvocationGrid(GridConnection, String) - Static method in class com.scaleout.client.InvocationGridManager
-
Shutdown a running invocation grid.
- shutdownInvocationGrid(GridConnection, long) - Static method in class com.scaleout.client.InvocationGridManager
-
Shutdown a running invocation grid.
- singleInvoke(K, String, Duration) - Method in class com.scaleout.client.caching.Cache
-
Invoke a method on a single object in this cache.
- singleInvoke(K, String, String, Duration) - Method in class com.scaleout.client.caching.Cache
-
Invoke a method on a single object in this cache.
- singleInvoke(K, String, byte[], Duration) - Method in class com.scaleout.client.caching.Cache
-
Invoke a method on a single object in this cache.
- singleInvoke(K, String, String, byte[], Duration) - Method in class com.scaleout.client.caching.Cache
-
Invoke a method on a single object in this cache.
- size() - Method in class com.scaleout.client.caching.ClientCacheEntry
-
Retrieve the size of the object (in bytes).
- startPreInstalledInvocationGrid(GridConnection, String, String, String, String) - Static method in class com.scaleout.client.InvocationGridManager
-
Start a pre-installed invocation grid.
- startPreInstalledInvocationGrid(GridConnection, String, String, String, String, byte[]) - Static method in class com.scaleout.client.InvocationGridManager
-
Start a pre-installed invocation grid.
- startPreInstalledInvocationGrid(GridConnection, String, String, String, String, String, byte[]) - Static method in class com.scaleout.client.InvocationGridManager
-
Start a pre-installed invocation grid.
- store(K, V) - Method in interface com.scaleout.client.caching.CacheEntryStoreHandler
-
Callback that writes the provided object to a backing store.
- StringKeyCache - Class in com.scaleout.client.caching
-
Maintains an in-process cache of string keys.
- StringKeyCache(GridConnection, String, boolean) - Constructor for class com.scaleout.client.caching.StringKeyCache
-
- StringKeyCache(GridConnection, String, int, boolean) - Constructor for class com.scaleout.client.caching.StringKeyCache
-
Instantiate the string key cache with a grid connection, name, max size, and record if legacy string (unicode) keys are in use.
- StringKeyEncoder - Class in com.scaleout.client.caching
-
- StringKeyEncoder(StringKeyCache) - Constructor for class com.scaleout.client.caching.StringKeyEncoder
-
Instantiate a string key encoder with a string key cache.
- value() - Method in enum com.scaleout.client.caching.CacheEntryDisposition
-
retrieve the value of this enum.
- value() - Method in class com.scaleout.client.caching.LockToken
-
- ValueFactory<K,V> - Interface in com.scaleout.client.caching
-
Call back used to load objects into a
Cache
.
- ValueFactoryResult<V> - Class in com.scaleout.client.caching
-
- ValueFactoryResult(V) - Constructor for class com.scaleout.client.caching.ValueFactoryResult
-
Creates a value factory result with the loaded value.
- ValueFactoryResult(V, CreatePolicy) - Constructor for class com.scaleout.client.caching.ValueFactoryResult
-
Creates a value factory result with a value and a custom create policy.
- ValueFactoryResult(V, CreatePolicy, TagHolder) - Constructor for class com.scaleout.client.caching.ValueFactoryResult
-
Creates a value factory result with a value, a custom create policy, and a tag holder for query.
- valueOf(String) - Static method in enum com.scaleout.client.caching.BackingStoreMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scaleout.client.caching.CacheEntryDisposition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scaleout.client.caching.ClientCacheOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scaleout.client.caching.GeoServerCoherencyPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scaleout.client.caching.GeoServerPullPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scaleout.client.caching.GeoServerPushPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scaleout.client.caching.GeoServerReadMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scaleout.client.caching.InvokeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scaleout.client.caching.PreemptionPriority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scaleout.client.caching.query.HashIndexPriority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scaleout.client.caching.RequestStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scaleout.client.caching.TimeoutType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scaleout.client.ighosting.InvocationGridSignal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scaleoutsoftware.client.cloud.GatewayType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.scaleout.client.caching.BackingStoreMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scaleout.client.caching.CacheEntryDisposition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scaleout.client.caching.ClientCacheOptions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scaleout.client.caching.GeoServerCoherencyPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scaleout.client.caching.GeoServerPullPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scaleout.client.caching.GeoServerPushPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scaleout.client.caching.GeoServerReadMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scaleout.client.caching.InvokeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scaleout.client.caching.PreemptionPriority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scaleout.client.caching.query.HashIndexPriority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scaleout.client.caching.RequestStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scaleout.client.caching.TimeoutType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scaleout.client.ighosting.InvocationGridSignal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scaleoutsoftware.client.cloud.GatewayType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version() - Method in class com.scaleout.client.caching.VersionToken
-
- VersionToken - Class in com.scaleout.client.caching
-
The
VersionToken
is an identifier for the version of an object stored in the ScaleOut in-memory data grid.
- VersionToken() - Constructor for class com.scaleout.client.caching.VersionToken
-
Default constructor.