Package | Description |
---|---|
org.infinispan.distribution.ch |
Consistent Hash interfaces
|
org.infinispan.globalstate |
Global configuration state.
|
Modifier and Type | Method and Description |
---|---|
default CH |
ConsistentHashFactory.fromPersistentState(ScopedPersistentState state)
Recreates a ConsistentHash from a previously stored persistent state.
|
default void |
ConsistentHash.toScopedState(ScopedPersistentState state)
Writes this ConsistentHash to the specified scoped 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
|
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.