Uses of Class
org.infinispan.util.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
Modifier 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
Modifier and TypeMethodDescriptionint
IracEntryVersion.getTopology
(ByteString siteName) IracEntryVersion.getVersion
(ByteString siteName) IracEntryVersion.increment
(ByteString siteName, int topologyId) static IracEntryVersion
IracEntryVersion.newVersion
(ByteString site, TopologyIracVersion version) Modifier 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
-
Uses of ByteString in org.infinispan.factories
Modifier and TypeMethodDescriptionfinal ComponentRegistry
GlobalComponentRegistry.getNamedComponentRegistry
(ByteString name) -
Uses of ByteString in org.infinispan.marshall.exts
Modifier and TypeMethodDescriptionprotected org.infinispan.commands.remote.CacheRpcCommand
ReplicableCommandExternalizer.fromStream
(byte id, byte type, ByteString cacheName) -
Uses of ByteString in org.infinispan.metadata.impl
-
Uses of ByteString in org.infinispan.notifications.cachelistener.cluster
ModifierConstructorDescriptionMultiClusterEventCommand
(ByteString cacheName) MultiClusterEventCommand
(ByteString cacheName, Map<UUID, Collection<ClusterEvent<K, V>>> events) -
Uses of ByteString in org.infinispan.server.hotrod.command.tx
ModifierConstructorDescriptionForwardCommitCommand
(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
Modifier 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
Modifier and TypeMethodDescriptionvoid
CacheNameCollector.addCache
(ByteString cacheName, Status status) Adds the cache name and theSetDecisionFunction
return value. -
Uses of ByteString in org.infinispan.util
Modifier 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) Modifier and TypeMethodDescriptionByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a.getJavaClass()
Modifier 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
Modifier and TypeMethodDescriptionstatic void
LogFactory.pushNDC
(ByteString cacheName, boolean isTrace) -
Uses of ByteString in org.infinispan.xsite.commands
ModifierConstructorDescriptionXSiteAmendOfflineStatusCommand
(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
ModifierConstructorDescriptionIracClearKeysRequest
(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
Modifier 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
Modifier 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) ModifierConstructorDescriptionXSiteStatePushCommand
(ByteString cacheName) XSiteStatePushCommand
(ByteString cacheName, XSiteState[] chunk)