Package | Description |
---|---|
org.infinispan.persistence |
Persistence API.
|
org.infinispan.persistence.jdbc.stringbased |
JDBC CacheStore implementation which maps keys to strings.
|
org.infinispan.persistence.remote |
Hot Rod-based
AdvancedLoadWriteStore . |
Modifier and Type | Method and Description |
---|---|
static int |
PersistenceUtil.count(SegmentedAdvancedLoadWriteStore<?,?> salws,
IntSet segments)
Counts how many entries are present in the segmented store.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcStringBasedStore<K,V>
AdvancedCacheLoader implementation that stores the entries in a database. |
Modifier and Type | Class and Description |
---|---|
class |
RemoteStore<K,V>
Cache store that delegates the call to a infinispan cluster.
|
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.