Interface SpoolingManager
public interface SpoolingManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidacknowledge(SpooledSegmentHandle handle) create(SpoolingContext context) directLocation(SpooledSegmentHandle handle) location(SpooledSegmentHandle handle) openInputStream(SpooledSegmentHandle handle)
-
Method Details
-
create
-
createOutputStream
- Throws:
IOException
-
openInputStream
- Throws:
IOException
-
acknowledge
- Throws:
IOException
-
directLocation
Optional<SpooledLocation.DirectLocation> directLocation(SpooledSegmentHandle handle) throws IOException - Throws:
IOException
-
location
- Throws:
IOException
-
handle
-