public class HazelcastKeyValueAdapter
extends org.springframework.data.keyvalue.core.AbstractKeyValueAdapter
| Constructor and Description |
|---|
HazelcastKeyValueAdapter(com.hazelcast.core.HazelcastInstance hzInstance) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object id,
String keyspace) |
long |
count(String keyspace) |
Object |
delete(Object id,
String keyspace) |
void |
deleteAllOf(String keyspace) |
void |
destroy() |
org.springframework.data.util.CloseableIterator<Map.Entry<Object,Object>> |
entries(String keyspace) |
Object |
get(Object id,
String keyspace) |
Iterable<?> |
getAllOf(String keyspace) |
protected com.hazelcast.map.IMap<Object,Object> |
getMap(String keyspace) |
Object |
put(Object id,
Object item,
String keyspace) |
void |
setHzInstance(com.hazelcast.core.HazelcastInstance hzInstance) |
public HazelcastKeyValueAdapter(com.hazelcast.core.HazelcastInstance hzInstance)
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.