Uses of Interface
org.infinispan.client.rest.RestEntity
Packages that use RestEntity
-
Uses of RestEntity in org.infinispan.client.rest
Subinterfaces of RestEntity in org.infinispan.client.restMethods in org.infinispan.client.rest that return RestEntityModifier and TypeMethodDescriptionstatic RestEntitystatic RestEntityRestEntity.create(org.infinispan.commons.dataconversion.MediaType contentType, byte[] body) static RestEntitystatic RestEntityRestEntity.create(org.infinispan.commons.dataconversion.MediaType contentType, InputStream inputStream) static RestEntityMethods in org.infinispan.client.rest with parameters of type RestEntityModifier and TypeMethodDescriptionRestCacheClient.connectSource(RestEntity remoteStoreJsonConfig) Connects the target cluster to a source cluster before a Rolling UpgradeRestCounterClient.create(RestEntity configuration) RestCacheClient.createWithConfiguration(RestEntity configuration, org.infinispan.commons.api.CacheContainerAdmin.AdminFlag... flags) Creates the cache using the supplied configurationRestCacheClient.post(String key, RestEntity value) POSTs a key/value to the cache with the specified encodingRestCacheClient.post(String key, RestEntity value, long ttl, long maxIdle) POSTs a key/value to the cache with the specified encoding and expirationRestSchemaClient.post(String schemaName, RestEntity schemaContents) POST a schema with the supplied name and contents.RestCacheClient.put(String key, String keyContentType, RestEntity value) PUT a key/value to the cache with custom media types for keys and valuesRestCacheClient.put(String key, String keyContentType, RestEntity value, long ttl, long maxIdle) PUT an entry with metadata.RestCacheClient.put(String key, String keyContentType, RestEntity value, Map<String, String> headers) Same asRestCacheClient.put(String, String, RestEntity)but allowing custom headers.RestCacheClient.put(String key, RestEntity value) PUTs a key/value to the cache with the specified encodingRestCacheClient.put(String key, RestEntity value, long ttl, long maxIdle) PUTs a key/value to the cache with the specified encoding and expirationRestCacheClient.put(String key, RestEntity value, String... flags) Same asRestCacheClient.put(String, RestEntity)also allowing one or moreorg.infinispan.context.Flagto be passed.RestSchemaClient.put(String schemaName, RestEntity schemaContents) PUT a schema with the supplied name and contents.RestCacheClient.updateWithConfiguration(RestEntity configuration, org.infinispan.commons.api.CacheContainerAdmin.AdminFlag... flags) Updates the cache configurationRestTaskClient.uploadScript(String taskName, RestEntity script) Uploads a script -
Uses of RestEntity in org.infinispan.client.rest.impl.okhttp
Classes in org.infinispan.client.rest.impl.okhttp that implement RestEntityModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.infinispan.client.rest.impl.okhttp with parameters of type RestEntityModifier and TypeMethodDescriptionRestCacheClientOkHttp.connectSource(RestEntity value) RestCounterClientOkHttp.create(RestEntity configuration) RestCacheClientOkHttp.createWithConfiguration(RestEntity configuration, org.infinispan.commons.api.CacheContainerAdmin.AdminFlag... flags) RestCacheClientOkHttp.post(String key, RestEntity value) RestCacheClientOkHttp.post(String key, RestEntity value, long ttl, long maxIdle) RestSchemasClientOkHttp.post(String schemaName, RestEntity schemaContents) RestCacheClientOkHttp.put(String key, String keyContentType, RestEntity value) RestCacheClientOkHttp.put(String key, String keyContentType, RestEntity value, long ttl, long maxIdle) RestCacheClientOkHttp.put(String key, String keyContentType, RestEntity value, Map<String, String> headers) RestCacheClientOkHttp.put(String key, RestEntity value) RestCacheClientOkHttp.put(String key, RestEntity value, long ttl, long maxIdle) RestCacheClientOkHttp.put(String key, RestEntity value, String... flags) RestSchemasClientOkHttp.put(String schemaName, RestEntity schemaContents) RestCacheClientOkHttp.updateWithConfiguration(RestEntity configuration, org.infinispan.commons.api.CacheContainerAdmin.AdminFlag... flags) RestTaskClientOkHttp.uploadScript(String taskName, RestEntity script)