Interface ScatterGatherBackingStoreSupplier
-
public interface ScatterGatherBackingStoreSupplierSuppliesScatterGatherBackingStoreinstances.- Since:
- 1.10
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScatterGatherBackingStoreget()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
-
-