public interface CompactionCapability extends Capability
Modifier and Type | Interface and Description |
---|---|
static interface |
CompactionCapability.Result<S extends Storable> |
Modifier and Type | Method and Description |
---|---|
<S extends Storable> |
compact(java.lang.Class<S> storableType)
Compact an entire BDB backed storage.
|
<S extends Storable> CompactionCapability.Result<S> compact(java.lang.Class<S> storableType) throws RepositoryException
storableType
- required storable typeRepositoryException
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.