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.
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
Fields in org.infinispan.commands declared as ByteStringMethods in org.infinispan.commands that return ByteStringConstructors in org.infinispan.commands with parameters of type ByteStringModifierConstructorDescriptionAbstractFlagAffectedCommand
(ByteString cacheName, long flags) protected
AbstractTopologyAffectedCommand
(ByteString cacheName, long flags, int topologyId) -
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 ByteStringModifier and TypeMethodDescriptionfinal IllegalStateException
Log_$logger.metadataIsMissing
(ByteString counterName) Log.metadataIsMissing
(ByteString counterName) -
Uses of ByteString in org.infinispan.expiration.impl
Constructors in org.infinispan.expiration.impl with parameters of type ByteStringModifierConstructorDescriptionTouchCommand
(ByteString cacheName, Object key, int segment, long flagBitSet, boolean touchEvenIfExpired) -
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.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, 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, XidImpl xid, long timeout) 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 ByteStringModifier and TypeMethodDescriptionCacheXid.cacheName()
Returns the value of thecacheName
record component.Methods 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 ByteStringModifierConstructorDescriptionCacheXid
(ByteString cacheName, XidImpl xid) Creates an instance of aCacheXid
record class. -
Uses of ByteString in org.infinispan.util
Classes in org.infinispan.util that implement interfaces with type arguments of type ByteStringModifier and TypeClassDescriptionfinal class
A simple class which encapsulates a byte[] representation of a String using a predefined encoding (currently UTF-8).final class
WARNING: Generated code!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) 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) -
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) Log_$logger.xsiteCacheNotFound
(String remoteSite, ByteString cacheName) Log_$logger.xsiteCacheNotStarted
(String origin, ByteString cacheName) Log_$logger.xsiteInLocalCache
(String origin, ByteString cacheName) -
Uses of ByteString in org.infinispan.xsite.commands
Constructors in org.infinispan.xsite.commands with parameters of type ByteStringModifierConstructorDescriptionXSiteAmendOfflineStatusCommand
(ByteString cacheName, String siteName, Integer afterFailures, Long minTimeToWait) XSiteAutoTransferStatusCommand
(ByteString cacheName, String site) XSiteSetStateTransferModeCommand
(ByteString cacheName, String site, XSiteStateTransferMode mode) XSiteStateTransferCancelSendCommand
(ByteString cacheName, String siteName) XSiteStateTransferClearStatusCommand
(ByteString cacheName) XSiteStateTransferFinishReceiveCommand
(ByteString cacheName, String siteName) XSiteStateTransferFinishSendCommand
(ByteString cacheName, String siteName, boolean statusOk) XSiteStateTransferRestartSendingCommand
(ByteString cacheName, String siteName, int topologyId) XSiteStateTransferStartReceiveCommand
(ByteString cacheName, String siteName) XSiteStateTransferStartSendCommand
(ByteString cacheName, String siteName, int topologyId) XSiteStateTransferStatusRequestCommand
(ByteString cacheName) -
Uses of ByteString in org.infinispan.xsite.commands.remote
Fields in org.infinispan.xsite.commands.remote declared as ByteStringMethods in org.infinispan.xsite.commands.remote that return 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, List<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, List<XSiteState> chunk)