| Package | Description |
|---|---|
| org.apache.servicemix.store.ehcache | |
| org.apache.servicemix.store.jdbc | |
| org.apache.servicemix.store.krati | |
| org.apache.servicemix.store.memory |
| Modifier and Type | Field and Description |
|---|---|
protected IdGenerator |
EhCacheStoreFactory.idGenerator |
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
EhCacheStore.getIdGenerator() |
IdGenerator |
EhCacheStoreFactory.getIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
EhCacheStore.setIdGenerator(IdGenerator idGenerator) |
void |
EhCacheStoreFactory.setIdGenerator(IdGenerator idGenerator) |
| Constructor and Description |
|---|
EhCacheStore(net.sf.ehcache.Cache cache,
IdGenerator idGenerator,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
JdbcStoreFactory.getIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcStoreFactory.setIdGenerator(IdGenerator idGenerator) |
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
KratiStore.getIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
KratiStore.setIdGenerator(IdGenerator idGenerator) |
| Constructor and Description |
|---|
KratiStore(krati.store.DataStore<byte[],byte[]> store,
long timeout,
IdGenerator idGenerator)
Constructor
|
| Constructor and Description |
|---|
MemoryStore(IdGenerator idGenerator) |
TimeoutMemoryStore(IdGenerator idGenerator,
long timeout) |
Copyright © 2005-2014 FuseSource. All Rights Reserved.