Package org.infinispan.client.rest
Interface RestServerClient
- All Known Implementing Classes:
RestServerClientOkHttp
public interface RestServerClient
- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorIpFilters(String name) connectorIpFilterSet(String name, List<IpFilterRule> rules) connectorStart(String name) connectorStop(String name) dataSourceTest(String name) env()Returns the server environmentheapDump(boolean live) Performs a heap dumpignoreCache(String cacheManagerName, String cacheName) info()Returns information about the serverlistIgnoredCaches(String cacheManagerName) logging()memory()Returns memory information about the serverreport()Returns a report from the serverstop()Shuts down the server we're connected tothreads()Returns thread informationunIgnoreCache(String cacheManagerName, String cacheName)
-
Method Details
-
configuration
CompletionStage<RestResponse> configuration() -
stop
CompletionStage<RestResponse> stop()Shuts down the server we're connected to -
threads
CompletionStage<RestResponse> threads()Returns thread information -
info
CompletionStage<RestResponse> info()Returns information about the server -
memory
CompletionStage<RestResponse> memory()Returns memory information about the server -
heapDump
Performs a heap dump -
env
CompletionStage<RestResponse> env()Returns the server environment -
report
CompletionStage<RestResponse> report()Returns a report from the server -
ignoreCache
-
unIgnoreCache
-
listIgnoredCaches
-
logging
RestLoggingClient logging() -
connectorNames
CompletionStage<RestResponse> connectorNames() -
connector
-
connectorStart
-
connectorStop
-
connectorIpFilters
-
connectorIpFiltersClear
-
connectorIpFilterSet
-
dataSourceNames
CompletionStage<RestResponse> dataSourceNames() -
dataSourceTest
-