| Modifier and Type | Method and Description |
|---|---|
static <K,V> KeyValueEntity |
KeyValueEntity.of(K key,
V value)
Creates a Key value instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketManager.put(KeyValueEntity entity)
Saves the
KeyValueEntity |
void |
BucketManager.put(KeyValueEntity entity,
Duration ttl)
Saves the
KeyValueEntity with time to live |
| Modifier and Type | Method and Description |
|---|---|
void |
BucketManager.put(Iterable<KeyValueEntity> entities)
Saves the
Iterable of keys |
void |
BucketManager.put(Iterable<KeyValueEntity> entities,
Duration ttl)
Saves the
Iterable of keys with a defined time to live |
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.