Uses of Class
org.infinispan.util.ByteString
Packages that use ByteString
Package
Description
Commands that operate on the cache, either locally or remotely.
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.
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.
-
Uses of ByteString in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type ByteStringModifier and TypeMethodDescriptionorg.infinispan.commands.remote.CacheRpcCommand
RemoteCommandsFactory.fromStream
(byte id, byte type, ByteString cacheName) Resolve anCacheRpcCommand
from the stream. -
Uses of ByteString in org.infinispan.container.versioning.irac
Methods in org.infinispan.container.versioning.irac with parameters of type ByteStringModifier and TypeMethodDescriptionint
IracEntryVersion.getTopology
(ByteString siteName) IracEntryVersion.getVersion
(ByteString siteName) IracEntryVersion.increment
(ByteString siteName, int topologyId) static IracEntryVersion
IracEntryVersion.newVersion
(ByteString site, TopologyIracVersion version) Method parameters in org.infinispan.container.versioning.irac with type arguments of type ByteStringModifier and TypeMethodDescriptionvoid
IracEntryVersion.forEach
(BiConsumer<ByteString, TopologyIracVersion> consumer) Iterates over all entries of this version as pairs (site name, site version). -
Uses of ByteString in org.infinispan.counter.logging
Methods in org.infinispan.counter.logging with parameters of type ByteString -
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 ComponentRegistry
GlobalComponentRegistry.getNamedComponentRegistry
(ByteString name) -
Uses of ByteString in org.infinispan.marshall.exts
Methods in org.infinispan.marshall.exts with parameters of type ByteStringModifier and TypeMethodDescriptionprotected org.infinispan.commands.remote.CacheRpcCommand
ReplicableCommandExternalizer.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.server.hotrod.command.tx
Constructors in org.infinispan.server.hotrod.command.tx with parameters of type ByteStringModifierConstructorDescriptionForwardCommitCommand
(ByteString cacheName) ForwardCommitCommand
(ByteString cacheName, XidImpl xid, long timeout) ForwardRollbackCommand
(ByteString cacheName) ForwardRollbackCommand
(ByteString cacheName, XidImpl xid, long timeout) -
Uses of ByteString in org.infinispan.server.hotrod.tx.operation
Methods in org.infinispan.server.hotrod.tx.operation with parameters of type ByteStringModifier and TypeMethodDescriptionvoid
CommitTransactionOperation.addCache
(ByteString cacheName, Status status) void
RollbackTransactionOperation.addCache
(ByteString cacheName, Status status) -
Uses of ByteString in org.infinispan.server.hotrod.tx.table
Methods in org.infinispan.server.hotrod.tx.table that return ByteStringMethods in org.infinispan.server.hotrod.tx.table with parameters of type ByteStringModifier and TypeMethodDescriptionvoid
CacheNameCollector.addCache
(ByteString cacheName, Status status) Adds the cache name and theSetDecisionFunction
return value.Constructors in org.infinispan.server.hotrod.tx.table with parameters of type ByteString -
Uses of ByteString in org.infinispan.util
Methods in org.infinispan.util that return ByteStringModifier and TypeMethodDescriptionstatic ByteString
ByteString.emptyString()
static ByteString
ByteString.fromString
(String s) ByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a.read
(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) static ByteString
ByteString.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 TypeMethodDescriptionint
ByteString.compareTo
(ByteString o) void
ByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, ByteString $2) static void
ByteString.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 void
LogFactory.pushNDC
(ByteString cacheName, boolean isTrace) -
Uses of ByteString in org.infinispan.xsite.commands
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, 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) XSiteStateTransferStartReceiveCommand
(ByteString cacheName, String siteName) 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.commands.remote
Fields in org.infinispan.xsite.commands.remote declared as ByteStringConstructors in org.infinispan.xsite.commands.remote with parameters of type ByteStringModifierConstructorDescriptionIracClearKeysRequest
(ByteString cacheName) IracPutManyRequest
(ByteString cacheName, int maxCapacity) IracTombstoneCheckRequest
(ByteString cacheName, List<Object> keys) IracTouchKeyRequest
(ByteString cacheName, Object key) protected
IracUpdateKeyRequest
(ByteString cacheName) protected
XSiteCacheRequest
(ByteString cacheName) XSiteStatePushRequest
(ByteString cacheName, XSiteState[] chunk, long timeoutMillis) XSiteStateTransferControlRequest
(ByteString cacheName, boolean startReceive) -
Uses of ByteString in org.infinispan.xsite.events
Methods in org.infinispan.xsite.events that return ByteStringMethods in org.infinispan.xsite.events with parameters of type ByteStringModifier and TypeMethodDescriptionvoid
XSiteEventSender.addEventToSite
(ByteString site, XSiteEvent event) static XSiteEvent
XSiteEvent.createConnectEvent
(ByteString localSite) static XSiteEvent
XSiteEvent.createInitialStateRequest
(ByteString localSite, ByteString cacheName) static XSiteEvent
XSiteEvent.createRequestState
(ByteString localSite, ByteString cacheName) -
Uses of ByteString in org.infinispan.xsite.statetransfer
Methods in org.infinispan.xsite.statetransfer with parameters of type ByteStringModifier and TypeMethodDescriptionvoid
NoOpXSiteStateTransferManager.startAutomaticStateTransferTo
(ByteString remoteSite, boolean ignoreStatus) void
XSiteStateTransferManager.startAutomaticStateTransferTo
(ByteString remoteSite, boolean ignoreStatus) Starts the automatic cross-site state transfer if available and if required.void
XSiteStateTransferManagerImpl.startAutomaticStateTransferTo
(ByteString remoteSite, boolean ignoreStatus) Constructors in org.infinispan.xsite.statetransfer with parameters of type ByteStringModifierConstructorDescriptionXSiteStatePushCommand
(ByteString cacheName) XSiteStatePushCommand
(ByteString cacheName, XSiteState[] chunk)