- All Superinterfaces:
BlobStorageReader<PK,D>, BlobStorageWriter<PK,D>, NodeOps<PK,D>
- All Known Subinterfaces:
BlobStorage.BlobStorageNode<PK,D,F>, BlobStorage.PhysicalBlobStorageNode<PK,D,F>
public interface BlobStorage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>
extends BlobStorageWriter<PK,D>
-
Nested Class Summary
Nested Classes
| Modifier and Type |
Interface |
Description |
static interface |
BlobStorage.BlobStorageNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>> |
|
static interface |
BlobStorage.PhysicalBlobStorageNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>> |
|
-