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