| Interface | Description |
|---|---|
| Binding | |
| Binding.BytesEntryIterator | |
| Binding.StringEntryIterator | |
| CacheObject |
An entry that can be put in a cache.
|
| PersistHook | |
| RevisionProvider |
Read operations.
|
| RevisionStore |
Write operations.
|
| Class | Description |
|---|---|
| BinaryBinding |
Implementation note: the 'key' parameter is ignored
since it's not required for binary serialization.
|
| Binding.BytesEntry | |
| Binding.Entry<V> | |
| Binding.StringEntry | |
| DefaultRevisionStore |
Default revision store implementation, passing calls to a
Persistence
and a BlobStore, respectively and providing caching. |
| IdFactory |
Create new internal content object ids based on serialized data.
|
| RevisionStore.PutToken |
Token that must be created first before invoking any put operation.
|
| Exception | Description |
|---|---|
| NotFoundException |
Copyright © 2012-2015 The Apache Software Foundation. All Rights Reserved.