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 RestServerConfiguration
getConfiguration()
String
getContext()
org.infinispan.counter.impl.manager.EmbeddedCounterManager
getCounterManager()
EncoderRegistry
getEncoderRegistry()
Executor
getExecutor()
org.infinispan.metrics.impl.MetricsCollector
getMetricsCollector()
ParserRegistry
getParserRegistry()
RestServer
getProtocolServer()
org.infinispan.rest.cachemanager.RestCacheManager<Object>
getRestCacheManager()
ServerManagement
getServer()
ProtobufMetadataManager
protobufMetadataManager()
-
-
-
Method Detail
-
getParserRegistry
public ParserRegistry getParserRegistry()
-
getRestCacheManager
public org.infinispan.rest.cachemanager.RestCacheManager<Object> getRestCacheManager()
-
getConfiguration
public RestServerConfiguration getConfiguration()
-
getExecutor
public Executor getExecutor()
-
getServer
public ServerManagement getServer()
-
getCounterManager
public org.infinispan.counter.impl.manager.EmbeddedCounterManager getCounterManager()
-
getContext
public String getContext()
-
getProtocolServer
public RestServer getProtocolServer()
-
getEncoderRegistry
public EncoderRegistry getEncoderRegistry()
-
getMetricsCollector
public org.infinispan.metrics.impl.MetricsCollector getMetricsCollector()
-
protobufMetadataManager
public ProtobufMetadataManager protobufMetadataManager()
-
-