Uses of Class
io.ebeaninternal.server.cluster.ClusterManager
Packages that use ClusterManager
Package
Description
Clustering service for an application.
Transaction implementation
-
Uses of ClusterManager in io.ebeaninternal.server.cache
Methods in io.ebeaninternal.server.cache that return ClusterManagerConstructors in io.ebeaninternal.server.cache with parameters of type ClusterManagerModifierConstructorDescriptionCacheManagerOptions(ClusterManager clusterManager, DatabaseBuilder.Settings config, boolean localL2Caching) -
Uses of ClusterManager in io.ebeaninternal.server.cluster
Methods in io.ebeaninternal.server.cluster with parameters of type ClusterManagerModifier and TypeMethodDescriptionClusterBroadcastFactory.create(ClusterManager manager, ContainerConfig config) Create the cluster transport with the manager and deployment properties. -
Uses of ClusterManager in io.ebeaninternal.server.transaction
Constructors in io.ebeaninternal.server.transaction with parameters of type ClusterManagerModifierConstructorDescriptionTransactionManagerOptions(SpiServer server, boolean notifyL2CacheInForeground, DatabaseBuilder.Settings config, TransactionScopeManager scopeManager, ClusterManager clusterManager, BackgroundExecutor backgroundExecutor, BeanDescriptorManager descMgr, DataSourceSupplier dataSourceSupplier, SpiProfileHandler profileHandler, SpiLogManager logManager, TableModState tableModState, ServerCacheNotify cacheNotify, ClockService clockService)