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 thePersistenceManagerinterface, 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 voidCommandsFactoryImpl. 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 voidDefaultConflictManager. start()voidStateReceiverImpl. 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 voidEntryFactoryImpl. init()voidDefaultSegmentedDataContainer. 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 voidBoundedOffHeapDataContainer. start()voidOffHeapDataContainer. start()voidOffHeapEntryFactoryImpl. start()voidSegmentedBoundedOffHeapDataContainer. 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 voidNumericVersionGenerator. start()voidSimpleClusteredVersionGenerator. start() -
Uses of Start in org.infinispan.context
Methods in org.infinispan.context with annotations of type Start Modifier and Type Method Description voidTransactionalInvocationContextFactory. 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 voidGroupManagerImpl. 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 voidL1ManagerImpl. 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 voidEvictionManagerImpl. findCacheMgmtInterceptor()voidActivationManagerImpl. start()voidPassivationManagerImpl. 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 voidExpirationManagerImpl. 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 voidGlobalConfigurationManagerImpl. start()voidGlobalStateManagerImpl. start() -
Uses of Start in org.infinispan.interceptors
Methods in org.infinispan.interceptors with annotations of type Start Modifier and Type Method Description protected voidBaseCustomAsyncInterceptor. 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 voidBaseCustomInterceptor. 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 voidBaseDistributionInterceptor. configure()voidL1LastChanceInterceptor. start()voidL1NonTxInterceptor. start()voidTriangleDistributionInterceptor. 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 voidJmxStatsCommandInterceptor. checkStatisticsUsed()voidBaseRpcInterceptor. init()voidBaseStateTransferInterceptor. start()voidCacheLoaderInterceptor. start()voidCacheMgmtInterceptor. start()protected voidCacheWriterInterceptor. start()protected voidDistCacheWriterInterceptor. start()voidEntryWrappingInterceptor. start()voidGroupingInterceptor. start()protected voidIsMarshallableInterceptor. start()voidPrefetchInterceptor. start()voidTransactionalExceptionEvictionInterceptor. start()voidTxInterceptor. 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 voidAbstractLockingInterceptor. start()voidClusteringDependentLogic.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 voidTotalOrderDistributionInterceptor. start()voidTotalOrderVersionedDistributionInterceptor. start() -
Uses of Start in org.infinispan.jmx
Methods in org.infinispan.jmx with annotations of type Start Modifier and Type Method Description voidCacheJmxRegistration. 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 voidGlobalMarshaller. 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 voidBatchingClusterEventManagerImpl. 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 voidAbstractListenerImpl. 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 voidPartitionHandlingManagerImpl. 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 voidPersistenceManagerImpl. start()voidPersistenceManagerStub. start()voidPreloadManager. 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 voidQueryInterceptor. 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 voidBasePerCacheInboundInvocationHandler. start()voidNonTotalOrderPerCacheInboundInvocationHandler. start()voidNonTotalOrderTxPerCacheInboundInvocationHandler. start()voidTrianglePerCacheInboundInvocationHandler. 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 voidTransport. 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 voidScatteredVersionManagerImpl. initTopologyId()voidBiasManagerImpl. start()voidScatteredVersionManagerImpl. 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 voidGlobalTxTable. start() -
Uses of Start in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with annotations of type Start Modifier and Type Method Description voidStateConsumerImpl. start()voidStateProviderImpl. start()voidStateTransferManagerImpl. 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 voidCacheContainerStatsImpl. start()voidClusterCacheStatsImpl. start()voidClusterContainerStatsImpl. start()voidStatsCollector. 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 voidExtendedStatisticInterceptor. 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 voidClusterStreamManagerImpl. start()voidIteratorHandler. start()voidLocalStreamManagerImpl. start()voidPartitionAwareClusterStreamManager. start() -
Uses of Start in org.infinispan.topology
Methods in org.infinispan.topology with annotations of type Start Modifier and Type Method Description voidLocalTopologyManagerImpl. preStart()voidClusterTopologyManagerImpl. start()voidLocalTopologyManagerImpl. 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 voidTransactionCoordinator. start()voidTransactionTable. 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 voidTransactionFactory. start()voidXaTransactionTable. startXidMapping() -
Uses of Start in org.infinispan.upgrade
Methods in org.infinispan.upgrade with annotations of type Start Modifier and Type Method Description voidRollingUpgradeManager. start() -
Uses of Start in org.infinispan.util
Methods in org.infinispan.util with annotations of type Start Modifier and Type Method Description voidAbstractControlledLocalTopologyManager. 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 voidCommandAckCollector. start() -
Uses of Start in org.infinispan.xsite
Methods in org.infinispan.xsite with annotations of type Start Modifier and Type Method Description voidBackupReceiverRepositoryImpl. start()voidBackupSenderImpl. 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 voidXSiteStateTransferManagerImpl. addListener()
-