Interface ScatterGatherBackingStoreSupplier
-
- All Known Implementing Classes:
DefaultBackingStoreSupplier
public interface ScatterGatherBackingStoreSupplier
SuppliesScatterGatherBackingStore
instances.- Since:
- 1.10
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScatterGatherBackingStore
get()
Constructs a ScatterGatherBackingStore.
-
-
-
Method Detail
-
get
ScatterGatherBackingStore get() throws java.io.IOException
Constructs a ScatterGatherBackingStore.- Returns:
- a ScatterGatherBackingStore, not null
- Throws:
java.io.IOException
- when something fails
-
-