| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyKeyColumnValueStore
Wraps a
KeyColumnValueStore and throws exceptions when a mutation is attempted. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpirationKCVSCache |
class |
KCVSCache |
class |
NoKCVSCache |
| Modifier and Type | Class and Description |
|---|---|
class |
TTLKCVS |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpectedValueCheckingStore
A
KeyColumnValueStore wrapper intended for nontransactional stores
that forwards all but these two methods to an encapsulated store
instance:
ExpectedValueCheckingStore.acquireLock(StaticBuffer, StaticBuffer, StaticBuffer, StoreTransaction)
ExpectedValueCheckingStore.mutate(StaticBuffer, List, List, StoreTransaction)
This wrapper adds some logic to both of the overridden methods before calling
the encapsulated store's version. |
Copyright © 2012–2015. All rights reserved.