| Modifier and Type | Method and Description |
|---|---|
Store |
StoreFactory.open(java.lang.String name)
Opens a
Store with the specified name. |
| Modifier and Type | Method and Description |
|---|---|
void |
StoreFactory.close(Store store)
Closes a
Store with the specified name, |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseStore |
| Modifier and Type | Class and Description |
|---|---|
class |
EhCacheStore
EhCache Store.
|
| Modifier and Type | Method and Description |
|---|---|
Store |
EhCacheStoreFactory.open(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
EhCacheStoreFactory.close(Store store) |
| Modifier and Type | Class and Description |
|---|---|
class |
HazelcastStore |
| Modifier and Type | Method and Description |
|---|---|
Store |
HazelcastStoreFactory.open(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
HazelcastStoreFactory.close(Store store) |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcStore |
| Modifier and Type | Method and Description |
|---|---|
Store |
JdbcStoreFactory.open(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcStoreFactory.close(Store store) |
| Modifier and Type | Class and Description |
|---|---|
class |
KratiStore |
| Modifier and Type | Method and Description |
|---|---|
Store |
KratiStoreFactory.open(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
KratiStoreFactory.close(Store store) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryStore
A simple memory store implementation based on a simple map.
|
class |
TimeoutMemoryStore
MemoryStore which removes entries from the store after the specified timeout
to free memory. |
| Modifier and Type | Method and Description |
|---|---|
Store |
MemoryStoreFactory.open(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryStoreFactory.close(Store store) |
| Modifier and Type | Class and Description |
|---|---|
class |
MongoStore
A store which uses MongoDB.
|
| Modifier and Type | Method and Description |
|---|---|
Store |
MongoStoreFactory.open(java.lang.String collection)
Open a
MongoStore using a new . |
| Modifier and Type | Method and Description |
|---|---|
void |
MongoStoreFactory.close(Store store) |
| Modifier and Type | Class and Description |
|---|---|
class |
RedisStore |
| Modifier and Type | Method and Description |
|---|---|
Store |
RedisStoreFactory.open(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisStoreFactory.close(Store store) |
Copyright © 2005-2014 FuseSource. All Rights Reserved.