Uses of Class
org.infinispan.util.ByteString
-
Packages that use ByteString Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.control org.infinispan.commands.irac org.infinispan.commands.module org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution.org.infinispan.commands.remote.recovery org.infinispan.commands.statetransfer org.infinispan.commands.triangle org.infinispan.commands.tx Commands that represent transactional lifecycle transitions.org.infinispan.commands.write Commands that alter the state of the cache.org.infinispan.expiration.impl org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.marshall.exts Externalizers for various JDK types that are marshalled using the marshalling framework.org.infinispan.notifications.cachelistener.cluster org.infinispan.reactive.publisher.impl.commands.batch org.infinispan.reactive.publisher.impl.commands.reduction org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers.org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.org.infinispan.xsite org.infinispan.xsite.commands org.infinispan.xsite.statetransfer -
-
Uses of ByteString in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type ByteString Modifier and Type Method Description CacheRpcCommandRemoteCommandsFactory. fromStream(byte id, byte type, ByteString cacheName)Resolve anCacheRpcCommandfrom the stream. -
Uses of ByteString in org.infinispan.commands.control
Constructors in org.infinispan.commands.control with parameters of type ByteString Constructor Description LockControlCommand(Object key, ByteString cacheName, long flags, GlobalTransaction gtx)LockControlCommand(Collection<?> keys, ByteString cacheName, long flags, GlobalTransaction gtx)LockControlCommand(ByteString cacheName) -
Uses of ByteString in org.infinispan.commands.irac
Methods in org.infinispan.commands.irac that return ByteString Modifier and Type Method Description ByteStringIracCleanupKeyCommand. getCacheName()ByteStringIracMetadataRequestCommand. getCacheName()ByteStringIracStateResponseCommand. getCacheName()Methods in org.infinispan.commands.irac with parameters of type ByteString Modifier and Type Method Description IracClearKeysCommandIracClearKeysCommand. copyForCacheName(ByteString cacheName)IracPutKeyCommandIracPutKeyCommand. copyForCacheName(ByteString cacheName)IracRemoveKeyCommandIracRemoveKeyCommand. copyForCacheName(ByteString cacheName)abstract IracUpdateKeyCommandIracUpdateKeyCommand. copyForCacheName(ByteString cacheName) -
Uses of ByteString in org.infinispan.commands.module
Methods in org.infinispan.commands.module with parameters of type ByteString Modifier and Type Method Description CacheRpcCommandModuleCommandFactory. fromStream(byte commandId, ByteString cacheName)Construct and initialize aCacheRpcCommandbased on the command id. -
Uses of ByteString in org.infinispan.commands.remote
Fields in org.infinispan.commands.remote declared as ByteString Modifier and Type Field Description protected ByteStringBaseRpcCommand. cacheNameMethods in org.infinispan.commands.remote that return ByteString Modifier and Type Method Description ByteStringBaseRpcCommand. getCacheName()ByteStringCacheRpcCommand. getCacheName()ByteStringCheckTransactionRpcCommand. getCacheName()Constructors in org.infinispan.commands.remote with parameters of type ByteString Constructor Description BaseClusteredReadCommand(ByteString cacheName, long flagBitSet)BaseRpcCommand(ByteString cacheName)CheckTransactionRpcCommand(ByteString cacheName)CheckTransactionRpcCommand(ByteString cacheName, Collection<GlobalTransaction> gtxToCheck)ClusteredGetAllCommand(ByteString cacheName)ClusteredGetAllCommand(ByteString cacheName, List<?> keys, long flags, GlobalTransaction gtx)ClusteredGetCommand(Object key, ByteString cacheName, int segment, long flags)ClusteredGetCommand(ByteString cacheName)RenewBiasCommand(ByteString cacheName)RenewBiasCommand(ByteString cacheName, Object[] keys)RevokeBiasCommand(ByteString cacheName)RevokeBiasCommand(ByteString cacheName, Address ackTarget, long id, int topologyId, Collection<Object> keys)SingleRpcCommand(ByteString cacheName)SingleRpcCommand(ByteString cacheName, VisitableCommand command) -
Uses of ByteString in org.infinispan.commands.remote.recovery
Constructors in org.infinispan.commands.remote.recovery with parameters of type ByteString Constructor Description CompleteTransactionCommand(ByteString cacheName)CompleteTransactionCommand(ByteString cacheName, org.infinispan.commons.tx.XidImpl xid, boolean commit)GetInDoubtTransactionsCommand(ByteString cacheName)GetInDoubtTxInfoCommand(ByteString cacheName)RecoveryCommand(ByteString cacheName)Deprecated.TxCompletionNotificationCommand(long internalId, ByteString cacheName)TxCompletionNotificationCommand(org.infinispan.commons.tx.XidImpl xid, GlobalTransaction gtx, ByteString cacheName)TxCompletionNotificationCommand(ByteString cacheName) -
Uses of ByteString in org.infinispan.commands.statetransfer
Constructors in org.infinispan.commands.statetransfer with parameters of type ByteString Constructor Description ConflictResolutionStartCommand(ByteString cacheName)ConflictResolutionStartCommand(ByteString cacheName, int topologyId, org.infinispan.commons.util.IntSet segments)ScatteredStateConfirmRevokedCommand(ByteString cacheName)ScatteredStateConfirmRevokedCommand(ByteString cacheName, int topologyId, org.infinispan.commons.util.IntSet segments)ScatteredStateGetKeysCommand(ByteString cacheName)ScatteredStateGetKeysCommand(ByteString cacheName, int topologyId, org.infinispan.commons.util.IntSet segments)StateResponseCommand(ByteString cacheName)StateResponseCommand(ByteString cacheName, int topologyId, Collection<StateChunk> stateChunks, boolean applyState, boolean pushTransfer)StateTransferCancelCommand(ByteString cacheName)StateTransferCancelCommand(ByteString cacheName, int topologyId, org.infinispan.commons.util.IntSet segments)StateTransferGetListenersCommand(ByteString cacheName)StateTransferGetListenersCommand(ByteString cacheName, int topologyId)StateTransferGetTransactionsCommand(ByteString cacheName)StateTransferGetTransactionsCommand(ByteString cacheName, int topologyId, org.infinispan.commons.util.IntSet segments)StateTransferStartCommand(ByteString cacheName)StateTransferStartCommand(ByteString cacheName, int topologyId, org.infinispan.commons.util.IntSet segments) -
Uses of ByteString in org.infinispan.commands.triangle
Constructors in org.infinispan.commands.triangle with parameters of type ByteString Constructor Description MultiEntriesFunctionalBackupWriteCommand(ByteString cacheName)MultiKeyFunctionalBackupWriteCommand(ByteString cacheName)PutMapBackupWriteCommand(ByteString cacheName)SingleKeyBackupWriteCommand(ByteString cacheName)SingleKeyFunctionalBackupWriteCommand(ByteString cacheName) -
Uses of ByteString in org.infinispan.commands.tx
Fields in org.infinispan.commands.tx declared as ByteString Modifier and Type Field Description protected ByteStringAbstractTransactionBoundaryCommand. cacheNameMethods in org.infinispan.commands.tx that return ByteString Modifier and Type Method Description ByteStringAbstractTransactionBoundaryCommand. getCacheName()Constructors in org.infinispan.commands.tx with parameters of type ByteString Constructor Description AbstractTransactionBoundaryCommand(ByteString cacheName)CommitCommand(ByteString cacheName)CommitCommand(ByteString cacheName, GlobalTransaction gtx)PrepareCommand(ByteString cacheName)PrepareCommand(ByteString cacheName, GlobalTransaction gtx, boolean onePhaseCommit, WriteCommand... modifications)PrepareCommand(ByteString cacheName, GlobalTransaction gtx, List<WriteCommand> commands, boolean onePhaseCommit)RollbackCommand(ByteString cacheName)RollbackCommand(ByteString cacheName, GlobalTransaction globalTransaction)VersionedCommitCommand(ByteString cacheName)VersionedCommitCommand(ByteString cacheName, GlobalTransaction gtx)VersionedPrepareCommand(ByteString cacheName)VersionedPrepareCommand(ByteString cacheName, GlobalTransaction gtx, List<WriteCommand> modifications, boolean onePhase) -
Uses of ByteString in org.infinispan.commands.write
Constructors in org.infinispan.commands.write with parameters of type ByteString Constructor Description BackupAckCommand(ByteString cacheName)BackupAckCommand(ByteString cacheName, long id, int topologyId)BackupMultiKeyAckCommand(ByteString cacheName)BackupMultiKeyAckCommand(ByteString cacheName, long id, int segment, int topologyId)ExceptionAckCommand(ByteString cacheName)ExceptionAckCommand(ByteString cacheName, long id, Throwable throwable, int topologyId)InvalidateVersionsCommand(ByteString cacheName)InvalidateVersionsCommand(ByteString cacheName, int topologyId, Object[] keys, int[] topologyIds, long[] versions, boolean removed) -
Uses of ByteString in org.infinispan.expiration.impl
Constructors in org.infinispan.expiration.impl with parameters of type ByteString Constructor Description TouchCommand(ByteString cacheName)TouchCommand(ByteString cacheName, Object key, int segment) -
Uses of ByteString in org.infinispan.factories
Methods in org.infinispan.factories that return ByteString Modifier and Type Method Description ByteStringComponentRegistry. getCacheByteString()Methods in org.infinispan.factories with parameters of type ByteString Modifier and Type Method Description ComponentRegistryGlobalComponentRegistry. getNamedComponentRegistry(ByteString name) -
Uses of ByteString in org.infinispan.marshall.exts
Methods in org.infinispan.marshall.exts with parameters of type ByteString Modifier and Type Method Description protected CacheRpcCommandReplicableCommandExternalizer. fromStream(byte id, byte type, ByteString cacheName) -
Uses of ByteString in org.infinispan.notifications.cachelistener.cluster
Constructors in org.infinispan.notifications.cachelistener.cluster with parameters of type ByteString Constructor Description MultiClusterEventCommand(ByteString cacheName)MultiClusterEventCommand(ByteString cacheName, Map<UUID,Collection<ClusterEvent<K,V>>> events) -
Uses of ByteString in org.infinispan.reactive.publisher.impl.commands.batch
Constructors in org.infinispan.reactive.publisher.impl.commands.batch with parameters of type ByteString Constructor Description CancelPublisherCommand(ByteString cacheName)CancelPublisherCommand(ByteString cacheName, String requestId)InitialPublisherCommand(ByteString cacheName)InitialPublisherCommand(ByteString cacheName, String requestId, DeliveryGuarantee deliveryGuarantee, int batchSize, org.infinispan.commons.util.IntSet segments, Set<K> keys, Set<K> excludedKeys, boolean includeLoader, boolean entryStream, boolean trackKeys, Function<? super org.reactivestreams.Publisher<I>,? extends org.reactivestreams.Publisher<R>> transformer)NextPublisherCommand(ByteString cacheName)NextPublisherCommand(ByteString cacheName, String requestId) -
Uses of ByteString in org.infinispan.reactive.publisher.impl.commands.reduction
Constructors in org.infinispan.reactive.publisher.impl.commands.reduction with parameters of type ByteString Constructor Description ReductionPublisherRequestCommand(ByteString cacheName)ReductionPublisherRequestCommand(ByteString cacheName, boolean parallelStream, DeliveryGuarantee deliveryGuarantee, org.infinispan.commons.util.IntSet segments, Set<K> keys, Set<K> excludedKeys, boolean includeLoader, boolean entryStream, Function transformer, Function finalizer) -
Uses of ByteString in org.infinispan.remoting.inboundhandler
Methods in org.infinispan.remoting.inboundhandler that return ByteString Modifier and Type Method Description ByteStringGlobalInboundInvocationHandler. getLocalCacheForRemoteSite(String remoteSite, ByteString remoteCache)test only! See BackupCacheStoppedTestMethods in org.infinispan.remoting.inboundhandler with parameters of type ByteString Modifier and Type Method Description ByteStringGlobalInboundInvocationHandler. getLocalCacheForRemoteSite(String remoteSite, ByteString remoteCache)test only! See BackupCacheStoppedTest -
Uses of ByteString in org.infinispan.util
Methods in org.infinispan.util that return ByteString Modifier and Type Method Description static ByteStringByteString. emptyString()static ByteStringByteString. fromString(String s)ByteStringByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a. readFrom(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamReader $2)static ByteStringByteString. readObject(ObjectInput input)Methods in org.infinispan.util that return types with arguments of type ByteString Modifier and Type Method Description Class<ByteString>ByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a. getJavaClass()Methods in org.infinispan.util with parameters of type ByteString Modifier and Type Method Description static voidByteString. writeObject(ObjectOutput output, ByteString object)voidByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a. writeTo(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamWriter $2, ByteString $3) -
Uses of ByteString in org.infinispan.util.logging
Methods in org.infinispan.util.logging with parameters of type ByteString Modifier and Type Method Description static voidLogFactory. pushNDC(ByteString cacheName, boolean isTrace)org.infinispan.commons.CacheConfigurationExceptionLog_$logger. xsiteCacheNotFound(String remoteSite, ByteString cacheName)org.infinispan.commons.CacheConfigurationExceptionLog. xsiteCacheNotFound(String remoteSite, ByteString cacheName)org.infinispan.commons.CacheConfigurationExceptionLog_$logger. xsiteCacheNotStarted(String origin, ByteString cacheName)org.infinispan.commons.CacheConfigurationExceptionLog. xsiteCacheNotStarted(String origin, ByteString cacheName)org.infinispan.commons.CacheConfigurationExceptionLog_$logger. xsiteInLocalCache(String origin, ByteString cacheName)org.infinispan.commons.CacheConfigurationExceptionLog. xsiteInLocalCache(String origin, ByteString cacheName) -
Uses of ByteString in org.infinispan.xsite
Constructors in org.infinispan.xsite with parameters of type ByteString Constructor Description SingleXSiteRpcCommand(ByteString cacheName)SingleXSiteRpcCommand(ByteString cacheName, VisitableCommand command)XSiteReplicateCommand(byte commandId, ByteString cacheName) -
Uses of ByteString in org.infinispan.xsite.commands
Methods in org.infinispan.xsite.commands with parameters of type ByteString Modifier and Type Method Description static XSiteStateTransferFinishReceiveCommandXSiteStateTransferFinishReceiveCommand. copyForCache(XSiteStateTransferFinishReceiveCommand command, ByteString cacheName)static XSiteStateTransferStartReceiveCommandXSiteStateTransferStartReceiveCommand. copyForCache(XSiteStateTransferStartReceiveCommand command, ByteString cacheName) -
Uses of ByteString in org.infinispan.xsite.statetransfer
Constructors in org.infinispan.xsite.statetransfer with parameters of type ByteString Constructor Description XSiteStatePushCommand(ByteString cacheName)XSiteStatePushCommand(ByteString cacheName, XSiteState[] chunk, long timeoutMillis)
-