Uses of Class
org.infinispan.client.hotrod.DataFormat
-
-
Uses of DataFormat in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return DataFormat Modifier and Type Method Description DataFormatDataFormat.Builder. build()DataFormatRemoteCache. getDataFormat()Return the currentlyDataFormatbeing used.DataFormatDataFormat. withoutValueType()Methods in org.infinispan.client.hotrod with parameters of type DataFormat Modifier and Type Method Description DataFormat.BuilderDataFormat.Builder. from(DataFormat dataFormat)<T,U>
RemoteCache<T,U>RemoteCache. withDataFormat(DataFormat dataFormat)Return a new instance ofRemoteCacheusing the suppliedDataFormat. -
Uses of DataFormat in org.infinispan.client.hotrod.event.impl
Methods in org.infinispan.client.hotrod.event.impl that return DataFormat Modifier and Type Method Description DataFormatClientListenerNotifier. getCacheDataFormat(byte[] listenerId) -
Uses of DataFormat in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return DataFormat Modifier and Type Method Description DataFormatDelegatingRemoteCache. getDataFormat()DataFormatRemoteCacheImpl. getDataFormat()Methods in org.infinispan.client.hotrod.impl with parameters of type DataFormat Modifier and Type Method Description <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) -
Uses of DataFormat in org.infinispan.client.hotrod.impl.iteration
Constructors in org.infinispan.client.hotrod.impl.iteration with parameters of type DataFormat Constructor Description RemotePublisher(OperationsFactory operationsFactory, String filterConverterFactory, byte[][] filterParams, Set<Integer> segments, int batchSize, boolean metadata, DataFormat dataFormat) -
Uses of DataFormat in org.infinispan.client.hotrod.impl.multimap.operations
Constructors in org.infinispan.client.hotrod.impl.multimap.operations with parameters of type DataFormat Constructor Description AbstractMultimapKeyOperation(short requestCode, short responseCode, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics, boolean supportsDuplicates)AbstractMultimapKeyValueOperation(short requestCode, short responseCode, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat, ClientStatistics clientStatistics, boolean supportsDuplicates)GetKeyMultimapOperation(ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics, boolean supportsDuplicates)GetKeyWithMetadataMultimapOperation(ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics, boolean supportsDuplicates)MultimapOperationsFactory(ChannelFactory channelFactory, String cacheName, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics)PutKeyValueMultimapOperation(ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat, ClientStatistics clientStatistics, boolean supportsDuplicates) -
Uses of DataFormat in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return DataFormat Modifier and Type Method Description DataFormatHotRodOperation. dataFormat()Methods in org.infinispan.client.hotrod.impl.operations with parameters of type DataFormat Modifier and Type Method Description AddClientListenerOperationOperationsFactory. newAddClientListenerOperation(Object listener, byte[][] filterFactoryParams, byte[][] converterFactoryParams, DataFormat dataFormat)AddClientListenerOperationOperationsFactory. newAddClientListenerOperation(Object listener, DataFormat dataFormat)AddBloomNearCacheClientListenerOperationOperationsFactory. newAddNearCacheListenerOperation(Object listener, DataFormat dataFormat, int bloomFilterBits, InternalRemoteCache<?,?> remoteCache)<K> BulkGetKeysOperation<K>OperationsFactory. newBulkGetKeysOperation(int scope, DataFormat dataFormat)ContainsKeyOperationOperationsFactory. newContainsKeyOperation(Object key, byte[] keyBytes, DataFormat dataFormat)<T> ExecuteOperation<T>OperationsFactory. newExecuteOperation(String taskName, Map<String,byte[]> marshalledParams, Object key, DataFormat dataFormat)<K,V>
GetAllParallelOperation<K,V>OperationsFactory. newGetAllOperation(Set<byte[]> keys, DataFormat dataFormat)<V> GetOperation<V>OperationsFactory. newGetKeyOperation(Object key, byte[] keyBytes, DataFormat dataFormat)<V> GetWithMetadataOperation<V>OperationsFactory. newGetWithMetadataOperation(Object key, byte[] keyBytes, DataFormat dataFormat)<V> GetWithMetadataOperation<V>OperationsFactory. newGetWithMetadataOperation(Object key, byte[] keyBytes, DataFormat dataFormat, SocketAddress listenerServer)<K,E>
IterationNextOperation<K,E>OperationsFactory. newIterationNextOperation(byte[] iterationId, io.netty.channel.Channel channel, KeyTracker segmentKeyTracker, DataFormat dataFormat)IterationStartOperationOperationsFactory. newIterationStartOperation(String filterConverterFactory, byte[][] filterParameters, org.infinispan.commons.util.IntSet segments, int batchSize, boolean metadata, DataFormat dataFormat, SocketAddress targetAddress)PutAllParallelOperationOperationsFactory. newPutAllOperation(Map<byte[],byte[]> map, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)<V> PutIfAbsentOperation<V>OperationsFactory. newPutIfAbsentOperation(Object key, byte[] keyBytes, byte[] value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)<V> PutOperation<V>OperationsFactory. newPutKeyValueOperation(Object key, byte[] keyBytes, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)QueryOperationOperationsFactory. newQueryOperation(RemoteQuery<?> remoteQuery, DataFormat dataFormat)<V> RemoveIfUnmodifiedOperation<V>OperationsFactory. newRemoveIfUnmodifiedOperation(Object key, byte[] keyBytes, long version, DataFormat dataFormat)<V> RemoveOperation<V>OperationsFactory. newRemoveOperation(Object key, byte[] keyBytes, DataFormat dataFormat)ReplaceIfUnmodifiedOperationOperationsFactory. newReplaceIfUnmodifiedOperation(Object key, byte[] keyBytes, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, long version, DataFormat dataFormat)<V> ReplaceOperation<V>OperationsFactory. newReplaceOperation(Object key, byte[] keyBytes, byte[] values, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)static <V> MetadataValue<V>GetWithMetadataOperation. readMetadataValue(io.netty.buffer.ByteBuf buf, short status, DataFormat dataFormat, org.infinispan.commons.configuration.ClassAllowList classAllowList)Constructors in org.infinispan.client.hotrod.impl.operations with parameters of type DataFormat Constructor Description AbstractKeyOperation(short requestCode, short responseCode, Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService)AbstractKeyValueOperation(short requestCode, short responseCode, Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService)AddBloomNearCacheClientListenerOperation(Codec codec, ChannelFactory channelFactory, String cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, ClientListenerNotifier listenerNotifier, Object listener, DataFormat dataFormat, int bloomFilterBits, InternalRemoteCache<?,?> remoteCache)AddClientListenerOperation(Codec codec, ChannelFactory channelFactory, String cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, ClientListenerNotifier listenerNotifier, Object listener, byte[][] filterFactoryParams, byte[][] converterFactoryParams, DataFormat dataFormat, InternalRemoteCache<?,?> remoteCache, TelemetryService telemetryService)BulkGetKeysOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, int scope, DataFormat dataFormat, ClientStatistics clientStatistics)ClientListenerOperation(short requestCode, short responseCode, Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] listenerId, DataFormat dataFormat, Object listener, String cacheNameString, ClientListenerNotifier listenerNotifier, TelemetryService telemetryService)ContainsKeyOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics)ExecuteOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, String taskName, Map<String,byte[]> marshalledParams, Object key, DataFormat dataFormat)GetAllOperation(Codec codec, ChannelFactory channelFactory, Set<byte[]> keys, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics)GetAllParallelOperation(Codec codec, ChannelFactory channelFactory, Set<byte[]> keys, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics)GetOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics)GetWithMetadataOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics, SocketAddress preferredServer)HotRodOperation(short requestCode, short responseCode, Codec codec, int flags, Configuration cfg, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, ChannelFactory channelFactory, DataFormat dataFormat)IterationNextOperation(Codec codec, int flags, Configuration cfg, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, byte[] iterationId, io.netty.channel.Channel channel, ChannelFactory channelFactory, KeyTracker segmentKeyTracker, DataFormat dataFormat)ParallelHotRodOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics)PutAllOperation(Codec codec, ChannelFactory channelFactory, Map<byte[],byte[]> map, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService)PutAllParallelOperation(Codec codec, ChannelFactory channelFactory, Map<byte[],byte[]> map, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService)PutIfAbsentOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService)PutOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService)QueryOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, RemoteQuery<?> remoteQuery, DataFormat dataFormat)RemoveIfUnmodifiedOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, long version, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService)RemoveOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService)ReplaceIfUnmodifiedOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, long version, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService)ReplaceOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService)RetryOnFailureOperation(short requestCode, short responseCode, Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, TelemetryService telemetryService)StatsAffectingHotRodOperation(short requestCode, short responseCode, Codec codec, int flags, Configuration cfg, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, ChannelFactory channelFactory, DataFormat dataFormat, ClientStatistics clientStatistics)StatsAffectingRetryingOperation(short requestCode, short responseCode, Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService) -
Uses of DataFormat in org.infinispan.client.hotrod.impl.protocol
Methods in org.infinispan.client.hotrod.impl.protocol that return DataFormat Modifier and Type Method Description DataFormatHeaderParams. dataFormat()Methods in org.infinispan.client.hotrod.impl.protocol with parameters of type DataFormat Modifier and Type Method Description ObjectCodec. returnPossiblePrevValue(io.netty.buffer.ByteBuf buf, short status, DataFormat dataFormat, int flags, org.infinispan.commons.configuration.ClassAllowList allowList, org.infinispan.commons.marshall.Marshaller marshaller)ObjectCodec20. returnPossiblePrevValue(io.netty.buffer.ByteBuf buf, short status, DataFormat dataFormat, int flags, org.infinispan.commons.configuration.ClassAllowList allowList, org.infinispan.commons.marshall.Marshaller marshaller)ObjectCodec40. returnPossiblePrevValue(io.netty.buffer.ByteBuf buf, short status, DataFormat dataFormat, int flags, org.infinispan.commons.configuration.ClassAllowList allowList, org.infinispan.commons.marshall.Marshaller marshaller)protected voidCodec28. writeDataTypes(io.netty.buffer.ByteBuf buf, DataFormat dataFormat)Method parameters in org.infinispan.client.hotrod.impl.protocol with type arguments of type DataFormat Modifier and Type Method Description AbstractClientEventCodec. readCacheEvent(io.netty.buffer.ByteBuf buf, Function<byte[],DataFormat> listenerDataFormat, short eventTypeId, org.infinispan.commons.configuration.ClassAllowList allowList, SocketAddress serverAddress)AbstractClientEventCodec20. readCacheEvent(io.netty.buffer.ByteBuf buf, Function<byte[],DataFormat> listenerDataFormat, short eventTypeId, org.infinispan.commons.configuration.ClassAllowList allowList, SocketAddress serverAddress)AbstractClientEventCodec21. readCacheEvent(io.netty.buffer.ByteBuf buf, Function<byte[],DataFormat> listenerDataFormat, short eventTypeId, org.infinispan.commons.configuration.ClassAllowList allowList, SocketAddress serverAddress)Constructors in org.infinispan.client.hotrod.impl.protocol with parameters of type DataFormat Constructor Description HeaderParams(short requestCode, short responseCode, int flags, byte txMarker, long messageId, DataFormat dataFormat, AtomicReference<ClientTopology> clientTopology)
-