- cacheNameBytes(String) - Static method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- cacheNameBytes() - Static method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- callbackHandler() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
-
- callbackHandler(CallbackHandler) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Specifies a
CallbackHandler
to be used during the authentication handshake.
- classLoader(ClassLoader) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- classLoader() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- classLoader(ClassLoader) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- classLoader(ClassLoader) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
- ClientCacheEntryCreated - Annotation Type in org.infinispan.client.hotrod.annotation
-
- ClientCacheEntryCreatedEvent<K> - Interface in org.infinispan.client.hotrod.event
-
Client side cache entry created events provide information on the created
key, and the version of the entry.
- ClientCacheEntryCustomEvent<T> - Interface in org.infinispan.client.hotrod.event
-
The events generated by default contain just enough information to make the
event relevant but they avoid cramming too much information in order to reduce
the cost of sending them.
- ClientCacheEntryExpired - Annotation Type in org.infinispan.client.hotrod.annotation
-
- ClientCacheEntryExpiredEvent<K> - Interface in org.infinispan.client.hotrod.event
-
Client side cache entry expired events provide information on the expired key.
- ClientCacheEntryModified - Annotation Type in org.infinispan.client.hotrod.annotation
-
- ClientCacheEntryModifiedEvent<K> - Interface in org.infinispan.client.hotrod.event
-
Client side cache entry modified events provide information on the modified
key, and the version of the entry after the modification.
- ClientCacheEntryRemoved - Annotation Type in org.infinispan.client.hotrod.annotation
-
- ClientCacheEntryRemovedEvent<K> - Interface in org.infinispan.client.hotrod.event
-
Client side cache entry removed events provide information on the removed key.
- ClientCacheFailover - Annotation Type in org.infinispan.client.hotrod.annotation
-
- ClientCacheFailoverEvent - Interface in org.infinispan.client.hotrod.event
-
Event received when the registered listener fails over to a different node.
- ClientEvent - Interface in org.infinispan.client.hotrod.event
-
- ClientEvent.Type - Enum in org.infinispan.client.hotrod.event
-
- ClientEvents - Class in org.infinispan.client.hotrod.event
-
- ClientListener - Annotation Type in org.infinispan.client.hotrod.annotation
-
Annotation that marks a class to receive remote events from Hot Rod caches.
- ClientListenerNotifier - Class in org.infinispan.client.hotrod.event
-
- ClientListenerNotifier(ExecutorService, Codec, Marshaller) - Constructor for class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
- clientSubject() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
-
- clientSubject(Subject) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Sets the client subject, necessary for those SASL mechanisms which require it to access client credentials (i.e.
- ClusterConfiguration - Class in org.infinispan.client.hotrod.configuration
-
- ClusterConfiguration(List<ServerConfiguration>, String) - Constructor for class org.infinispan.client.hotrod.configuration.ClusterConfiguration
-
- ClusterConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
- ClusterConfigurationBuilder(ConfigurationBuilder, String) - Constructor for class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
-
- clusters() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- Configuration - Class in org.infinispan.client.hotrod.configuration
-
Configuration.
- ConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
- ConfigurationBuilder() - Constructor for class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- ConfigurationChildBuilder - Interface in org.infinispan.client.hotrod.configuration
-
ConfigurationChildBuilder.
- connectionPool() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- connectionPool() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- connectionPool() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- connectionPool() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Configures the connection pool
- ConnectionPoolConfiguration - Class in org.infinispan.client.hotrod.configuration
-
ConnectionPoolConfiguration.
- ConnectionPoolConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
ConnectionPoolConfigurationBuilder.
- connectionTimeout(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- connectionTimeout() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- connectionTimeout(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- connectionTimeout(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
This property defines the maximum socket connect timeout before giving up connecting to the
server.
- consistentHashImpl(int, Class<? extends ConsistentHash>) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- consistentHashImpl(int, String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- consistentHashImpl() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- consistentHashImpl(int) - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- consistentHashImpl(int, Class<? extends ConsistentHash>) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- consistentHashImpl(int, String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- consistentHashImpl(int, Class<? extends ConsistentHash>) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Defines the
ConsistentHash
implementation to use for the specified version.
- consistentHashImpl(int, String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Defines the
ConsistentHash
implementation to use for the specified version.
- containsValue(Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- CONTINUOUS_QUERY_FILTER_FACTORY_NAME - Static variable in class org.infinispan.client.hotrod.event.ClientEvents
-
- ContinuousQueryListener<K,V> - Interface in org.infinispan.client.hotrod.event
-
Listener for continuous query events.
- create() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.ServerConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
- create(Codec, Marshaller) - Static method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
- createNearCacheService(NearCacheConfiguration) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- CURRENT_NR_OF_ENTRIES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of entries currently in the Hot Rod server
- getAll(Set<? extends K>) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Retrieves all of the entries for the provided keys.
- getBulk() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Bulk get operations, returns all the entries within the remote cache.
- getBulk(int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- getCache(String) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
Retrieves a named cache from the remote server if the cache has been
defined, otherwise if the cache name is underfined, it will return null.
- getCache(String, boolean) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- getCache() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
Retrieves the default cache from the remote server.
- getCache(boolean) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- getCluster() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfiguration
-
- getClusterName() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfiguration
-
- getClusterName() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
-
- getConfiguration() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
Retrieves the configuration currently in use.
- getCreated() - Method in interface org.infinispan.client.hotrod.MetadataValue
-
- getEventData() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCustomEvent
-
Customized event data.
- getFlagInt() - Method in enum org.infinispan.client.hotrod.Flag
-
- getIntStatistic(String) - Method in interface org.infinispan.client.hotrod.ServerStatistics
-
- getKey() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent
-
Created cache entry's key.
- getKey() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryExpiredEvent
-
Created cache entry's key.
- getKey() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryModifiedEvent
-
Modifiedcache entry's key.
- getKey() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryRemovedEvent
-
Created cache entry's key.
- getLastUsed() - Method in interface org.infinispan.client.hotrod.MetadataValue
-
- getLifespan() - Method in interface org.infinispan.client.hotrod.MetadataValue
-
- getListeners(byte[]) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
- getListeners() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns a set with all the listeners registered by this client for the
given cache.
- getMarshaller() - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
- getMarshaller() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- getMaxIdle() - Method in interface org.infinispan.client.hotrod.MetadataValue
-
- getProperties() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- getProtocolVersion() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns the HotRod protocol version supported by this RemoteCache implementation
- getProtocolVersion() - Static method in class org.infinispan.client.hotrod.Version
-
- getQueryFactory(RemoteCache) - Static method in class org.infinispan.client.hotrod.Search
-
- getRemoteCacheManager() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- getStatistic(String) - Method in interface org.infinispan.client.hotrod.ServerStatistics
-
- getStatsMap() - Method in interface org.infinispan.client.hotrod.ServerStatistics
-
- getType() - Method in interface org.infinispan.client.hotrod.event.ClientEvent
-
- getValue() - Method in interface org.infinispan.client.hotrod.VersionedValue
-
- getVersion() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent
-
Provides access to the version of the created cache entry.
- getVersion() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryModifiedEvent
-
Provides access to the version of the modified cache entry.
- getVersion() - Method in interface org.infinispan.client.hotrod.VersionedValue
-
- getVersioned(K) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns the
VersionedValue
associated to the supplied key param, or null if it doesn't exist.
- getWithMetadata(K) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns the
MetadataValue
associated to the supplied key param, or null if it doesn't exist.
- validate() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.ServerConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.ExhaustedAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.NearCacheMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.SaslQop
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.SaslStrength
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.event.ClientEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.Flag
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.ExhaustedAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.NearCacheMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.SaslQop
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.SaslStrength
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.event.ClientEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.Flag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- valueSizeEstimate(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- valueSizeEstimate() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- valueSizeEstimate(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- valueSizeEstimate(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
This hint allows sizing of byte buffers when serializing and deserializing values, to minimize
array resizing.
- Version - Class in org.infinispan.client.hotrod
-
Defines client and protocol version.
- Version() - Constructor for class org.infinispan.client.hotrod.Version
-
- VersionedValue<V> - Interface in org.infinispan.client.hotrod
-
Besides the key and value, also contains an version.