Package org.infinispan.rest
Class InvocationHelper
- java.lang.Object
-
- org.infinispan.rest.InvocationHelper
-
public class InvocationHelper extends Object
- Since:
- 10.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestServerConfigurationgetConfiguration()StringgetContext()org.infinispan.counter.impl.manager.EmbeddedCounterManagergetCounterManager()ExecutorgetExecutor()org.infinispan.commons.configuration.JsonReadergetJsonReader()org.infinispan.commons.configuration.JsonWritergetJsonWriter()org.infinispan.configuration.parsing.ParserRegistrygetParserRegistry()RestServergetProtocolServer()RestCacheManager<Object>getRestCacheManager()org.infinispan.server.core.ServerManagementgetServer()
-
-
-
Method Detail
-
getParserRegistry
public org.infinispan.configuration.parsing.ParserRegistry getParserRegistry()
-
getJsonReader
public org.infinispan.commons.configuration.JsonReader getJsonReader()
-
getRestCacheManager
public RestCacheManager<Object> getRestCacheManager()
-
getConfiguration
public RestServerConfiguration getConfiguration()
-
getJsonWriter
public org.infinispan.commons.configuration.JsonWriter getJsonWriter()
-
getExecutor
public Executor getExecutor()
-
getServer
public org.infinispan.server.core.ServerManagement getServer()
-
getCounterManager
public org.infinispan.counter.impl.manager.EmbeddedCounterManager getCounterManager()
-
getContext
public String getContext()
-
getProtocolServer
public RestServer getProtocolServer()
-
-