Uses of Interface
org.infinispan.client.hotrod.impl.InternalRemoteCache
Packages that use InternalRemoteCache
Package
Description
-
Uses of InternalRemoteCache in org.infinispan.client.hotrod.event.impl
Methods in org.infinispan.client.hotrod.event.impl with parameters of type InternalRemoteCacheModifier and TypeMethodDescriptionstatic ClientEventDispatcherClientEventDispatcher.create(org.infinispan.client.hotrod.impl.operations.ClientListenerOperation op, SocketAddress address, Runnable cleanup, InternalRemoteCache<?, ?> remoteCache) -
Uses of InternalRemoteCache in org.infinispan.client.hotrod.impl
Classes in org.infinispan.client.hotrod.impl that implement InternalRemoteCacheModifier and TypeClassDescriptionclassDelegates all invocations to the provided underlyingInternalRemoteCachebut provides extensibility to intercept when a method is invoked.classNearRemoteCacheimplementation enablingclassRemoteCacheImpl<K,V> Fields in org.infinispan.client.hotrod.impl declared as InternalRemoteCacheModifier and TypeFieldDescriptionprotected final InternalRemoteCache<K, V> DelegatingRemoteCache.delegateMethods in org.infinispan.client.hotrod.impl that return InternalRemoteCacheModifier and TypeMethodDescriptionprotected <T,U> InternalRemoteCache <T, U> RemoteCacheImpl.newInstance(int flags) protected <T,U> InternalRemoteCache <T, U> RemoteCacheImpl.newInstance(DataFormat dataFormat) DelegatingRemoteCache.noFlags()InternalRemoteCache.noFlags()RemoteCacheImpl.noFlags()<T,U> InternalRemoteCache <T, U> DelegatingRemoteCache.withDataFormat(DataFormat dataFormat) <T,U> InternalRemoteCache <T, U> InternalRemoteCache.withDataFormat(DataFormat dataFormat) <T,U> InternalRemoteCache <T, U> RemoteCacheImpl.withDataFormat(DataFormat newDataFormat) Methods in org.infinispan.client.hotrod.impl that return types with arguments of type InternalRemoteCacheModifier and TypeMethodDescriptionstatic <K,V> Function <InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> ClientStatistics.functionFor(Function<InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> delegate) Method parameters in org.infinispan.client.hotrod.impl with type arguments of type InternalRemoteCacheModifier and TypeMethodDescriptionstatic <K,V> Function <InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> ClientStatistics.functionFor(Function<InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> delegate) Constructors in org.infinispan.client.hotrod.impl with parameters of type InternalRemoteCacheModifierConstructorDescriptionprotectedDelegatingRemoteCache(InternalRemoteCache<K, V> delegate) StreamingRemoteCacheImpl(InternalRemoteCache<K, ?> cache) Constructor parameters in org.infinispan.client.hotrod.impl with type arguments of type InternalRemoteCacheModifierConstructorDescriptionRemoteCacheImpl(RemoteCacheManager rcm, String name, TimeService timeService, Function<InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> factoryFunction) RemoteCacheImpl(RemoteCacheManager rcm, String name, TimeService timeService, NearCacheService<K, V> nearCacheService, Function<InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> factoryFunction) -
Uses of InternalRemoteCache in org.infinispan.client.hotrod.near
Methods in org.infinispan.client.hotrod.near with parameters of type InternalRemoteCacheModifier and TypeMethodDescriptionio.netty.channel.ChannelNearCacheService.start(InternalRemoteCache<K, V> remote) -
Uses of InternalRemoteCache in org.infinispan.client.hotrod.telemetry.impl
Methods in org.infinispan.client.hotrod.telemetry.impl that return types with arguments of type InternalRemoteCacheModifier and TypeMethodDescription<K,V> Function <InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> NoOpTelemetryService.wrapWithTelemetry(Function<InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> function) <K,V> Function <InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> TelemetryService.wrapWithTelemetry(Function<InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> function) <K,V> Function <InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> TelemetryServiceImpl.wrapWithTelemetry(Function<InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> function) Method parameters in org.infinispan.client.hotrod.telemetry.impl with type arguments of type InternalRemoteCacheModifier and TypeMethodDescription<K,V> Function <InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> NoOpTelemetryService.wrapWithTelemetry(Function<InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> function) <K,V> Function <InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> TelemetryService.wrapWithTelemetry(Function<InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> function) <K,V> Function <InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> TelemetryServiceImpl.wrapWithTelemetry(Function<InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> function)