Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractAuthenticator - Class in org.infinispan.client.rest.impl.okhttp.auth
- AbstractAuthenticator() - Constructor for class org.infinispan.client.rest.impl.okhttp.auth.AbstractAuthenticator
- AbstractAuthenticator.AuthenticationException - Exception in org.infinispan.client.rest.impl.okhttp.auth
- AbstractConfigurationChildBuilder - Class in org.infinispan.client.rest.configuration
-
AbstractConfigurationChildBuilder.
- AbstractConfigurationChildBuilder(RestClientConfigurationBuilder) - Constructor for class org.infinispan.client.rest.configuration.AbstractConfigurationChildBuilder
- AbstractSecurityConfigurationChildBuilder - Class in org.infinispan.client.rest.configuration
-
AbstractSecurityConfigurationChildBuilder.
- ACCEPT - Enum constant in enum org.infinispan.client.rest.IpFilterRule.RuleType
- ACCEPTED - Static variable in interface org.infinispan.client.rest.RestResponse
- add(long) - Method in class org.infinispan.client.rest.impl.okhttp.RestCounterClientOkHttp
- add(long) - Method in interface org.infinispan.client.rest.RestCounterClient
- addServer() - Method in class org.infinispan.client.rest.configuration.AbstractConfigurationChildBuilder
- addServer() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- addServer() - Method in interface org.infinispan.client.rest.configuration.RestClientConfigurationChildBuilder
-
Adds a new remote server
- addServers(String) - Method in class org.infinispan.client.rest.configuration.AbstractConfigurationChildBuilder
- addServers(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- addServers(String) - Method in interface org.infinispan.client.rest.configuration.RestClientConfigurationChildBuilder
-
Adds a list of remote servers in the form: host1[:port][;host2[:port]]...
- ALL - Enum constant in enum org.infinispan.client.rest.RestTaskClient.ResultType
-
All tasks, including admin tasks, that contains name starting with '@@'
- attributes() - Method in class org.infinispan.client.rest.configuration.AuthenticationConfigurationBuilder
- attributes() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- attributes() - Method in class org.infinispan.client.rest.configuration.SecurityConfigurationBuilder
- attributes() - Method in class org.infinispan.client.rest.configuration.ServerConfigurationBuilder
- attributes() - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
- AUTH_CALLBACK_HANDLER - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- AUTH_CLIENT_SUBJECT - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- AUTH_MECHANISM - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- AUTH_PASSWORD - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- AUTH_REALM - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- AUTH_SERVER_NAME - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- AUTH_USERNAME - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- authenticate(Route, Response) - Method in class org.infinispan.client.rest.impl.okhttp.auth.AutoDetectAuthenticator
- authenticate(Route, Response) - Method in class org.infinispan.client.rest.impl.okhttp.auth.BasicAuthenticator
- authenticate(Route, Response) - Method in class org.infinispan.client.rest.impl.okhttp.auth.BearerAuthenticator
- authenticate(Route, Response) - Method in class org.infinispan.client.rest.impl.okhttp.auth.CachingAuthenticatorWrapper
- authenticate(Route, Response) - Method in class org.infinispan.client.rest.impl.okhttp.auth.DigestAuthenticator
- authenticate(Route, Response) - Method in class org.infinispan.client.rest.impl.okhttp.auth.NegotiateAuthenticator
- authenticateWithState(Route, Request) - Method in class org.infinispan.client.rest.impl.okhttp.auth.AutoDetectAuthenticator
- authenticateWithState(Route, Request) - Method in class org.infinispan.client.rest.impl.okhttp.auth.BasicAuthenticator
- authenticateWithState(Route, Request) - Method in class org.infinispan.client.rest.impl.okhttp.auth.BearerAuthenticator
- authenticateWithState(Route, Request) - Method in interface org.infinispan.client.rest.impl.okhttp.auth.CachingAuthenticator
- authenticateWithState(Route, Request) - Method in class org.infinispan.client.rest.impl.okhttp.auth.DigestAuthenticator
- authenticateWithState(Route, Request) - Method in class org.infinispan.client.rest.impl.okhttp.auth.NegotiateAuthenticator
- authentication() - Method in class org.infinispan.client.rest.configuration.AbstractSecurityConfigurationChildBuilder
- authentication() - Method in class org.infinispan.client.rest.configuration.SecurityConfiguration
- authentication() - Method in class org.infinispan.client.rest.configuration.SecurityConfigurationBuilder
- AuthenticationConfiguration - Class in org.infinispan.client.rest.configuration
-
AuthenticationConfiguration.
- AuthenticationConfiguration(Subject, boolean, String, String, String, char[]) - Constructor for class org.infinispan.client.rest.configuration.AuthenticationConfiguration
- AuthenticationConfigurationBuilder - Class in org.infinispan.client.rest.configuration
-
AuthenticationConfigurationBuilder.
- AuthenticationConfigurationBuilder(SecurityConfigurationBuilder) - Constructor for class org.infinispan.client.rest.configuration.AuthenticationConfigurationBuilder
- AuthenticationException(String) - Constructor for exception org.infinispan.client.rest.impl.okhttp.auth.AbstractAuthenticator.AuthenticationException
- AuthenticationException(String, Exception) - Constructor for exception org.infinispan.client.rest.impl.okhttp.auth.AbstractAuthenticator.AuthenticationException
- AutoDetectAuthenticator - Class in org.infinispan.client.rest.impl.okhttp.auth
- AutoDetectAuthenticator(AuthenticationConfiguration) - Constructor for class org.infinispan.client.rest.impl.okhttp.auth.AutoDetectAuthenticator
B
- backupStatus(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- backupStatus(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- backupStatus(String) - Method in interface org.infinispan.client.rest.RestCacheClient
- backupStatus(String) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- backupStatuses() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- backupStatuses() - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- BAD_REQUEST - Static variable in interface org.infinispan.client.rest.RestResponse
- BasicAuthenticator - Class in org.infinispan.client.rest.impl.okhttp.auth
- BasicAuthenticator(AuthenticationConfiguration) - Constructor for class org.infinispan.client.rest.impl.okhttp.auth.BasicAuthenticator
- BearerAuthenticator - Class in org.infinispan.client.rest.impl.okhttp.auth
- BearerAuthenticator(AuthenticationConfiguration) - Constructor for class org.infinispan.client.rest.impl.okhttp.auth.BearerAuthenticator
- bringBackupOnline(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- bringBackupOnline(String) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- bringSiteOnline(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- bringSiteOnline(String) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Bring back a backup site online
- build() - Method in class org.infinispan.client.rest.configuration.AbstractConfigurationChildBuilder
- build() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- build() - Method in interface org.infinispan.client.rest.configuration.RestClientConfigurationChildBuilder
-
Builds a configuration object
- build(boolean) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- ByteArrayRestEntityOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- ByteArrayRestEntityOkHttp(MediaType, byte[]) - Constructor for class org.infinispan.client.rest.impl.okhttp.ByteArrayRestEntityOkHttp
C
- cache(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestClientOkHttp
- cache(String) - Method in interface org.infinispan.client.rest.RestClient
-
Operations on the specified cache
- cacheConfigurations() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- cacheConfigurations() - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- cacheConfigurations(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- cacheConfigurations(String) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- cacheManager(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestClientOkHttp
- cacheManager(String) - Method in interface org.infinispan.client.rest.RestClient
-
Operations on the specified cache manager
- cacheManagers() - Method in class org.infinispan.client.rest.impl.okhttp.RestClientOkHttp
- cacheManagers() - Method in interface org.infinispan.client.rest.RestClient
-
Returns a list of available cache manager names
- caches() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- caches() - Method in class org.infinispan.client.rest.impl.okhttp.RestClientOkHttp
- caches() - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- caches() - Method in interface org.infinispan.client.rest.RestClient
-
Returns a list of available caches
- CachingAuthenticator - Interface in org.infinispan.client.rest.impl.okhttp.auth
- CachingAuthenticatorInterceptor - Class in org.infinispan.client.rest.impl.okhttp.auth
- CachingAuthenticatorInterceptor(Map<String, CachingAuthenticator>) - Constructor for class org.infinispan.client.rest.impl.okhttp.auth.CachingAuthenticatorInterceptor
- CachingAuthenticatorWrapper - Class in org.infinispan.client.rest.impl.okhttp.auth
- CachingAuthenticatorWrapper(Authenticator, Map<String, CachingAuthenticator>) - Constructor for class org.infinispan.client.rest.impl.okhttp.auth.CachingAuthenticatorWrapper
- cancelPushState(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- cancelPushState(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- cancelPushState(String) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Cancels the state push
- cancelPushState(String) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- cancelReceiveState(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- cancelReceiveState(String) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Cancel the receiving state on a backup site
- clear() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- clear() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Clears a cache
- clearIndex() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- clearIndex() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Deletes all the indexes from the cache.
- clearPushStateStatus() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- clearPushStateStatus() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Clear the status of a state push in a site
- clearQueryStats() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- clearQueryStats() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Deprecated.
- clearSearchStats() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- clearSearchStats() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Clear search stats.
- clearServers() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- clientSubject() - Method in class org.infinispan.client.rest.configuration.AuthenticationConfiguration
- clientSubject(Subject) - Method in class org.infinispan.client.rest.configuration.AuthenticationConfigurationBuilder
-
Sets the client subject, necessary for those mechanisms which require it to access client credentials (i.e.
- close() - Method in class org.infinispan.client.rest.impl.okhttp.RestClientOkHttp
- close() - Method in class org.infinispan.client.rest.impl.okhttp.RestResponseOkHttp
- close() - Method in interface org.infinispan.client.rest.RestClient
- close() - Method in interface org.infinispan.client.rest.RestEventListener
- close() - Method in interface org.infinispan.client.rest.RestResponse
- cluster() - Method in class org.infinispan.client.rest.impl.okhttp.RestClientOkHttp
- cluster() - Method in interface org.infinispan.client.rest.RestClient
-
Interact with the whole cluster
- compareAndSet(long, long) - Method in class org.infinispan.client.rest.impl.okhttp.RestCounterClientOkHttp
- compareAndSet(long, long) - Method in interface org.infinispan.client.rest.RestCounterClient
- compareAndSwap(long, long) - Method in class org.infinispan.client.rest.impl.okhttp.RestCounterClientOkHttp
- compareAndSwap(long, long) - Method in interface org.infinispan.client.rest.RestCounterClient
- configuration() - Method in class org.infinispan.client.rest.impl.okhttp.RestCounterClientOkHttp
- configuration() - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- configuration() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Retrieves the cache configuration
- configuration() - Method in interface org.infinispan.client.rest.RestCounterClient
- configuration() - Method in interface org.infinispan.client.rest.RestServerClient
- configuration(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- configuration(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCounterClientOkHttp
- configuration(String) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Retrieves the cache configuration with a specific MediaType or list of MediaTypes.
- configuration(String) - Method in interface org.infinispan.client.rest.RestCounterClient
- configurationAttributes() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- configurationAttributes() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Retrieves all available configuration attributes for this cache
- configurationAttributes(boolean) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- configurationAttributes(boolean) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Retrieves all available configuration attributes for this cache optionally including values and types
- CONFLICT - Static variable in interface org.infinispan.client.rest.RestResponse
- CONNECT_TIMEOUT - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- connectionTimeout() - Method in class org.infinispan.client.rest.configuration.RestClientConfiguration
- connectionTimeout(long) - Method in class org.infinispan.client.rest.configuration.AbstractConfigurationChildBuilder
- connectionTimeout(long) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- connectionTimeout(long) - Method in interface org.infinispan.client.rest.configuration.RestClientConfigurationChildBuilder
-
This property defines the maximum socket connect timeout before giving up connecting to the server.
- connector(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- connector(String) - Method in interface org.infinispan.client.rest.RestServerClient
- connectorIpFilters(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- connectorIpFilters(String) - Method in interface org.infinispan.client.rest.RestServerClient
- connectorIpFiltersClear(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- connectorIpFiltersClear(String) - Method in interface org.infinispan.client.rest.RestServerClient
- connectorIpFilterSet(String, List<IpFilterRule>) - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- connectorIpFilterSet(String, List<IpFilterRule>) - Method in interface org.infinispan.client.rest.RestServerClient
- connectorNames() - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- connectorNames() - Method in interface org.infinispan.client.rest.RestServerClient
- connectorStart(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- connectorStart(String) - Method in interface org.infinispan.client.rest.RestServerClient
- connectorStop(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- connectorStop(String) - Method in interface org.infinispan.client.rest.RestServerClient
- connectSource(RestEntity) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- connectSource(RestEntity) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Connects the target cluster to a source cluster before a Rolling Upgrade
- container() - Method in class org.infinispan.client.rest.impl.okhttp.RestClientOkHttp
- container() - Method in interface org.infinispan.client.rest.RestClient
-
Operations on the server's Container
- contentType() - Method in class org.infinispan.client.rest.impl.okhttp.ByteArrayRestEntityOkHttp
- contentType() - Method in class org.infinispan.client.rest.impl.okhttp.FileRestEntityOkHttp
- contentType() - Method in class org.infinispan.client.rest.impl.okhttp.InputStreamEntityOkHttp
- contentType() - Method in class org.infinispan.client.rest.impl.okhttp.RestResponseOkHttp
- contentType() - Method in class org.infinispan.client.rest.impl.okhttp.StreamRequestBody
- contentType() - Method in class org.infinispan.client.rest.impl.okhttp.StringRestEntityOkHttp
- contentType() - Method in interface org.infinispan.client.rest.RestEntity
- CONTEXT_PATH - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- contextPath() - Method in class org.infinispan.client.rest.configuration.RestClientConfiguration
- contextPath(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- counter(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestClientOkHttp
- counter(String) - Method in interface org.infinispan.client.rest.RestClient
-
Operations on the specified counter
- counters() - Method in class org.infinispan.client.rest.impl.okhttp.RestClientOkHttp
- counters() - Method in interface org.infinispan.client.rest.RestClient
-
Returns a list of available counters
- create() - Method in class org.infinispan.client.rest.configuration.AuthenticationConfigurationBuilder
- create() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- create() - Method in class org.infinispan.client.rest.configuration.SecurityConfigurationBuilder
- create() - Method in class org.infinispan.client.rest.configuration.ServerConfigurationBuilder
- create() - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
- create(File) - Static method in interface org.infinispan.client.rest.RestEntity
- create(String) - Static method in class org.infinispan.client.rest.RestURI
- create(URI) - Static method in class org.infinispan.client.rest.RestURI
- create(RestEntity) - Method in class org.infinispan.client.rest.impl.okhttp.RestCounterClientOkHttp
- create(RestEntity) - Method in interface org.infinispan.client.rest.RestCounterClient
- create(MediaType, byte[]) - Static method in interface org.infinispan.client.rest.RestEntity
- create(MediaType, File) - Static method in interface org.infinispan.client.rest.RestEntity
- create(MediaType, InputStream) - Static method in interface org.infinispan.client.rest.RestEntity
- create(MediaType, String) - Static method in interface org.infinispan.client.rest.RestEntity
- createBackup(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestClusterClientOkHttp
- createBackup(String) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
-
Creates a backup file containing all resources in this container.
- createBackup(String) - Method in interface org.infinispan.client.rest.RestClusterClient
-
Creates a backup file containing the content of all containers in the cluster.
- createBackup(String, String, Map<String, List<String>>) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- createBackup(String, String, Map<String, List<String>>) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
-
Creates a backup file containing only the resources specified in the provided
Map. - createBackup(String, Map<String, List<String>>) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
-
Creates a backup file containing only the resources specified in the provided
Map. - createCnonce() - Static method in class org.infinispan.client.rest.impl.okhttp.auth.DigestAuthenticator
- CREATED - Static variable in interface org.infinispan.client.rest.RestResponse
- createRole(String, List<String>) - Method in class org.infinispan.client.rest.impl.okhttp.RestSecurityClientOkHttp
- createRole(String, List<String>) - Method in interface org.infinispan.client.rest.RestSecurityClient
- createWithConfiguration(RestEntity, CacheContainerAdmin.AdminFlag...) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- createWithConfiguration(RestEntity, CacheContainerAdmin.AdminFlag...) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Creates the cache using the supplied configuration
- createWithTemplate(String, CacheContainerAdmin.AdminFlag...) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- createWithTemplate(String, CacheContainerAdmin.AdminFlag...) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Creates the cache using the supplied template name
D
- dataSourceNames() - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- dataSourceNames() - Method in interface org.infinispan.client.rest.RestServerClient
- dataSourceTest(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- dataSourceTest(String) - Method in interface org.infinispan.client.rest.RestServerClient
- decrement() - Method in class org.infinispan.client.rest.impl.okhttp.RestCounterClientOkHttp
- decrement() - Method in interface org.infinispan.client.rest.RestCounterClient
- DEFAULT_BATCH_SIZE - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- DEFAULT_CONNECT_TIMEOUT - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- DEFAULT_MAX_RETRIES - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- DEFAULT_REST_PORT - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- DEFAULT_SO_TIMEOUT - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- delete() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- delete() - Method in class org.infinispan.client.rest.impl.okhttp.RestCounterClientOkHttp
- delete() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Removes the cache
- delete() - Method in interface org.infinispan.client.rest.RestCounterClient
- delete(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestSchemasClientOkHttp
- delete(String) - Method in interface org.infinispan.client.rest.RestRawClient
- delete(String) - Method in interface org.infinispan.client.rest.RestSchemaClient
-
DELETE a schema by name.
- delete(String, Map<String, String>) - Method in class org.infinispan.client.rest.impl.okhttp.RestRawClientOkHttp
- delete(String, Map<String, String>) - Method in interface org.infinispan.client.rest.RestRawClient
- deleteBackup(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- deleteBackup(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestClusterClientOkHttp
- deleteBackup(String) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
-
Deletes a backup file from the server.
- deleteBackup(String) - Method in interface org.infinispan.client.rest.RestClusterClient
-
Deletes a backup file from the server.
- deleteRestore(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- deleteRestore(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestClusterClientOkHttp
- deleteRestore(String) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
-
Deletes a restore request from the server.
- deleteRestore(String) - Method in interface org.infinispan.client.rest.RestClusterClient
-
Deletes a restore request from the server.
- deny(String, List<String>) - Method in class org.infinispan.client.rest.impl.okhttp.RestSecurityClientOkHttp
- deny(String, List<String>) - Method in interface org.infinispan.client.rest.RestSecurityClient
- details() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- details() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Obtains details about the cache
- DigestAuthenticator - Class in org.infinispan.client.rest.impl.okhttp.auth
- DigestAuthenticator(AuthenticationConfiguration) - Constructor for class org.infinispan.client.rest.impl.okhttp.auth.DigestAuthenticator
- disable() - Method in class org.infinispan.client.rest.configuration.AuthenticationConfigurationBuilder
-
Disables authentication
- disable() - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
-
Disables the SSL support
- disableRebalancing() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- disableRebalancing() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- disableRebalancing() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Disables automatic rebalancing for the cache.
- disableRebalancing() - Method in interface org.infinispan.client.rest.RestCacheManagerClient
-
Globally disables automatic rebalancing.
- disconnectSource() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- disconnectSource() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Disconnects the target cluster from the source cluster after a Rolling Upgrade
- distribution() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- distribution() - Method in class org.infinispan.client.rest.impl.okhttp.RestClusterClientOkHttp
- distribution() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Obtain metrics about the distribution of data of the cache.
- distribution() - Method in interface org.infinispan.client.rest.RestClusterClient
- downloadScript(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestTaskClientOkHttp
- downloadScript(String) - Method in interface org.infinispan.client.rest.RestTaskClient
-
Downloads a script
E
- EMPTY_STRING_ARRAY - Static variable in class org.infinispan.client.rest.RestURI
- enable() - Method in class org.infinispan.client.rest.configuration.AuthenticationConfigurationBuilder
-
Enables authentication
- enable() - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
-
Enables the SSL support
- enabled() - Method in class org.infinispan.client.rest.configuration.AuthenticationConfiguration
- enabled() - Method in class org.infinispan.client.rest.configuration.SslConfiguration
- enabled(boolean) - Method in class org.infinispan.client.rest.configuration.AuthenticationConfigurationBuilder
-
Configures whether authentication should be enabled or not
- enabled(boolean) - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
-
Enables or disables the SSL support
- enableRebalancing() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- enableRebalancing() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- enableRebalancing() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Enables automatic rebalancing for the cache.
- enableRebalancing() - Method in interface org.infinispan.client.rest.RestCacheManagerClient
-
Globally enables automatic rebalancing.
- entries() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- entries() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Retrieves entries without metadata
- entries(boolean) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- entries(boolean) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Retrieves entries without metadata
- entries(int) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- entries(int) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Retrieves entries limited by count
- entries(int, boolean) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- entries(int, boolean) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Retrieves entries with limit and metadata
- env() - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- env() - Method in interface org.infinispan.client.rest.RestServerClient
-
Returns the server environment
- exec(String) - Method in interface org.infinispan.client.rest.RestTaskClient
-
Executes a task without parameters
- exec(String, String, Map<String, ?>) - Method in class org.infinispan.client.rest.impl.okhttp.RestTaskClientOkHttp
- exec(String, String, Map<String, ?>) - Method in interface org.infinispan.client.rest.RestTaskClient
-
Executes a task with the supplied parameters.
- exec(String, Map<String, ?>) - Method in interface org.infinispan.client.rest.RestTaskClient
- exists() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- exists() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Check if the cache exists
F
- FileRestEntityOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- FileRestEntityOkHttp(MediaType, File) - Constructor for class org.infinispan.client.rest.impl.okhttp.FileRestEntityOkHttp
- flushCache() - Method in class org.infinispan.client.rest.impl.okhttp.RestSecurityClientOkHttp
- flushCache() - Method in interface org.infinispan.client.rest.RestSecurityClient
- followRedirects() - Method in class org.infinispan.client.rest.configuration.RestClientConfiguration
- followRedirects(boolean) - Method in class org.infinispan.client.rest.configuration.AbstractConfigurationChildBuilder
- followRedirects(boolean) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- followRedirects(boolean) - Method in interface org.infinispan.client.rest.configuration.RestClientConfigurationChildBuilder
- FORBIDDEN - Static variable in interface org.infinispan.client.rest.RestResponse
- forConfiguration(RestClientConfiguration) - Static method in interface org.infinispan.client.rest.RestClient
-
Creates a
RestClientinstance based on the supplied configuration
G
- generateToken(byte[], String) - Method in class org.infinispan.client.rest.impl.okhttp.auth.NegotiateAuthenticator
- get() - Method in class org.infinispan.client.rest.impl.okhttp.RestCounterClientOkHttp
- get() - Method in interface org.infinispan.client.rest.RestCounterClient
- get(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- get(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestSchemasClientOkHttp
- get(String) - Method in interface org.infinispan.client.rest.RestCacheClient
-
GETs a key from the cache
- get(String) - Method in interface org.infinispan.client.rest.RestRawClient
- get(String) - Method in interface org.infinispan.client.rest.RestSchemaClient
-
GET a schema by name.
- get(String, String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- get(String, String) - Method in interface org.infinispan.client.rest.RestCacheClient
-
GETs a key from the cache with a specific MediaType or list of MediaTypes.
- get(String, String, boolean) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- get(String, String, boolean) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Same as
RestCacheClient.get(String, String)but with an option to return extended headers. - get(String, Map<String, String>) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- get(String, Map<String, String>) - Method in class org.infinispan.client.rest.impl.okhttp.RestRawClientOkHttp
- get(String, Map<String, String>) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Same as
RestCacheClient.get(String)but allowing custom headers. - get(String, Map<String, String>) - Method in interface org.infinispan.client.rest.RestRawClient
- getAddresses() - Method in class org.infinispan.client.rest.RestURI
- getAsciiBytes(String) - Static method in class org.infinispan.client.rest.impl.okhttp.auth.DigestAuthenticator
- getAuthPassword() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getAuthRealm() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getAuthUsername() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getAvailability() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- getAvailability() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Retrieves the Cache's Availability status.
- getBackup(String, boolean) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- getBackup(String, boolean) - Method in class org.infinispan.client.rest.impl.okhttp.RestClusterClientOkHttp
- getBackup(String, boolean) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
-
Retrieves a backup file with the given name from the server.
- getBackup(String, boolean) - Method in interface org.infinispan.client.rest.RestClusterClient
-
Retrieves a backup file with the given name from the server.
- getBackupNames() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- getBackupNames() - Method in class org.infinispan.client.rest.impl.okhttp.RestClusterClientOkHttp
- getBackupNames() - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- getBackupNames() - Method in interface org.infinispan.client.rest.RestClusterClient
- getBody() - Method in class org.infinispan.client.rest.impl.okhttp.ByteArrayRestEntityOkHttp
- getBody() - Method in class org.infinispan.client.rest.impl.okhttp.FileRestEntityOkHttp
- getBody() - Method in class org.infinispan.client.rest.impl.okhttp.InputStreamEntityOkHttp
- getBody() - Method in class org.infinispan.client.rest.impl.okhttp.RestResponseOkHttp
- getBody() - Method in class org.infinispan.client.rest.impl.okhttp.StringRestEntityOkHttp
- getBody() - Method in interface org.infinispan.client.rest.RestEntity
- getBodyAsByteArray() - Method in class org.infinispan.client.rest.impl.okhttp.RestResponseOkHttp
- getBodyAsByteArray() - Method in interface org.infinispan.client.rest.RestResponse
- getBodyAsStream() - Method in class org.infinispan.client.rest.impl.okhttp.RestResponseOkHttp
- getBodyAsStream() - Method in interface org.infinispan.client.rest.RestResponse
- getCachingKey(Request) - Static method in interface org.infinispan.client.rest.impl.okhttp.auth.CachingAuthenticator
- getCidr() - Method in class org.infinispan.client.rest.IpFilterRule
- getConfiguration() - Method in class org.infinispan.client.rest.impl.okhttp.RestClientOkHttp
- getConfiguration() - Method in interface org.infinispan.client.rest.RestClient
-
Returns the configuration of this
RestClient - getConnectTimeout() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getCredentialsCharset() - Method in class org.infinispan.client.rest.impl.okhttp.auth.DigestAuthenticator
-
Returns the charset used for the credentials.
- getHeader(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestResponseOkHttp
- getHeader(String) - Method in interface org.infinispan.client.rest.RestResponse
-
Returns the value of a header as a String.
- getKeyAlias() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getKeyStoreFileName() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getKeyStorePassword() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getKeyStoreType() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getPassword() - Method in class org.infinispan.client.rest.RestURI
- getProperties() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getProperties() - Method in class org.infinispan.client.rest.RestURI
- getProtocol() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getProtocol() - Method in class org.infinispan.client.rest.impl.okhttp.RestResponseOkHttp
- getProtocol() - Method in interface org.infinispan.client.rest.RestResponse
- getRestore(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- getRestore(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestClusterClientOkHttp
- getRestore(String) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
-
Polls a restore request progress with the given name.
- getRestore(String) - Method in interface org.infinispan.client.rest.RestClusterClient
-
Polls a restore request progress with the given name.
- getRestoreNames() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- getRestoreNames() - Method in class org.infinispan.client.rest.impl.okhttp.RestClusterClientOkHttp
- getRestoreNames() - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- getRestoreNames() - Method in interface org.infinispan.client.rest.RestClusterClient
- getSaslMechanism() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getServerList() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getSniHostName() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getSoTimeout() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getSSLProtocol() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getStatus() - Method in class org.infinispan.client.rest.impl.okhttp.RestResponseOkHttp
- getStatus() - Method in interface org.infinispan.client.rest.RestResponse
- getTcpKeepAlive() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getTcpNoDelay() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getTrustStoreFileName() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getTrustStorePassword() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getTrustStorePath() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getTrustStoreType() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getType() - Method in class org.infinispan.client.rest.IpFilterRule
- getUseAuth() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getUsername() - Method in class org.infinispan.client.rest.RestURI
- getUseSSL() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- getXSiteTakeOfflineConfig(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- getXSiteTakeOfflineConfig(String) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Get the configuration used to automatically take a backup site offline
- globalConfiguration() - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- globalConfiguration(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- globalConfiguration(String) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- grant(String, List<String>) - Method in class org.infinispan.client.rest.impl.okhttp.RestSecurityClientOkHttp
- grant(String, List<String>) - Method in interface org.infinispan.client.rest.RestSecurityClient
H
- head(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- head(String) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Similar to
RestCacheClient.get(String)but only retrieves headers - head(String, Map<String, String>) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- head(String, Map<String, String>) - Method in class org.infinispan.client.rest.impl.okhttp.RestRawClientOkHttp
- head(String, Map<String, String>) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Similar to
RestCacheClient.head(String)but allowing custom headers - head(String, Map<String, String>) - Method in interface org.infinispan.client.rest.RestRawClient
- header(String, String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- headers() - Method in class org.infinispan.client.rest.configuration.RestClientConfiguration
- headers() - Method in class org.infinispan.client.rest.impl.okhttp.RestResponseOkHttp
- headers() - Method in interface org.infinispan.client.rest.RestResponse
- health() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- health() - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- health(boolean) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- health(boolean) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- healthStatus() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- healthStatus() - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- heapDump(boolean) - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- heapDump(boolean) - Method in interface org.infinispan.client.rest.RestServerClient
-
Performs a heap dump
- host() - Method in class org.infinispan.client.rest.configuration.ServerConfiguration
- host(String) - Method in class org.infinispan.client.rest.configuration.ServerConfigurationBuilder
- hostnameVerifier() - Method in class org.infinispan.client.rest.configuration.SslConfiguration
- hostnameVerifier(HostnameVerifier) - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
-
Sets the
HostnameVerifierto use when validating certificates against hostnames - HTTP_11 - Enum constant in enum org.infinispan.client.rest.configuration.Protocol
- HTTP_20 - Enum constant in enum org.infinispan.client.rest.configuration.Protocol
I
- ICR - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- ignoreCache(String, String) - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- ignoreCache(String, String) - Method in interface org.infinispan.client.rest.RestServerClient
- increment() - Method in class org.infinispan.client.rest.impl.okhttp.RestCounterClientOkHttp
- increment() - Method in interface org.infinispan.client.rest.RestCounterClient
- indexMetamodel() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- indexMetamodel() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Obtains the index metamodel for the current cache.
- indexStats() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- indexStats() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Deprecated.Use
RestCacheClient.searchStats()instead. - info() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- info() - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- info() - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- info() - Method in interface org.infinispan.client.rest.RestServerClient
-
Returns information about the server
- InputStreamEntityOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- InputStreamEntityOkHttp(MediaType, InputStream) - Constructor for class org.infinispan.client.rest.impl.okhttp.InputStreamEntityOkHttp
- intercept(Interceptor.Chain) - Method in class org.infinispan.client.rest.impl.okhttp.auth.CachingAuthenticatorInterceptor
- INTERNAL_SERVER_ERROR - Static variable in interface org.infinispan.client.rest.RestResponse
- IpFilterRule - Class in org.infinispan.client.rest
- IpFilterRule(IpFilterRule.RuleType, String) - Constructor for class org.infinispan.client.rest.IpFilterRule
- IpFilterRule.RuleType - Enum in org.infinispan.client.rest
- isSsl() - Method in class org.infinispan.client.rest.RestURI
K
- KEY_ALIAS - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- KEY_STORE_CERTIFICATE_PASSWORD - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- KEY_STORE_FILE_NAME - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- KEY_STORE_PASSWORD - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- KEY_STORE_TYPE - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- keyAlias() - Method in class org.infinispan.client.rest.configuration.SslConfiguration
- keyAlias(String) - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
-
Sets the alias of the key to use, in case the keyStore contains multiple certificates.
- keys() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- keys() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Retrieve all keys
- keys(int) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- keys(int) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Retrieve keys limited by count
- keys(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- keys(String) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Retrieves all keys from the cache with a specific MediaType or list of MediaTypes.
- keyStoreCertificatePassword() - Method in class org.infinispan.client.rest.configuration.SslConfiguration
- keyStoreCertificatePassword(char[]) - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
-
Deprecated.since 9.3
- keyStoreFileName() - Method in class org.infinispan.client.rest.configuration.SslConfiguration
- keyStoreFileName(String) - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
-
Specifies the filename of a keystore to use to create the
SSLContextYou also need to specify aSslConfigurationBuilder.keyStorePassword(char[]). - keyStorePassword() - Method in class org.infinispan.client.rest.configuration.SslConfiguration
- keyStorePassword(char[]) - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
-
Specifies the password needed to open the keystore You also need to specify a
SslConfigurationBuilder.keyStoreFileName(String). - keyStoreType() - Method in class org.infinispan.client.rest.configuration.SslConfiguration
- keyStoreType(String) - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
-
Specifies the type of the keystore, such as JKS or JCEKS.
L
- list(RestTaskClient.ResultType) - Method in class org.infinispan.client.rest.impl.okhttp.RestTaskClientOkHttp
- list(RestTaskClient.ResultType) - Method in interface org.infinispan.client.rest.RestTaskClient
-
Retrieves a list of tasks from the server
- listAppenders() - Method in class org.infinispan.client.rest.impl.okhttp.RestLoggingClientOkHttp
- listAppenders() - Method in interface org.infinispan.client.rest.RestLoggingClient
- listen(String, Map<String, String>, RestEventListener) - Method in class org.infinispan.client.rest.impl.okhttp.RestRawClientOkHttp
- listen(String, Map<String, String>, RestEventListener) - Method in interface org.infinispan.client.rest.RestRawClient
- listIgnoredCaches(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- listIgnoredCaches(String) - Method in interface org.infinispan.client.rest.RestServerClient
- listLoggers() - Method in class org.infinispan.client.rest.impl.okhttp.RestLoggingClientOkHttp
- listLoggers() - Method in interface org.infinispan.client.rest.RestLoggingClient
- listRoles(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestSecurityClientOkHttp
- listRoles(String) - Method in interface org.infinispan.client.rest.RestSecurityClient
- logging() - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- logging() - Method in interface org.infinispan.client.rest.RestServerClient
M
- mechanism() - Method in class org.infinispan.client.rest.configuration.AuthenticationConfiguration
- mechanism(String) - Method in class org.infinispan.client.rest.configuration.AuthenticationConfigurationBuilder
-
Selects the authentication mechanism to use for the connection to the server.
- memory() - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- memory() - Method in interface org.infinispan.client.rest.RestServerClient
-
Returns memory information about the server
- METHOD_NOT_ALLOWED - Static variable in interface org.infinispan.client.rest.RestResponse
- metrics() - Method in class org.infinispan.client.rest.impl.okhttp.RestClientOkHttp
- metrics() - Method in class org.infinispan.client.rest.impl.okhttp.RestMetricsClientOkHttp
- metrics() - Method in interface org.infinispan.client.rest.RestClient
-
Server metrics
- metrics() - Method in interface org.infinispan.client.rest.RestMetricsClient
- metrics(boolean) - Method in class org.infinispan.client.rest.impl.okhttp.RestMetricsClientOkHttp
- metrics(boolean) - Method in interface org.infinispan.client.rest.RestMetricsClient
- metricsMetadata() - Method in class org.infinispan.client.rest.impl.okhttp.RestMetricsClientOkHttp
- metricsMetadata() - Method in interface org.infinispan.client.rest.RestMetricsClient
N
- name() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- name() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- name() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Returns the name of the cache
- name() - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- names() - Method in class org.infinispan.client.rest.impl.okhttp.RestSchemasClientOkHttp
- names() - Method in interface org.infinispan.client.rest.RestSchemaClient
-
Obtains the names of the registered schemas.
- NegotiateAuthenticator - Class in org.infinispan.client.rest.impl.okhttp.auth
- NegotiateAuthenticator(AuthenticationConfiguration) - Constructor for class org.infinispan.client.rest.impl.okhttp.auth.NegotiateAuthenticator
- NO_CONTENT - Static variable in interface org.infinispan.client.rest.RestResponse
- NOT_FOUND - Static variable in interface org.infinispan.client.rest.RestResponse
- NOT_MODIFIED - Static variable in interface org.infinispan.client.rest.RestResponse
O
- OK - Static variable in interface org.infinispan.client.rest.RestResponse
- onClosed(EventSource) - Method in class org.infinispan.client.rest.impl.okhttp.RestEventListenerOkHttp
- onError(Throwable, RestResponse) - Method in interface org.infinispan.client.rest.RestEventListener
- onEvent(EventSource, String, String, String) - Method in class org.infinispan.client.rest.impl.okhttp.RestEventListenerOkHttp
- onFailure(EventSource, Throwable, Response) - Method in class org.infinispan.client.rest.impl.okhttp.RestEventListenerOkHttp
- onMessage(String, String, String) - Method in interface org.infinispan.client.rest.RestEventListener
- onOpen(EventSource, Response) - Method in class org.infinispan.client.rest.impl.okhttp.RestEventListenerOkHttp
- onOpen(RestResponse) - Method in interface org.infinispan.client.rest.RestEventListener
- options(String, Map<String, String>) - Method in class org.infinispan.client.rest.impl.okhttp.RestRawClientOkHttp
- options(String, Map<String, String>) - Method in interface org.infinispan.client.rest.RestRawClient
- org.infinispan.client.rest - package org.infinispan.client.rest
- org.infinispan.client.rest.configuration - package org.infinispan.client.rest.configuration
- org.infinispan.client.rest.impl.okhttp - package org.infinispan.client.rest.impl.okhttp
- org.infinispan.client.rest.impl.okhttp.auth - package org.infinispan.client.rest.impl.okhttp.auth
P
- password() - Method in class org.infinispan.client.rest.configuration.AuthenticationConfiguration
- password(char[]) - Method in class org.infinispan.client.rest.configuration.AuthenticationConfigurationBuilder
-
Specifies the password to be used for authentication.
- password(String) - Method in class org.infinispan.client.rest.configuration.AuthenticationConfigurationBuilder
-
Specifies the password to be used for authentication.
- port() - Method in class org.infinispan.client.rest.configuration.ServerConfiguration
- port(int) - Method in class org.infinispan.client.rest.configuration.ServerConfigurationBuilder
- post(String) - Method in interface org.infinispan.client.rest.RestRawClient
- post(String, String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- post(String, String) - Method in class org.infinispan.client.rest.impl.okhttp.RestSchemasClientOkHttp
- post(String, String) - Method in interface org.infinispan.client.rest.RestCacheClient
-
POSTs a key/value to the cache as text/plain
- post(String, String) - Method in interface org.infinispan.client.rest.RestSchemaClient
-
POST a schema with the supplied name and contents.
- post(String, String, long, long) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- post(String, String, long, long) - Method in interface org.infinispan.client.rest.RestCacheClient
-
POSTs a key/value to the cache as text/plain with the specified expiration
- post(String, String, String) - Method in class org.infinispan.client.rest.impl.okhttp.RestRawClientOkHttp
- post(String, String, String) - Method in interface org.infinispan.client.rest.RestRawClient
- post(String, Map<String, String>) - Method in class org.infinispan.client.rest.impl.okhttp.RestRawClientOkHttp
- post(String, Map<String, String>) - Method in interface org.infinispan.client.rest.RestRawClient
- post(String, Map<String, String>, String, String) - Method in class org.infinispan.client.rest.impl.okhttp.RestRawClientOkHttp
- post(String, Map<String, String>, String, String) - Method in interface org.infinispan.client.rest.RestRawClient
- post(String, RestEntity) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- post(String, RestEntity) - Method in class org.infinispan.client.rest.impl.okhttp.RestSchemasClientOkHttp
- post(String, RestEntity) - Method in interface org.infinispan.client.rest.RestCacheClient
-
POSTs a key/value to the cache with the specified encoding
- post(String, RestEntity) - Method in interface org.infinispan.client.rest.RestSchemaClient
-
POST a schema with the supplied name and contents.
- post(String, RestEntity, long, long) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- post(String, RestEntity, long, long) - Method in interface org.infinispan.client.rest.RestCacheClient
-
POSTs a key/value to the cache with the specified encoding and expiration
- postForm(String, Map<String, String>, Map<String, List<String>>) - Method in class org.infinispan.client.rest.impl.okhttp.RestRawClientOkHttp
- postForm(String, Map<String, String>, Map<String, List<String>>) - Method in interface org.infinispan.client.rest.RestRawClient
- postMultipartForm(String, Map<String, String>, Map<String, List<String>>) - Method in class org.infinispan.client.rest.impl.okhttp.RestRawClientOkHttp
- postMultipartForm(String, Map<String, String>, Map<String, List<String>>) - Method in interface org.infinispan.client.rest.RestRawClient
- priorKnowledge() - Method in class org.infinispan.client.rest.configuration.RestClientConfiguration
- priorKnowledge(boolean) - Method in class org.infinispan.client.rest.configuration.AbstractConfigurationChildBuilder
- priorKnowledge(boolean) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- priorKnowledge(boolean) - Method in interface org.infinispan.client.rest.configuration.RestClientConfigurationChildBuilder
-
Configure the client to use Prior Knowledge
- properties() - Method in class org.infinispan.client.rest.configuration.RestClientConfiguration
- protocol() - Method in class org.infinispan.client.rest.configuration.RestClientConfiguration
- protocol() - Method in class org.infinispan.client.rest.configuration.SslConfiguration
- protocol(String) - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
-
Configures the secure socket protocol.
- protocol(Protocol) - Method in class org.infinispan.client.rest.configuration.AbstractConfigurationChildBuilder
- protocol(Protocol) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- protocol(Protocol) - Method in interface org.infinispan.client.rest.configuration.RestClientConfigurationChildBuilder
-
Selects the protocol used by the client.
- Protocol - Enum in org.infinispan.client.rest.configuration
- PROTOCOL - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- provider() - Method in class org.infinispan.client.rest.configuration.SslConfiguration
- provider(String) - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
-
Configures the security provider to use when initializing TLS.
- PROVIDER - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- pushSiteState(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- pushSiteState(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- pushSiteState(String) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Starts the state push to a backup site
- pushSiteState(String) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- pushStateStatus() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- pushStateStatus() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Obtain the status of a state push to a backup site
- put(String) - Method in interface org.infinispan.client.rest.RestRawClient
- put(String, String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- put(String, String) - Method in class org.infinispan.client.rest.impl.okhttp.RestSchemasClientOkHttp
- put(String, String) - Method in interface org.infinispan.client.rest.RestCacheClient
-
PUTs a key/value to the cache as text/plain
- put(String, String) - Method in interface org.infinispan.client.rest.RestSchemaClient
-
PUT a schema with the supplied name and contents.
- put(String, String, long, long) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- put(String, String, long, long) - Method in interface org.infinispan.client.rest.RestCacheClient
-
PUTs a key/value to the cache as text/plain with the specified expiration
- put(String, String, RestEntity) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- put(String, String, RestEntity) - Method in interface org.infinispan.client.rest.RestCacheClient
-
PUT a key/value to the cache with custom media types for keys and values
- put(String, String, RestEntity, long, long) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- put(String, String, RestEntity, long, long) - Method in interface org.infinispan.client.rest.RestCacheClient
-
PUT an entry with metadata.
- put(String, String, RestEntity, Map<String, String>) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- put(String, String, RestEntity, Map<String, String>) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Same as
RestCacheClient.put(String, String, RestEntity)but allowing custom headers. - put(String, Map<String, String>) - Method in class org.infinispan.client.rest.impl.okhttp.RestRawClientOkHttp
- put(String, Map<String, String>) - Method in interface org.infinispan.client.rest.RestRawClient
- put(String, RestEntity) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- put(String, RestEntity) - Method in class org.infinispan.client.rest.impl.okhttp.RestSchemasClientOkHttp
- put(String, RestEntity) - Method in interface org.infinispan.client.rest.RestCacheClient
-
PUTs a key/value to the cache with the specified encoding
- put(String, RestEntity) - Method in interface org.infinispan.client.rest.RestSchemaClient
-
PUT a schema with the supplied name and contents.
- put(String, RestEntity, long, long) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- put(String, RestEntity, long, long) - Method in interface org.infinispan.client.rest.RestCacheClient
-
PUTs a key/value to the cache with the specified encoding and expiration
- put(String, RestEntity, String...) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- put(String, RestEntity, String...) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Same as
RestCacheClient.put(String, RestEntity)also allowing one or moreorg.infinispan.context.Flagto be passed. - putValue(String, Map<String, String>, String, String) - Method in class org.infinispan.client.rest.impl.okhttp.RestRawClientOkHttp
- putValue(String, Map<String, String>, String, String) - Method in interface org.infinispan.client.rest.RestRawClient
Q
- query(String) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Executes an Ickle-query
- query(String, boolean) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- query(String, boolean) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Executes an Ickle-query
- query(String, int, int) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- query(String, int, int) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Executes an Ickle-query
- query(String, int, int, int) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- query(String, int, int, int) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Executes an Ickle-query
- queryStats() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- queryStats() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Deprecated.Use
RestCacheClient.searchStats()instead.
R
- raw() - Method in class org.infinispan.client.rest.impl.okhttp.RestClientOkHttp
- raw() - Method in interface org.infinispan.client.rest.RestClient
-
Raw HTTP operations
- read(AuthenticationConfiguration) - Method in class org.infinispan.client.rest.configuration.AuthenticationConfigurationBuilder
- read(RestClientConfiguration) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- read(SecurityConfiguration) - Method in class org.infinispan.client.rest.configuration.SecurityConfigurationBuilder
- read(ServerConfiguration) - Method in class org.infinispan.client.rest.configuration.ServerConfigurationBuilder
- read(SslConfiguration) - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
- realm() - Method in class org.infinispan.client.rest.configuration.AuthenticationConfiguration
- realm(String) - Method in class org.infinispan.client.rest.configuration.AuthenticationConfigurationBuilder
-
Specifies the realm to be used for authentication.
- reindex() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- reindex() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Rebuild the search indexes of the cache based on its data.
- reindexLocal() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- reindexLocal() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Same as
RestCacheClient.reindex()but only considers data from the local cluster member. - REJECT - Enum constant in enum org.infinispan.client.rest.IpFilterRule.RuleType
- remove(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- remove(String) - Method in interface org.infinispan.client.rest.RestCacheClient
-
DELETEs an entry from the cache
- remove(String, Map<String, String>) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- remove(String, Map<String, String>) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Same as
RestCacheClient.remove(String)but allowing custom headers - removeLogger(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestLoggingClientOkHttp
- removeLogger(String) - Method in interface org.infinispan.client.rest.RestLoggingClient
- removeRole(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestSecurityClientOkHttp
- removeRole(String) - Method in interface org.infinispan.client.rest.RestSecurityClient
- report() - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- report() - Method in interface org.infinispan.client.rest.RestServerClient
-
Returns a report from the server
- reset() - Method in class org.infinispan.client.rest.impl.okhttp.RestCounterClientOkHttp
- reset() - Method in interface org.infinispan.client.rest.RestCounterClient
- RestCacheClient - Interface in org.infinispan.client.rest
- RestCacheClientOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- RestCacheManagerClient - Interface in org.infinispan.client.rest
- RestCacheManagerClientOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- RestClient - Interface in org.infinispan.client.rest
-
An experimental client for interacting with an Infinispan REST server.
- RestClientConfiguration - Class in org.infinispan.client.rest.configuration
-
Configuration.
- RestClientConfigurationBuilder - Class in org.infinispan.client.rest.configuration
-
ConfigurationBuilder used to generate immutable
RestClientConfigurationobjects. - RestClientConfigurationBuilder() - Constructor for class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- RestClientConfigurationChildBuilder - Interface in org.infinispan.client.rest.configuration
-
ConfigurationChildBuilder.
- RestClientConfigurationProperties - Class in org.infinispan.client.rest.configuration
-
Encapsulate all config properties here
- RestClientConfigurationProperties() - Constructor for class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- RestClientConfigurationProperties(String) - Constructor for class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- RestClientConfigurationProperties(Properties) - Constructor for class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- RestClientOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- RestClientOkHttp(RestClientConfiguration) - Constructor for class org.infinispan.client.rest.impl.okhttp.RestClientOkHttp
- RestClusterClient - Interface in org.infinispan.client.rest
- RestClusterClientOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- RestContainerClient - Interface in org.infinispan.client.rest
- RestContainerClientOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- RestContainerClientOkHttp(RestClientOkHttp) - Constructor for class org.infinispan.client.rest.impl.okhttp.RestContainerClientOkHttp
- RestCounterClient - Interface in org.infinispan.client.rest
- RestCounterClientOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- RestEntity - Interface in org.infinispan.client.rest
- RestEntityAdaptorOkHttp - Interface in org.infinispan.client.rest.impl.okhttp
- RestEventListener - Interface in org.infinispan.client.rest
- RestEventListenerOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- RestEventListenerOkHttp(RestEventListener) - Constructor for class org.infinispan.client.rest.impl.okhttp.RestEventListenerOkHttp
- RestLoggingClient - Interface in org.infinispan.client.rest
- RestLoggingClientOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- RestMetricsClient - Interface in org.infinispan.client.rest
-
An experimental rest client for Micrometer metrics in native and Prometheus compatible OpenMetrics format.
- RestMetricsClientOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- restore(String, File) - Method in class org.infinispan.client.rest.impl.okhttp.RestClusterClientOkHttp
- restore(String, File) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
-
Restores all content associated with this containers name contained within the provided backup file.
- restore(String, File) - Method in interface org.infinispan.client.rest.RestClusterClient
-
Restores all content from a backup file, by uploading the file to the server endpoint for processing, returning once the restoration has completed.
- restore(String, File, Map<String, List<String>>) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- restore(String, File, Map<String, List<String>>) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
-
Restores the specified content from the backup file that's associated with this container's name.
- restore(String, String) - Method in class org.infinispan.client.rest.impl.okhttp.RestClusterClientOkHttp
- restore(String, String) - Method in interface org.infinispan.client.rest.RestClusterClient
-
Restores all content from a backup file available to the server instance.
- restore(String, String, Map<String, List<String>>) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- restore(String, String, Map<String, List<String>>) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
-
Restores the specified content from the backup file that's associated with this container's name.
- RestRawClient - Interface in org.infinispan.client.rest
-
Client to execute arbitrary requests on the server.
- RestRawClientOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- RestResponse - Interface in org.infinispan.client.rest
- RestResponseOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- RestSchemaClient - Interface in org.infinispan.client.rest
-
Operations for protobuf schema handling.
- RestSchemasClientOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- RestSchemasClientOkHttp(RestClientOkHttp) - Constructor for class org.infinispan.client.rest.impl.okhttp.RestSchemasClientOkHttp
- RestSecurityClient - Interface in org.infinispan.client.rest
- RestSecurityClientOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- RestSecurityClientOkHttp(RestClientOkHttp) - Constructor for class org.infinispan.client.rest.impl.okhttp.RestSecurityClientOkHttp
- RestServerClient - Interface in org.infinispan.client.rest
- RestServerClientOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- RestTaskClient - Interface in org.infinispan.client.rest
- RestTaskClient.ResultType - Enum in org.infinispan.client.rest
-
Task type filter definition.
- RestTaskClientOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- RestURI - Class in org.infinispan.client.rest
S
- schemas() - Method in class org.infinispan.client.rest.impl.okhttp.RestClientOkHttp
- schemas() - Method in interface org.infinispan.client.rest.RestClient
-
Protobuf schemas
- searchStats() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- searchStats() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Obtain query and indexing statistics for the cache.
- security() - Method in class org.infinispan.client.rest.configuration.AbstractConfigurationChildBuilder
- security() - Method in class org.infinispan.client.rest.configuration.RestClientConfiguration
- security() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- security() - Method in interface org.infinispan.client.rest.configuration.RestClientConfigurationChildBuilder
-
Security Configuration
- security() - Method in class org.infinispan.client.rest.impl.okhttp.RestClientOkHttp
- security() - Method in interface org.infinispan.client.rest.RestClient
-
Server security
- SecurityConfiguration - Class in org.infinispan.client.rest.configuration
-
SecurityConfiguration.
- SecurityConfigurationBuilder - Class in org.infinispan.client.rest.configuration
-
SecurityConfigurationBuilder.
- server() - Method in class org.infinispan.client.rest.impl.okhttp.RestClientOkHttp
- server() - Method in interface org.infinispan.client.rest.RestClient
-
Interact with the single server
- SERVER_LIST - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- ServerConfiguration - Class in org.infinispan.client.rest.configuration
-
ServerConfiguration.
- ServerConfigurationBuilder - Class in org.infinispan.client.rest.configuration
-
ServerConfigurationBuilder.
- servers() - Method in class org.infinispan.client.rest.configuration.RestClientConfiguration
- servers() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- SERVICE_UNAVAILABLE - Static variable in interface org.infinispan.client.rest.RestResponse
- setAuthPassword(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setAuthRealm(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setAuthServerName(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setAuthUsername(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setAvailability(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- setAvailability(String) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Sets the Cache's Avaialability
- setConnectTimeout(int) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setKeyAlias(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setKeyStoreCertificatePassword(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setKeyStoreFileName(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setKeyStorePassword(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setKeyStoreType(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setLogger(String, String, String...) - Method in class org.infinispan.client.rest.impl.okhttp.RestLoggingClientOkHttp
- setLogger(String, String, String...) - Method in interface org.infinispan.client.rest.RestLoggingClient
- setProtocol(Protocol) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setSaslMechanism(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setServerList(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setSniHostName(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setSocketTimeout(int) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setSSLProtocol(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setTcpKeepAlive(boolean) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setTcpNoDelay(boolean) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setTrustStoreFileName(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setTrustStorePassword(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setTrustStorePath(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setTrustStoreType(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setUseAuth(boolean) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- setUseSSL(boolean) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- shutdown() - Method in class org.infinispan.client.rest.impl.okhttp.RestContainerClientOkHttp
- shutdown() - Method in interface org.infinispan.client.rest.RestContainerClient
-
Shuts down the container stopping all caches and resources.
- size() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- size() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Obtains the total number of elements in the cache
- SNI_HOST_NAME - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- sniHostName() - Method in class org.infinispan.client.rest.configuration.SslConfiguration
- sniHostName(String) - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
-
Specifies the TLS SNI hostname for the connection
- SO_TIMEOUT - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- socketTimeout() - Method in class org.infinispan.client.rest.configuration.RestClientConfiguration
- socketTimeout(long) - Method in class org.infinispan.client.rest.configuration.AbstractConfigurationChildBuilder
- socketTimeout(long) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- socketTimeout(long) - Method in interface org.infinispan.client.rest.configuration.RestClientConfigurationChildBuilder
-
This property defines the maximum socket read timeout in milliseconds before giving up waiting for bytes from the server.
- sourceConnected() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- sourceConnected() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Checks if the cache is connected through a remote store to perform rolling upgrades
- sourceConnection() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- sourceConnection() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Return the remote store configuration in case the case has been connected to another cluster using
RestCacheClient.connectSource(RestEntity) - ssl() - Method in class org.infinispan.client.rest.configuration.AbstractSecurityConfigurationChildBuilder
- ssl() - Method in class org.infinispan.client.rest.configuration.SecurityConfiguration
- ssl() - Method in class org.infinispan.client.rest.configuration.SecurityConfigurationBuilder
- SSL_CONTEXT - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- SSL_PROTOCOL - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- SslConfiguration - Class in org.infinispan.client.rest.configuration
-
SslConfiguration.
- SslConfigurationBuilder - Class in org.infinispan.client.rest.configuration
-
SSLConfigurationBuilder.
- SslConfigurationBuilder(SecurityConfigurationBuilder) - Constructor for class org.infinispan.client.rest.configuration.SslConfigurationBuilder
- sslContext() - Method in class org.infinispan.client.rest.configuration.SslConfiguration
- sslContext(SSLContext) - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
-
Sets an
SSLContext - stats() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- stats() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- stats() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Obtains statistics for the cache
- stats() - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- stop() - Method in class org.infinispan.client.rest.impl.okhttp.RestClusterClientOkHttp
- stop() - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- stop() - Method in interface org.infinispan.client.rest.RestClusterClient
-
Shuts down the cluster
- stop() - Method in interface org.infinispan.client.rest.RestServerClient
-
Shuts down the server we're connected to
- stop(List<String>) - Method in class org.infinispan.client.rest.impl.okhttp.RestClusterClientOkHttp
- stop(List<String>) - Method in interface org.infinispan.client.rest.RestClusterClient
-
Shuts down the specified servers
- StreamRequestBody - Class in org.infinispan.client.rest.impl.okhttp
-
Support for
InputStreamto be used in POST and PUTRequestBody. - StreamRequestBody(MediaType, InputStream) - Constructor for class org.infinispan.client.rest.impl.okhttp.StreamRequestBody
- StringRestEntityOkHttp - Class in org.infinispan.client.rest.impl.okhttp
- StringRestEntityOkHttp(MediaType, String) - Constructor for class org.infinispan.client.rest.impl.okhttp.StringRestEntityOkHttp
- synchronizeData() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- synchronizeData() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Execute a Rolling Upgrade processing using defaults.
- synchronizeData(Integer, Integer) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- synchronizeData(Integer, Integer) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Execute a Rolling Upgrade processing
T
- takeOffline(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- takeOffline(String) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- takeSiteOffline(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- takeSiteOffline(String) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Take a backup site offline
- tasks() - Method in class org.infinispan.client.rest.impl.okhttp.RestClientOkHttp
- tasks() - Method in interface org.infinispan.client.rest.RestClient
-
Operations on tasks
- TCP_KEEP_ALIVE - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- TCP_NO_DELAY - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- tcpKeepAlive() - Method in class org.infinispan.client.rest.configuration.RestClientConfiguration
- tcpKeepAlive(boolean) - Method in class org.infinispan.client.rest.configuration.AbstractConfigurationChildBuilder
- tcpKeepAlive(boolean) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- tcpKeepAlive(boolean) - Method in interface org.infinispan.client.rest.configuration.RestClientConfigurationChildBuilder
-
Affects TCP KEEPALIVE on the TCP stack.
- tcpNoDelay() - Method in class org.infinispan.client.rest.configuration.RestClientConfiguration
- tcpNoDelay(boolean) - Method in class org.infinispan.client.rest.configuration.AbstractConfigurationChildBuilder
- tcpNoDelay(boolean) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- tcpNoDelay(boolean) - Method in interface org.infinispan.client.rest.configuration.RestClientConfigurationChildBuilder
-
Affects TCP NODELAY on the TCP stack.
- templates(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheManagerClientOkHttp
- templates(String) - Method in interface org.infinispan.client.rest.RestCacheManagerClient
- TEMPORARY_REDIRECT - Static variable in interface org.infinispan.client.rest.RestResponse
- threads() - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- threads() - Method in interface org.infinispan.client.rest.RestServerClient
-
Returns thread information
- toConfigurationBuilder() - Method in class org.infinispan.client.rest.RestURI
- toRequestBody() - Method in class org.infinispan.client.rest.impl.okhttp.ByteArrayRestEntityOkHttp
- toRequestBody() - Method in class org.infinispan.client.rest.impl.okhttp.FileRestEntityOkHttp
- toRequestBody() - Method in class org.infinispan.client.rest.impl.okhttp.InputStreamEntityOkHttp
- toRequestBody() - Method in interface org.infinispan.client.rest.impl.okhttp.RestEntityAdaptorOkHttp
- toRequestBody() - Method in class org.infinispan.client.rest.impl.okhttp.StringRestEntityOkHttp
- toString() - Method in class org.infinispan.client.rest.configuration.ServerConfiguration
- toString() - Method in class org.infinispan.client.rest.configuration.SslConfiguration
- toString() - Method in class org.infinispan.client.rest.RestURI
- toURI() - Method in class org.infinispan.client.rest.configuration.RestClientConfiguration
- TRUST_MANAGERS - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- TRUST_STORE_FILE_NAME - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- TRUST_STORE_PASSWORD - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- TRUST_STORE_PATH - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- TRUST_STORE_TYPE - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- trustManagers() - Method in class org.infinispan.client.rest.configuration.SslConfiguration
- trustManagers(TrustManager[]) - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
-
Sets the
TrustManagers used to create theSSLContextt - trustStoreFileName() - Method in class org.infinispan.client.rest.configuration.SslConfiguration
- trustStoreFileName(String) - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
-
Specifies the filename of a truststore to use to create the
SSLContextYou also need to specify aSslConfigurationBuilder.trustStorePassword(char[]). - trustStorePassword() - Method in class org.infinispan.client.rest.configuration.SslConfiguration
- trustStorePassword(char[]) - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
-
Specifies the password needed to open the truststore You also need to specify a
SslConfigurationBuilder.trustStoreFileName(String). - trustStorePath() - Method in class org.infinispan.client.rest.configuration.SslConfiguration
- trustStorePath(String) - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
-
Specifies a path containing certificates in PEM format.
- trustStoreType() - Method in class org.infinispan.client.rest.configuration.SslConfiguration
- trustStoreType(String) - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
-
Specifies the type of the truststore, such as JKS or JCEKS.
- types() - Method in class org.infinispan.client.rest.impl.okhttp.RestSchemasClientOkHttp
- types() - Method in interface org.infinispan.client.rest.RestSchemaClient
-
Obtains the names of the types.
U
- UNAUTHORIZED - Static variable in interface org.infinispan.client.rest.RestResponse
- unIgnoreCache(String, String) - Method in class org.infinispan.client.rest.impl.okhttp.RestServerClientOkHttp
- unIgnoreCache(String, String) - Method in interface org.infinispan.client.rest.RestServerClient
- updateConfigurationAttribute(String, String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- updateConfigurationAttribute(String, String) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Updates a configuration attribute.
- updateIndexSchema() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- updateIndexSchema() - Method in interface org.infinispan.client.rest.RestCacheClient
-
Update index schema for the current cache.
- updateWithConfiguration(RestEntity, CacheContainerAdmin.AdminFlag...) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- updateWithConfiguration(RestEntity, CacheContainerAdmin.AdminFlag...) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Updates the cache configuration
- updateXSiteTakeOfflineConfig(String, int, long) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- updateXSiteTakeOfflineConfig(String, int, long) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Updates the configuration used to automatically take a backup site offline
- uploadScript(String, RestEntity) - Method in class org.infinispan.client.rest.impl.okhttp.RestTaskClientOkHttp
- uploadScript(String, RestEntity) - Method in interface org.infinispan.client.rest.RestTaskClient
-
Uploads a script
- uri(String) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- uri(URI) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- USE_AUTH - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- USE_SSL - Static variable in class org.infinispan.client.rest.configuration.RestClientConfigurationProperties
- usedAuthentication() - Method in class org.infinispan.client.rest.impl.okhttp.RestResponseOkHttp
- usedAuthentication() - Method in interface org.infinispan.client.rest.RestResponse
- USER - Enum constant in enum org.infinispan.client.rest.RestTaskClient.ResultType
-
User created tasks
- username() - Method in class org.infinispan.client.rest.configuration.AuthenticationConfiguration
- username(String) - Method in class org.infinispan.client.rest.configuration.AuthenticationConfigurationBuilder
-
Specifies the username to be used for authentication.
V
- validate() - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- validate() - Method in class org.infinispan.client.rest.configuration.SecurityConfigurationBuilder
- validate() - Method in class org.infinispan.client.rest.configuration.ServerConfigurationBuilder
- validate() - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
- valueOf(String) - Static method in enum org.infinispan.client.rest.configuration.Protocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.rest.IpFilterRule.RuleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.rest.RestTaskClient.ResultType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.infinispan.client.rest.configuration.Protocol
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.client.rest.IpFilterRule.RuleType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.client.rest.RestTaskClient.ResultType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withProperties(Properties) - Method in class org.infinispan.client.rest.configuration.AbstractConfigurationChildBuilder
- withProperties(Properties) - Method in class org.infinispan.client.rest.configuration.AuthenticationConfigurationBuilder
- withProperties(Properties) - Method in class org.infinispan.client.rest.configuration.RestClientConfigurationBuilder
- withProperties(Properties) - Method in interface org.infinispan.client.rest.configuration.RestClientConfigurationChildBuilder
-
Configures this builder using the specified properties.
- withProperties(Properties) - Method in class org.infinispan.client.rest.configuration.SslConfigurationBuilder
- writeTo(BufferedSink) - Method in class org.infinispan.client.rest.impl.okhttp.StreamRequestBody
- WWW_AUTH - Static variable in class org.infinispan.client.rest.impl.okhttp.auth.AbstractAuthenticator
- WWW_AUTH_RESP - Static variable in class org.infinispan.client.rest.impl.okhttp.auth.AbstractAuthenticator
X
- xsiteBackups() - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- xsiteBackups() - Method in interface org.infinispan.client.rest.RestCacheClient
- xSiteStateTransferMode(String) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- xSiteStateTransferMode(String) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Returns the cross-site replication state transfer mode.
- xSiteStateTransferMode(String, XSiteStateTransferMode) - Method in class org.infinispan.client.rest.impl.okhttp.RestCacheClientOkHttp
- xSiteStateTransferMode(String, XSiteStateTransferMode) - Method in interface org.infinispan.client.rest.RestCacheClient
-
Sets the cross-site replication state transfer mode.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
RestCacheClient.searchStats()andRestCacheClient.clearSearchStats().