Uses of Class
org.infinispan.util.ByteString
Packages that use ByteString
Package
Description
Commands that operate on the cache, either locally or remotely.
Meta-commands that wrap other commands for remote execution.
Commands that represent transactional lifecycle transitions.
Commands that alter the state of the cache.
Factories are internal components used to create other components based on a cache's
configuration.
Externalizers for various JDK types that are marshalled using the marshalling framework.
Handling of inbound commands on remote nodes.
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.
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
This is the private xsite package.
-
Uses of ByteString in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type ByteStringModifier and TypeMethodDescriptionRemoteCommandsFactory.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 ByteStringModifierConstructorDescriptionLockControlCommand(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 ByteStringModifier and TypeMethodDescriptionIracCleanupKeysCommand.getCacheName()IracMetadataRequestCommand.getCacheName()IracStateResponseCommand.getCacheName()IracTombstoneCleanupCommand.getCacheName()IracTombstonePrimaryCheckCommand.getCacheName()IracTombstoneRemoteSiteCheckCommand.getCacheName()IracTombstoneStateResponseCommand.getCacheName()IracUpdateVersionCommand.getCacheName()Constructors in org.infinispan.commands.irac with parameters of type ByteStringModifierConstructorDescriptionIracCleanupKeysCommand(ByteString cacheName) IracCleanupKeysCommand(ByteString cacheName, Collection<? extends IracManagerKeyInfo> cleanup) IracClearKeysCommand(ByteString cacheName) IracMetadataRequestCommand(ByteString cacheName) IracMetadataRequestCommand(ByteString cacheName, int segment, IracEntryVersion versionSeen) IracPutManyCommand(ByteString cacheName) IracPutManyCommand(ByteString cacheName, int maxCapacity) IracRequestStateCommand(ByteString cacheName) IracRequestStateCommand(ByteString cacheName, org.infinispan.commons.util.IntSet segments) IracStateResponseCommand(ByteString cacheName) IracStateResponseCommand(ByteString cacheName, int capacity) IracTombstoneCleanupCommand(ByteString cacheName) IracTombstoneCleanupCommand(ByteString cacheName, int maxCapacity) IracTombstonePrimaryCheckCommand(ByteString cacheName) IracTombstonePrimaryCheckCommand(ByteString cacheName, Collection<IracTombstoneInfo> tombstoneToCheck) IracTombstoneRemoteSiteCheckCommand(ByteString cacheName) IracTombstoneRemoteSiteCheckCommand(ByteString cacheName, List<Object> keys) IracTombstoneStateResponseCommand(ByteString cacheName) IracTombstoneStateResponseCommand(ByteString cacheName, Collection<IracTombstoneInfo> state) IracTouchKeyCommand(ByteString cacheName) IracTouchKeyCommand(ByteString cacheName, Object key) protectedIracUpdateKeyCommand(byte commandId, ByteString cacheName) IracUpdateVersionCommand(ByteString cacheName) IracUpdateVersionCommand(ByteString cacheName, Map<Integer, IracEntryVersion> segmentsVersion) -
Uses of ByteString in org.infinispan.commands.module
Methods in org.infinispan.commands.module with parameters of type ByteStringModifier and TypeMethodDescriptionModuleCommandFactory.fromStream(byte commandId, ByteString cacheName) Construct and initialize aCacheRpcCommandbased on the command id. -
Uses of ByteString in org.infinispan.commands.read
Constructors in org.infinispan.commands.read with parameters of type ByteStringModifierConstructorDescriptionSizeCommand(ByteString name) SizeCommand(ByteString cacheName, org.infinispan.commons.util.IntSet segments, long flags) -
Uses of ByteString in org.infinispan.commands.remote
Fields in org.infinispan.commands.remote declared as ByteStringMethods in org.infinispan.commands.remote that return ByteStringModifier and TypeMethodDescriptionBaseRpcCommand.getCacheName()CacheRpcCommand.getCacheName()CheckTransactionRpcCommand.getCacheName()Constructors in org.infinispan.commands.remote with parameters of type ByteStringModifierConstructorDescriptionprotectedBaseClusteredReadCommand(ByteString cacheName, long flagBitSet) protectedBaseRpcCommand(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, Integer 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 ByteStringModifierConstructorDescriptionCompleteTransactionCommand(ByteString cacheName) CompleteTransactionCommand(ByteString cacheName, org.infinispan.commons.tx.XidImpl xid, boolean commit) GetInDoubtTransactionsCommand(ByteString cacheName) GetInDoubtTxInfoCommand(ByteString cacheName) protectedRecoveryCommand(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 ByteStringModifierConstructorDescriptionConflictResolutionStartCommand(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 ByteStringModifierConstructorDescriptionBackupNoopCommand(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 ByteStringModifier and TypeFieldDescriptionprotected final ByteStringAbstractTransactionBoundaryCommand.cacheNameMethods in org.infinispan.commands.tx that return ByteStringConstructors in org.infinispan.commands.tx with parameters of type ByteStringModifierConstructorDescriptionAbstractTransactionBoundaryCommand(ByteString cacheName) CommitCommand(ByteString cacheName) CommitCommand(ByteString cacheName, GlobalTransaction gtx) PrepareCommand(ByteString cacheName) 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 ByteStringModifierConstructorDescriptionBackupAckCommand(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.container.versioning.irac
Methods in org.infinispan.container.versioning.irac with parameters of type ByteStringModifier and TypeMethodDescriptionintIracEntryVersion.getTopology(ByteString siteName) IracEntryVersion.getVersion(ByteString siteName) IracEntryVersion.increment(ByteString siteName, int topologyId) static IracEntryVersionIracEntryVersion.newVersion(ByteString site, TopologyIracVersion version) Method parameters in org.infinispan.container.versioning.irac with type arguments of type ByteStringModifier and TypeMethodDescriptionvoidIracEntryVersion.forEach(BiConsumer<ByteString, TopologyIracVersion> consumer) Iterates over all entries of this version as pairs (site name, site version). -
Uses of ByteString in org.infinispan.factories
Methods in org.infinispan.factories that return ByteStringMethods in org.infinispan.factories with parameters of type ByteStringModifier and TypeMethodDescriptionfinal ComponentRegistryGlobalComponentRegistry.getNamedComponentRegistry(ByteString name) -
Uses of ByteString in org.infinispan.marshall.exts
Methods in org.infinispan.marshall.exts with parameters of type ByteStringModifier and TypeMethodDescriptionprotected CacheRpcCommandReplicableCommandExternalizer.fromStream(byte id, byte type, ByteString cacheName) -
Uses of ByteString in org.infinispan.metadata.impl
Constructors in org.infinispan.metadata.impl with parameters of type ByteString -
Uses of ByteString in org.infinispan.notifications.cachelistener.cluster
Constructors in org.infinispan.notifications.cachelistener.cluster with parameters of type ByteStringModifierConstructorDescriptionMultiClusterEventCommand(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 ByteStringModifierConstructorDescriptionCancelPublisherCommand(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, long explicitFlags, 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 ByteStringModifierConstructorDescriptionReductionPublisherRequestCommand(ByteString cacheName) ReductionPublisherRequestCommand(ByteString cacheName, boolean parallelStream, DeliveryGuarantee deliveryGuarantee, org.infinispan.commons.util.IntSet segments, Set<K> keys, Set<K> excludedKeys, long explicitFlags, boolean entryStream, Function transformer, Function finalizer) -
Uses of ByteString in org.infinispan.remoting.inboundhandler
Methods in org.infinispan.remoting.inboundhandler that return ByteStringModifier and TypeMethodDescriptionGlobalInboundInvocationHandler.getLocalCacheForRemoteSite(String remoteSite, ByteString remoteCache) test only! See BackupCacheStoppedTestMethods in org.infinispan.remoting.inboundhandler with parameters of type ByteStringModifier and TypeMethodDescriptionGlobalInboundInvocationHandler.getLocalCacheForRemoteSite(String remoteSite, ByteString remoteCache) test only! See BackupCacheStoppedTest -
Uses of ByteString in org.infinispan.util
Methods in org.infinispan.util that return ByteStringModifier and TypeMethodDescriptionstatic ByteStringByteString.emptyString()static ByteStringByteString.fromString(String s) ByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) static ByteStringByteString.readObject(ObjectInput input) Methods in org.infinispan.util that return types with arguments of type ByteStringModifier and TypeMethodDescriptionByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a.getJavaClass()Methods in org.infinispan.util with parameters of type ByteStringModifier and TypeMethodDescriptionintByteString.compareTo(ByteString o) voidByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, ByteString $2) static voidByteString.writeObject(ObjectOutput output, ByteString object) -
Uses of ByteString in org.infinispan.util.logging
Methods in org.infinispan.util.logging with parameters of type ByteStringModifier and TypeMethodDescriptionstatic voidLogFactory.pushNDC(ByteString cacheName, boolean isTrace) final org.infinispan.commons.CacheConfigurationExceptionLog_$logger.xsiteCacheNotFound(String remoteSite, ByteString cacheName) org.infinispan.commons.CacheConfigurationExceptionLog.xsiteCacheNotFound(String remoteSite, ByteString cacheName) final org.infinispan.commons.CacheConfigurationExceptionLog_$logger.xsiteCacheNotStarted(String origin, ByteString cacheName) org.infinispan.commons.CacheConfigurationExceptionLog.xsiteCacheNotStarted(String origin, ByteString cacheName) final 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
Methods in org.infinispan.xsite that return ByteStringModifier and TypeMethodDescriptionstatic ByteStringXSiteNamedCache.cachedByteString(String siteName) static ByteStringXSiteNamedCache.cachedByteString(ByteString siteName) Methods in org.infinispan.xsite with parameters of type ByteStringModifier and TypeMethodDescriptionstatic ByteStringXSiteNamedCache.cachedByteString(ByteString siteName) Constructors in org.infinispan.xsite with parameters of type ByteStringModifierConstructorDescriptionSingleXSiteRpcCommand(ByteString cacheName) SingleXSiteRpcCommand(ByteString cacheName, ReplicableCommand command) protectedXSiteReplicateCommand(byte commandId, ByteString cacheName) -
Uses of ByteString in org.infinispan.xsite.commands
Methods in org.infinispan.xsite.commands with parameters of type ByteStringModifier and TypeMethodDescriptionXSiteStateTransferFinishReceiveCommand.copyForCache(XSiteStateTransferFinishReceiveCommand command, ByteString cacheName) XSiteStateTransferStartReceiveCommand.copyForCache(XSiteStateTransferStartReceiveCommand command, ByteString cacheName) Constructors in org.infinispan.xsite.commands with parameters of type ByteStringModifierConstructorDescriptionXSiteAmendOfflineStatusCommand(ByteString cacheName) XSiteAmendOfflineStatusCommand(ByteString cacheName, String siteName, Integer afterFailures, Long minTimeToWait) XSiteAutoTransferStatusCommand(ByteString cacheName) XSiteAutoTransferStatusCommand(ByteString cacheName, String site) XSiteBringOnlineCommand(ByteString cacheName) XSiteBringOnlineCommand(ByteString cacheName, String siteName) XSiteOfflineStatusCommand(ByteString cacheName) XSiteOfflineStatusCommand(ByteString cacheName, String siteName) XSiteSetStateTransferModeCommand(ByteString cacheName) XSiteSetStateTransferModeCommand(ByteString cacheName, String site, org.infinispan.configuration.cache.XSiteStateTransferMode mode) XSiteStateTransferCancelSendCommand(ByteString cacheName) XSiteStateTransferCancelSendCommand(ByteString cacheName, String siteName) XSiteStateTransferClearStatusCommand(ByteString cacheName) XSiteStateTransferFinishReceiveCommand(ByteString cacheName) XSiteStateTransferFinishReceiveCommand(ByteString cacheName, String siteName) XSiteStateTransferFinishSendCommand(ByteString cacheName) XSiteStateTransferFinishSendCommand(ByteString cacheName, String siteName, boolean statusOk) XSiteStateTransferRestartSendingCommand(ByteString cacheName, String siteName, int topologyId) XSiteStateTransferStartReceiveCommand(ByteString cacheName) XSiteStateTransferStartSendCommand(ByteString cacheName) XSiteStateTransferStartSendCommand(ByteString cacheName, String siteName, int topologyId) XSiteStateTransferStatusRequestCommand(ByteString cacheName) XSiteStatusCommand(ByteString cacheName) XSiteTakeOfflineCommand(ByteString cacheName) XSiteTakeOfflineCommand(ByteString cacheName, String siteName) -
Uses of ByteString in org.infinispan.xsite.statetransfer
Constructors in org.infinispan.xsite.statetransfer with parameters of type ByteStringModifierConstructorDescriptionXSiteStatePushCommand(ByteString cacheName) XSiteStatePushCommand(ByteString cacheName, XSiteState[] chunk, long timeoutMillis)