| Package | Description |
|---|---|
| org.infinispan.distribution.ch |
Consistent Hash interfaces
|
| org.infinispan.distribution.ch.impl | |
| org.infinispan.globalstate |
Global configuration state.
|
| org.infinispan.globalstate.impl | |
| org.infinispan.topology |
| Modifier and Type | Method and Description |
|---|---|
default CH |
ConsistentHashFactory.fromPersistentState(ScopedPersistentState state)
Deprecated.
Recreates a ConsistentHash from a previously stored persistent state.
|
default void |
ConsistentHash.toScopedState(ScopedPersistentState state)
Writes this ConsistentHash to the specified scoped state.
|
| Constructor and Description |
|---|
AbstractConsistentHash(ScopedPersistentState state) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ScopedPersistentState> |
GlobalStateManager.readScopedState(String scope)
Reads the persistent state for the specified scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalStateProvider.prepareForPersist(ScopedPersistentState globalState)
This method is invoked by the
GlobalStateManager just before
persisting the global state |
void |
GlobalStateProvider.prepareForRestore(ScopedPersistentState globalState)
This method is invoked by the
GlobalStateManager after starting up to notify
that global state has been restored. |
void |
GlobalStateManager.writeScopedState(ScopedPersistentState state)
Persists the specified scoped state
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScopedPersistentStateImpl
ScopedPersistentStateImpl.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ScopedPersistentState> |
GlobalStateManagerImpl.readScopedState(String scope) |
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalStateManagerImpl.writeScopedState(ScopedPersistentState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalTopologyManagerImpl.prepareForPersist(ScopedPersistentState state) |
void |
LocalTopologyManagerImpl.prepareForRestore(ScopedPersistentState state) |
protected CacheTopology |
ClusterCacheStatus.restoreCacheTopology(ScopedPersistentState state) |
| Constructor and Description |
|---|
ClusterCacheStatus(EmbeddedCacheManager cacheManager,
String cacheName,
AvailabilityStrategy availabilityStrategy,
RebalanceType rebalanceType,
ClusterTopologyManagerImpl clusterTopologyManager,
Transport transport,
PersistentUUIDManager persistentUUIDManager,
EventLogManager eventLogManager,
Optional<ScopedPersistentState> state,
boolean resolveConflictsOnMerge) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.