Uses of Class
org.infinispan.factories.annotations.Start
-
Packages that use Start Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.conflict.impl This package contains implementations of the conflict resolution API.org.infinispan.container.impl Data containers which store cache entries.org.infinispan.container.offheap org.infinispan.container.versioning org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags.org.infinispan.distribution.group.impl org.infinispan.distribution.impl org.infinispan.eviction.impl org.infinispan.expiration.impl org.infinispan.globalstate.impl org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.base Base interceptors containing common, reusable behavior.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.totalorder Interceptors dealing with total order.org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX.org.infinispan.marshall.core org.infinispan.notifications.cachelistener.cluster.impl org.infinispan.notifications.impl org.infinispan.partitionhandling.impl org.infinispan.persistence.manager Implementations of thePersistenceManager
interface, which define the logic of how infinispan interacts with external stores.org.infinispan.query.backend Mostly internal search related classes.org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components.org.infinispan.scattered.impl org.infinispan.server.hotrod.tx.table org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stats.impl org.infinispan.stats.wrappers org.infinispan.stream.impl org.infinispan.topology org.infinispan.transaction.impl org.infinispan.transaction.xa XA transaction support.org.infinispan.upgrade 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.util.concurrent Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities and containers.org.infinispan.xsite org.infinispan.xsite.statetransfer -
-
Uses of Start in org.infinispan.commands
Methods in org.infinispan.commands with annotations of type Start Modifier and Type Method Description void
CommandsFactoryImpl. start()
-
Uses of Start in org.infinispan.conflict.impl
Methods in org.infinispan.conflict.impl with annotations of type Start Modifier and Type Method Description void
DefaultConflictManager. start()
void
StateReceiverImpl. start()
-
Uses of Start in org.infinispan.container.impl
Methods in org.infinispan.container.impl with annotations of type Start Modifier and Type Method Description void
EntryFactoryImpl. init()
void
DefaultSegmentedDataContainer. start()
-
Uses of Start in org.infinispan.container.offheap
Methods in org.infinispan.container.offheap with annotations of type Start Modifier and Type Method Description void
BoundedOffHeapDataContainer. start()
void
OffHeapDataContainer. start()
void
OffHeapEntryFactoryImpl. start()
void
SegmentedBoundedOffHeapDataContainer. start()
-
Uses of Start in org.infinispan.container.versioning
Methods in org.infinispan.container.versioning with annotations of type Start Modifier and Type Method Description void
NumericVersionGenerator. start()
void
SimpleClusteredVersionGenerator. start()
-
Uses of Start in org.infinispan.context
Methods in org.infinispan.context with annotations of type Start Modifier and Type Method Description void
TransactionalInvocationContextFactory. start()
Deprecated. -
Uses of Start in org.infinispan.distribution.group.impl
Methods in org.infinispan.distribution.group.impl with annotations of type Start Modifier and Type Method Description void
GroupManagerImpl. start()
-
Uses of Start in org.infinispan.distribution.impl
Methods in org.infinispan.distribution.impl with annotations of type Start Modifier and Type Method Description void
L1ManagerImpl. start()
-
Uses of Start in org.infinispan.eviction.impl
Methods in org.infinispan.eviction.impl with annotations of type Start Modifier and Type Method Description void
EvictionManagerImpl. findCacheMgmtInterceptor()
void
ActivationManagerImpl. start()
void
PassivationManagerImpl. start()
-
Uses of Start in org.infinispan.expiration.impl
Methods in org.infinispan.expiration.impl with annotations of type Start Modifier and Type Method Description void
ExpirationManagerImpl. start()
-
Uses of Start in org.infinispan.globalstate.impl
Methods in org.infinispan.globalstate.impl with annotations of type Start Modifier and Type Method Description void
GlobalConfigurationManagerImpl. start()
void
GlobalStateManagerImpl. start()
-
Uses of Start in org.infinispan.interceptors
Methods in org.infinispan.interceptors with annotations of type Start Modifier and Type Method Description protected void
BaseCustomAsyncInterceptor. start()
-
Uses of Start in org.infinispan.interceptors.base
Methods in org.infinispan.interceptors.base with annotations of type Start Modifier and Type Method Description protected void
BaseCustomInterceptor. start()
Deprecated. -
Uses of Start in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with annotations of type Start Modifier and Type Method Description void
BaseDistributionInterceptor. configure()
void
L1LastChanceInterceptor. start()
void
L1NonTxInterceptor. start()
void
TriangleDistributionInterceptor. start()
-
Uses of Start in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with annotations of type Start Modifier and Type Method Description void
JmxStatsCommandInterceptor. checkStatisticsUsed()
void
BaseRpcInterceptor. init()
void
BaseStateTransferInterceptor. start()
void
CacheLoaderInterceptor. start()
void
CacheMgmtInterceptor. start()
protected void
CacheWriterInterceptor. start()
protected void
DistCacheWriterInterceptor. start()
void
EntryWrappingInterceptor. start()
void
GroupingInterceptor. start()
protected void
IsMarshallableInterceptor. start()
void
PrefetchInterceptor. start()
void
TransactionalExceptionEvictionInterceptor. start()
void
TxInterceptor. start()
-
Uses of Start in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with annotations of type Start Modifier and Type Method Description void
AbstractLockingInterceptor. start()
void
ClusteringDependentLogic.AbstractClusteringDependentLogic. start()
-
Uses of Start in org.infinispan.interceptors.totalorder
Methods in org.infinispan.interceptors.totalorder with annotations of type Start Modifier and Type Method Description void
TotalOrderDistributionInterceptor. start()
void
TotalOrderVersionedDistributionInterceptor. start()
-
Uses of Start in org.infinispan.jmx
Methods in org.infinispan.jmx with annotations of type Start Modifier and Type Method Description void
CacheJmxRegistration. start()
Here is where the registration is being performed. -
Uses of Start in org.infinispan.marshall.core
Methods in org.infinispan.marshall.core with annotations of type Start Modifier and Type Method Description void
GlobalMarshaller. start()
-
Uses of Start in org.infinispan.notifications.cachelistener.cluster.impl
Methods in org.infinispan.notifications.cachelistener.cluster.impl with annotations of type Start Modifier and Type Method Description void
BatchingClusterEventManagerImpl. start()
-
Uses of Start in org.infinispan.notifications.impl
Methods in org.infinispan.notifications.impl with annotations of type Start Modifier and Type Method Description void
AbstractListenerImpl. start()
-
Uses of Start in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with annotations of type Start Modifier and Type Method Description void
PartitionHandlingManagerImpl. start()
-
Uses of Start in org.infinispan.persistence.manager
Methods in org.infinispan.persistence.manager with annotations of type Start Modifier and Type Method Description void
PersistenceManagerImpl. start()
void
PersistenceManagerStub. start()
void
PreloadManager. start()
-
Uses of Start in org.infinispan.query.backend
Methods in org.infinispan.query.backend with annotations of type Start Modifier and Type Method Description protected void
QueryInterceptor. start()
-
Uses of Start in org.infinispan.remoting.inboundhandler
Methods in org.infinispan.remoting.inboundhandler with annotations of type Start Modifier and Type Method Description void
BasePerCacheInboundInvocationHandler. start()
void
NonTotalOrderPerCacheInboundInvocationHandler. start()
void
NonTotalOrderTxPerCacheInboundInvocationHandler. start()
void
TrianglePerCacheInboundInvocationHandler. start()
-
Uses of Start in org.infinispan.remoting.transport
Methods in org.infinispan.remoting.transport with annotations of type Start Modifier and Type Method Description void
Transport. start()
-
Uses of Start in org.infinispan.scattered.impl
Methods in org.infinispan.scattered.impl with annotations of type Start Modifier and Type Method Description void
ScatteredVersionManagerImpl. initTopologyId()
void
BiasManagerImpl. start()
void
ScatteredVersionManagerImpl. start()
-
Uses of Start in org.infinispan.server.hotrod.tx.table
Methods in org.infinispan.server.hotrod.tx.table with annotations of type Start Modifier and Type Method Description void
GlobalTxTable. start()
-
Uses of Start in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with annotations of type Start Modifier and Type Method Description void
StateConsumerImpl. start()
void
StateProviderImpl. start()
void
StateTransferManagerImpl. start()
-
Uses of Start in org.infinispan.stats.impl
Methods in org.infinispan.stats.impl with annotations of type Start Modifier and Type Method Description void
CacheContainerStatsImpl. start()
void
ClusterCacheStatsImpl. start()
void
ClusterContainerStatsImpl. start()
void
StatsCollector. start()
-
Uses of Start in org.infinispan.stats.wrappers
Methods in org.infinispan.stats.wrappers with annotations of type Start Modifier and Type Method Description protected void
ExtendedStatisticInterceptor. start()
-
Uses of Start in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl with annotations of type Start Modifier and Type Method Description void
ClusterStreamManagerImpl. start()
void
IteratorHandler. start()
void
LocalStreamManagerImpl. start()
void
PartitionAwareClusterStreamManager. start()
-
Uses of Start in org.infinispan.topology
Methods in org.infinispan.topology with annotations of type Start Modifier and Type Method Description void
LocalTopologyManagerImpl. preStart()
void
ClusterTopologyManagerImpl. start()
void
LocalTopologyManagerImpl. start()
-
Uses of Start in org.infinispan.transaction.impl
Methods in org.infinispan.transaction.impl with annotations of type Start Modifier and Type Method Description void
TransactionCoordinator. start()
void
TransactionTable. start()
-
Uses of Start in org.infinispan.transaction.xa
Methods in org.infinispan.transaction.xa with annotations of type Start Modifier and Type Method Description void
TransactionFactory. start()
void
XaTransactionTable. startXidMapping()
-
Uses of Start in org.infinispan.upgrade
Methods in org.infinispan.upgrade with annotations of type Start Modifier and Type Method Description void
RollingUpgradeManager. start()
-
Uses of Start in org.infinispan.util
Methods in org.infinispan.util with annotations of type Start Modifier and Type Method Description void
AbstractControlledLocalTopologyManager. startDelegate()
-
Uses of Start in org.infinispan.util.concurrent
Methods in org.infinispan.util.concurrent with annotations of type Start Modifier and Type Method Description void
CommandAckCollector. start()
-
Uses of Start in org.infinispan.xsite
Methods in org.infinispan.xsite with annotations of type Start Modifier and Type Method Description void
BackupReceiverRepositoryImpl. start()
void
BackupSenderImpl. start()
-
Uses of Start in org.infinispan.xsite.statetransfer
Methods in org.infinispan.xsite.statetransfer with annotations of type Start Modifier and Type Method Description void
XSiteStateTransferManagerImpl. addListener()
-