Class RestClientOkHttp
java.lang.Object
org.infinispan.client.rest.impl.okhttp.RestClientOkHttp
- All Implemented Interfaces:
Closeable,AutoCloseable,RestClient
- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOperations on the specified cachecacheManager(String name) Operations on the specified cache managerReturns a list of available cache manager namescaches()Returns a list of available cachesvoidclose()cluster()Interact with the whole clusterOperations on the server's ContainerOperations on the specified countercounters()Returns a list of available countersReturns the configuration of thisRestClientmetrics()Server metricsraw()Raw HTTP operationsschemas()Protobuf schemassecurity()Server securityserver()Interact with the single servertasks()Operations on tasks
-
Constructor Details
-
RestClientOkHttp
-
-
Method Details
-
getConfiguration
Description copied from interface:RestClientReturns the configuration of thisRestClient- Specified by:
getConfigurationin interfaceRestClient
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceRestClient- Throws:
IOException
-
cacheManagers
Description copied from interface:RestClientReturns a list of available cache manager names- Specified by:
cacheManagersin interfaceRestClient
-
cacheManager
Description copied from interface:RestClientOperations on the specified cache manager- Specified by:
cacheManagerin interfaceRestClient
-
container
Description copied from interface:RestClientOperations on the server's Container- Specified by:
containerin interfaceRestClient
-
caches
Description copied from interface:RestClientReturns a list of available caches- Specified by:
cachesin interfaceRestClient
-
cluster
Description copied from interface:RestClientInteract with the whole cluster- Specified by:
clusterin interfaceRestClient
-
server
Description copied from interface:RestClientInteract with the single server- Specified by:
serverin interfaceRestClient
-
cache
Description copied from interface:RestClientOperations on the specified cache- Specified by:
cachein interfaceRestClient
-
counters
Description copied from interface:RestClientReturns a list of available counters- Specified by:
countersin interfaceRestClient
-
counter
Description copied from interface:RestClientOperations on the specified counter- Specified by:
counterin interfaceRestClient
-
tasks
Description copied from interface:RestClientOperations on tasks- Specified by:
tasksin interfaceRestClient
-
raw
Description copied from interface:RestClientRaw HTTP operations- Specified by:
rawin interfaceRestClient
-
metrics
Description copied from interface:RestClientServer metrics- Specified by:
metricsin interfaceRestClient
-
schemas
Description copied from interface:RestClientProtobuf schemas- Specified by:
schemasin interfaceRestClient
-
security
Description copied from interface:RestClientServer security- Specified by:
securityin interfaceRestClient
-