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