Uses of Class
org.infinispan.factories.annotations.Start
-
Packages that use Start Package Description org.infinispan.container.offheap org.infinispan.container.versioning org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.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 Cache-specific notifications and eventing.org.infinispan.persistence.manager Implementations of thePersistenceManagerinterface, which define the logic of how infinispan interacts with external stores.org.infinispan.persistence.support 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.remoting.transport.jgroups A transport implementation based on JGroups.org.infinispan.server.hotrod.tx.table org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.topology org.infinispan.transaction.xa XA transaction support.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.container.offheap
Methods in org.infinispan.container.offheap with annotations of type Start Modifier and Type Method Description 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.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.distribution
Methods in org.infinispan.interceptors.distribution with annotations of type Start Modifier and Type Method Description voidBaseDistributionInterceptor. configure()voidL1LastChanceInterceptor. start()voidL1NonTxInterceptor. start()voidScatteredDistributionInterceptor. start()voidTriangleDistributionInterceptor. 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()voidOrderedClusteringDependentLogic. 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()Deprecated.voidTotalOrderVersionedDistributionInterceptor. start()Deprecated. -
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
Methods in org.infinispan.notifications.cachelistener with annotations of type Start Modifier and Type Method Description voidCacheNotifierImpl. 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.persistence.support
Methods in org.infinispan.persistence.support with annotations of type Start Modifier and Type Method Description voidDelegatingPersistenceManager. 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() -
Uses of Start in org.infinispan.remoting.transport
Methods in org.infinispan.remoting.transport with annotations of type Start Modifier and Type Method Description voidAbstractDelegatingTransport. start() -
Uses of Start in org.infinispan.remoting.transport.jgroups
Methods in org.infinispan.remoting.transport.jgroups with annotations of type Start Modifier and Type Method Description voidJGroupsTransport. 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.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.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.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()
-