Class OperationContext
java.lang.Object
org.infinispan.hotrod.impl.operations.OperationContext
- Since:
- 14.0
-
Constructor Summary
ConstructorsConstructorDescriptionOperationContext(ChannelFactory channelFactory, Codec codec, ClientListenerNotifier listenerNotifier, HotRodConfiguration configuration, ClientStatistics clientStatistics, TelemetryService telemetryService, String cacheName) -
Method Summary
-
Constructor Details
-
OperationContext
public OperationContext(ChannelFactory channelFactory, Codec codec, ClientListenerNotifier listenerNotifier, HotRodConfiguration configuration, ClientStatistics clientStatistics, TelemetryService telemetryService, String cacheName)
-
-
Method Details
-
getChannelFactory
-
getClientTopology
-
getListenerNotifier
-
getConfiguration
-
getClientStatistics
-
getTelemetryService
-
getCacheNameBytes
public byte[] getCacheNameBytes() -
getCacheName
-
getCodec
-
setCodec
-