Uses of Class
org.infinispan.util.ByteString
-
Packages that use ByteString Package Description 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.query.affinity This package contains the implementation of the AffinityIndexManager, that maintains an index divided into shards with storage using the Infinispan Lucene directory.org.infinispan.query.clustered org.infinispan.query.indexmanager org.infinispan.server.hotrod.command.tx org.infinispan.server.hotrod.tx.operation org.infinispan.server.hotrod.tx.table org.infinispan.statetransfer Transfer of state to new caches in a cluster.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.xsite org.infinispan.xsite.statetransfer -
-
Uses of ByteString in org.infinispan.factories
Methods in org.infinispan.factories with parameters of type ByteString Modifier and Type Method Description ComponentRegistry
GlobalComponentRegistry. 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 org.infinispan.commands.remote.CacheRpcCommand
ReplicableCommandExternalizer. fromStream(byte id, byte type, ByteString cacheName)
-
Uses of ByteString in org.infinispan.query.affinity
Constructors in org.infinispan.query.affinity with parameters of type ByteString Constructor Description AffinityUpdateCommand(ByteString cacheName)
-
Uses of ByteString in org.infinispan.query.clustered
Constructors in org.infinispan.query.clustered with parameters of type ByteString Constructor Description ClusteredQueryCommand(ByteString cacheName)
For CommandFactory only. -
Uses of ByteString in org.infinispan.query.indexmanager
Constructors in org.infinispan.query.indexmanager with parameters of type ByteString Constructor Description AbstractUpdateCommand(ByteString cacheName)
IndexUpdateCommand(ByteString cacheName)
IndexUpdateStreamCommand(ByteString cacheName)
-
Uses of ByteString in org.infinispan.server.hotrod.command.tx
Constructors in org.infinispan.server.hotrod.command.tx with parameters of type ByteString Constructor Description ForwardCommitCommand(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 ByteString Modifier and Type Method Description void
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 ByteString Modifier and Type Method Description ByteString
CacheXid. getCacheName()
Methods in org.infinispan.server.hotrod.tx.table with parameters of type ByteString Modifier and Type Method Description void
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 Constructor Description CacheXid(ByteString cacheName, XidImpl xid)
-
Uses of ByteString in org.infinispan.statetransfer
Constructors in org.infinispan.statetransfer with parameters of type ByteString Constructor Description StateRequestCommand(ByteString cacheName)
StateRequestCommand(ByteString cacheName, StateRequestCommand.Type type, Address origin, int topologyId, IntSet segments)
StateResponseCommand(ByteString cacheName)
StateResponseCommand(ByteString cacheName, Address origin, int topologyId, Collection<StateChunk> stateChunks, boolean applyState, boolean pushTransfer)
-
Uses of ByteString in org.infinispan.util
Methods in org.infinispan.util that return ByteString Modifier and Type Method Description static ByteString
ByteString. emptyString()
static ByteString
ByteString. fromString(String s)
static ByteString
ByteString. readObject(ObjectInput input)
Methods in org.infinispan.util with parameters of type ByteString Modifier and Type Method Description static void
ByteString. writeObject(ObjectOutput output, ByteString object)
-
Uses of ByteString in org.infinispan.xsite
Fields in org.infinispan.xsite declared as ByteString Modifier and Type Field Description protected ByteString
BaseBackupReceiver. cacheName
Constructors in org.infinispan.xsite with parameters of type ByteString Constructor Description SingleXSiteRpcCommand(ByteString cacheName)
SingleXSiteRpcCommand(ByteString cacheName, org.infinispan.commands.VisitableCommand command)
XSiteAdminCommand(ByteString cacheName)
XSiteAdminCommand(ByteString cacheName, String siteName, XSiteAdminCommand.AdminOperation op, Integer afterFailures, Long minTimeToWait)
XSiteReplicateCommand(ByteString cacheName)
-
Uses of ByteString in org.infinispan.xsite.statetransfer
Methods in org.infinispan.xsite.statetransfer with parameters of type ByteString Modifier and Type Method Description XSiteStateTransferControlCommand
XSiteStateTransferControlCommand. copyForCache(ByteString cacheName)
Constructors in org.infinispan.xsite.statetransfer with parameters of type ByteString Constructor Description XSiteStatePushCommand(ByteString cacheName)
XSiteStatePushCommand(ByteString cacheName, XSiteState[] chunk, long timeoutMillis)
XSiteStateTransferControlCommand(ByteString cacheName)
XSiteStateTransferControlCommand(ByteString cacheName, XSiteStateTransferControlCommand.StateTransferControl control, String siteName)
-