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(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>, CacheOperationsFactory> ClientStatistics.functionFor(Function<InternalRemoteCache<K, V>, CacheOperationsFactory> delegate) Method parameters in org.infinispan.client.hotrod.impl with type arguments of type InternalRemoteCacheModifier and TypeMethodDescriptionstatic <K,V> Function <InternalRemoteCache<K, V>, CacheOperationsFactory> ClientStatistics.functionFor(Function<InternalRemoteCache<K, V>, 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, org.infinispan.commons.time.TimeService timeService, Function<InternalRemoteCache<K, V>, CacheOperationsFactory> factoryFunction) RemoteCacheImpl(RemoteCacheManager rcm, String name, org.infinispan.commons.time.TimeService timeService, NearCacheService<K, V> nearCacheService, Function<InternalRemoteCache<K, V>, CacheOperationsFactory> factoryFunction) -
Uses of InternalRemoteCache in org.infinispan.client.hotrod.impl.multimap.operations
Constructors in org.infinispan.client.hotrod.impl.multimap.operations with parameters of type InternalRemoteCacheModifierConstructorDescriptionAbstractMultimapKeyOperation(InternalRemoteCache<?, ?> remoteCache, byte[] keyBytes, boolean supportsDuplicates) protectedAbstractMultimapKeyValueOperation(InternalRemoteCache<?, ?> remoteCache, byte[] keyBytes, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, boolean supportsDuplicates) ContainsEntryMultimapOperation(InternalRemoteCache<?, ?> remoteCache, byte[] keyBytes, byte[] value, boolean supportsDuplicates) ContainsKeyMultimapOperation(InternalRemoteCache<?, ?> remoteCache, byte[] keyBytes, boolean supportsDuplicates) protectedContainsValueMultimapOperation(InternalRemoteCache<?, ?> remoteCache, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, boolean supportsDuplicates) DefaultMultimapOperationsFactory(InternalRemoteCache<?, ?> remoteCache, org.infinispan.commons.marshall.Marshaller marshaller, org.infinispan.commons.marshall.BufferSizePredictor keySizePredictor, org.infinispan.commons.marshall.BufferSizePredictor valueSizePredictor) GetKeyMultimapOperation(InternalRemoteCache<?, ?> remoteCache, byte[] keyBytes, boolean supportsDuplicates) GetKeyWithMetadataMultimapOperation(InternalRemoteCache<?, ?> remoteCache, byte[] keyBytes, boolean supportsDuplicates) PutKeyValueMultimapOperation(InternalRemoteCache<?, ?> remoteCache, byte[] keyBytes, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, boolean supportsDuplicates) RemoveEntryMultimapOperation(InternalRemoteCache<?, ?> remoteCache, byte[] keyBytes, byte[] value, boolean supportsDuplicates) RemoveKeyMultimapOperation(InternalRemoteCache<?, ?> remoteCache, byte[] keyBytes, boolean supportsDuplicates) protectedSizeMultimapOperation(InternalRemoteCache<?, ?> remoteCache, boolean supportsDuplicates) -
Uses of InternalRemoteCache in org.infinispan.client.hotrod.impl.operations
Fields in org.infinispan.client.hotrod.impl.operations declared as InternalRemoteCacheModifier and TypeFieldDescriptionprotected final InternalRemoteCache<?, ?> AbstractCacheOperation.internalRemoteCacheMethods in org.infinispan.client.hotrod.impl.operations that return InternalRemoteCacheModifier and TypeMethodDescriptionInternalRemoteCache<?, ?> CacheOperationsFactory.getRemoteCache()InternalRemoteCache<?, ?> ClientListenerOperation.getRemoteCache()InternalRemoteCache<?, ?> DefaultCacheOperationsFactory.getRemoteCache()InternalRemoteCache<?, ?> DelegatingCacheOperationsFactory.getRemoteCache()Methods in org.infinispan.client.hotrod.impl.operations with parameters of type InternalRemoteCacheModifier and TypeMethodDescriptionCacheOperationsFactory.newFactoryFor(InternalRemoteCache<?, ?> internalRemoteCache) DefaultCacheOperationsFactory.newFactoryFor(InternalRemoteCache<?, ?> internalRemoteCache) final CacheOperationsFactoryDelegatingCacheOperationsFactory.newFactoryFor(InternalRemoteCache<?, ?> internalRemoteCache) Constructors in org.infinispan.client.hotrod.impl.operations with parameters of type InternalRemoteCacheModifierConstructorDescriptionprotectedAbstractCacheOperation(InternalRemoteCache<?, ?> internalRemoteCache) protectedAbstractKeyOperation(InternalRemoteCache<?, ?> internalRemoteCache, byte[] keyBytes) protectedAbstractKeyValueOperation(InternalRemoteCache<?, ?> internalRemoteCache, byte[] keyBytes, byte[] valueBytes, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit) protectedAddBloomNearCacheClientListenerOperation(InternalRemoteCache<?, ?> remoteCache, Object listener, int bloomFilterBits) protectedAddClientListenerOperation(InternalRemoteCache<?, ?> remoteCache, Object listener, byte[][] filterFactoryParams, byte[][] converterFactoryParams) CacheExecuteOperation(InternalRemoteCache<?, ?> internalRemoteCache, String taskName, Map<String, byte[]> marshalledParams, byte[] key) ClearOperation(InternalRemoteCache<?, ?> cache) protectedClientListenerOperation(InternalRemoteCache<?, ?> internalRemoteCache, Object listener) protectedClientListenerOperation(InternalRemoteCache<?, ?> internalRemoteCache, Object listener, byte[] listenerId) ContainsKeyOperation(InternalRemoteCache<?, ?> remoteCache, byte[] keyBytes) DefaultCacheOperationsFactory(InternalRemoteCache<?, ?> remoteCache) GetAllOperation(InternalRemoteCache<?, ?> remoteCache, Set<byte[]> keys) GetOperation(InternalRemoteCache<?, ?> internalRemoteCache, byte[] keyBytes) protectedGetStreamEndOperation(InternalRemoteCache<?, ?> internalRemoteCache, int id) protectedGetStreamNextOperation(InternalRemoteCache<?, ?> internalRemoteCache, int id, io.netty.channel.Channel channel) protectedGetStreamStartOperation(InternalRemoteCache<?, ?> internalRemoteCache, byte[] keyBytes, int batchSize) GetWithMetadataOperation(InternalRemoteCache<?, ?> remoteCache, byte[] keyBytes, io.netty.channel.Channel preferredChannel) protectedIterationEndOperation(InternalRemoteCache<?, ?> cache, byte[] iterationId) protectedIterationNextOperation(InternalRemoteCache<?, ?> cache, byte[] iterationId, KeyTracker segmentKeyTracker) PutAllOperation(InternalRemoteCache<?, ?> remoteCache, Map<byte[], byte[]> map, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit) PutIfAbsentOperation(InternalRemoteCache<?, ?> remoteCache, byte[] keyBytes, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit) PutOperation(InternalRemoteCache<?, ?> cache, byte[] keyBytes, byte[] valueBytes, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit) protectedPutStreamEndOperation(InternalRemoteCache<?, ?> internalRemoteCache, int id) protectedPutStreamNextOperation(InternalRemoteCache<?, ?> internalRemoteCache, int id, boolean lastChunk, io.netty.buffer.ByteBuf valueBytes, io.netty.channel.Channel channel) protectedPutStreamStartOperation(InternalRemoteCache<?, ?> internalRemoteCache, byte[] keyBytes, long version, long lifespan, TimeUnit lifespanUnit, long maxIdle, TimeUnit maxIdleUnit) QueryOperation(InternalRemoteCache<?, ?> remoteCache, RemoteQuery<T> remoteQuery, boolean withHitCount) protectedRemoveClientListenerOperation(InternalRemoteCache<?, ?> internalRemoteCache, ClientListenerNotifier listenerNotifier, byte[] listenerId) RemoveIfUnmodifiedOperation(InternalRemoteCache<?, ?> remoteCache, byte[] keyBytes, long version) RemoveOperation(InternalRemoteCache<?, ?> cache, byte[] keyBytes) ReplaceIfUnmodifiedOperation(InternalRemoteCache<?, ?> remoteCache, byte[] keyBytes, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, long version) ReplaceOperation(InternalRemoteCache<?, ?> cache, byte[] keyBytes, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit) protectedSizeOperation(InternalRemoteCache<?, ?> remoteCache) StatsOperation(InternalRemoteCache<?, ?> remoteCache) protectedUpdateBloomFilterOperation(InternalRemoteCache<?, ?> remoteCache, byte[] bloomBits) -
Uses of InternalRemoteCache in org.infinispan.client.hotrod.impl.query
Constructors in org.infinispan.client.hotrod.impl.query with parameters of type InternalRemoteCache -
Uses of InternalRemoteCache in org.infinispan.client.hotrod.impl.transaction
Classes in org.infinispan.client.hotrod.impl.transaction that implement InternalRemoteCacheMethods in org.infinispan.client.hotrod.impl.transaction that return InternalRemoteCacheModifier and TypeMethodDescriptionprotected <T,U> InternalRemoteCache <T, U> TransactionalRemoteCacheImpl.newInstance(int flags) protected <T,U> InternalRemoteCache <T, U> TransactionalRemoteCacheImpl.newInstance(DataFormat dataFormat) Constructor parameters in org.infinispan.client.hotrod.impl.transaction with type arguments of type InternalRemoteCacheModifierConstructorDescriptionTransactionalRemoteCacheImpl(RemoteCacheManager rcm, String name, boolean recoveryEnabled, jakarta.transaction.TransactionManager transactionManager, TransactionTable transactionTable, org.infinispan.commons.time.TimeService timeService, Function<InternalRemoteCache<K, V>, CacheOperationsFactory> factoryFunction) -
Uses of InternalRemoteCache in org.infinispan.client.hotrod.impl.transaction.operations
Constructors in org.infinispan.client.hotrod.impl.transaction.operations with parameters of type InternalRemoteCacheModifierConstructorDescriptionPrepareTransactionOperation(InternalRemoteCache<?, ?> cache, Xid xid, boolean onePhaseCommit, List<Modification> modifications, boolean recoverable, long timeoutMs) -
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>, CacheOperationsFactory> NoOpTelemetryService.wrapWithTelemetry(Function<InternalRemoteCache<K, V>, CacheOperationsFactory> function) <K,V> Function <InternalRemoteCache<K, V>, CacheOperationsFactory> TelemetryService.wrapWithTelemetry(Function<InternalRemoteCache<K, V>, CacheOperationsFactory> function) <K,V> Function <InternalRemoteCache<K, V>, CacheOperationsFactory> TelemetryServiceImpl.wrapWithTelemetry(Function<InternalRemoteCache<K, V>, 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>, CacheOperationsFactory> NoOpTelemetryService.wrapWithTelemetry(Function<InternalRemoteCache<K, V>, CacheOperationsFactory> function) <K,V> Function <InternalRemoteCache<K, V>, CacheOperationsFactory> TelemetryService.wrapWithTelemetry(Function<InternalRemoteCache<K, V>, CacheOperationsFactory> function) <K,V> Function <InternalRemoteCache<K, V>, CacheOperationsFactory> TelemetryServiceImpl.wrapWithTelemetry(Function<InternalRemoteCache<K, V>, CacheOperationsFactory> function)