| Modifier and Type | Method and Description |
|---|---|
TransientStore |
BatchManagerComponent.getTransientStore() |
TransientStore |
BatchManager.getTransientStore()
Returns the
TransientStore backing the batches. |
| Modifier and Type | Method and Description |
|---|---|
protected Blob |
BatchFileEntry.getChunk(TransientStore ts,
String key) |
| Modifier and Type | Class and Description |
|---|---|
class |
RedisTransientStore
Redis implementation (i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTransientStore
Base class for a
TransientStore implementation. |
class |
SimpleTransientStore
Default implementation (i.e., not cluster aware) of the
TransientStore. |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,TransientStore> |
TransientStorageComponent.stores |
| Modifier and Type | Method and Description |
|---|---|
TransientStore |
TransientStorageComponent.getStore(String name) |
protected TransientStore |
TransientStorageComponent.registerDefaultStore() |
protected TransientStore |
TransientStorageComponent.registerStore(TransientStoreConfig config) |
| Modifier and Type | Field and Description |
|---|---|
protected TransientStore |
TransientStoreConfig.store |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends TransientStore> |
TransientStoreConfig.implClass |
| Modifier and Type | Method and Description |
|---|---|
TransientStore |
TransientStoreConfig.getStore() |
TransientStore |
TransientStoreService.getStore(String name)
Retrieves a
TransientStore by it's name. |
| Modifier and Type | Method and Description |
|---|---|
protected static TransientStore |
TransientStoreWork.getStore() |
Copyright © 2015 Nuxeo SA. All rights reserved.