| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProxyManager<K> |
| Modifier and Type | Method and Description |
|---|---|
default <K1> ProxyManager<K1> |
ProxyManager.withMapper(Function<? super K1,? extends K> mapper)
Returns a proxy object that wraps this ProxyManager such that keys are first mapped using the specified mapping function
before being sent to the remote store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompareAndSwapBasedProxyManager<K>
The base class for proxy managers that built on top of idea that underlining storage provide transactions and locking.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLockBasedProxyManager<K>
The base class for proxy managers that built on top of idea that underlining storage provide Compare-And-Swap functionality.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSelectForUpdateBasedProxyManager<K>
The base class for proxy managers that built on top of idea that underlining storage provide Compare-And-Swap functionality.
|
Copyright © 2024. All rights reserved.