CryptoFSDataOutputStream, FSDataOutputStream@Public
@Unstable
public interface Abortable
FSDataOutputStream.| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Abortable.AbortableResult |
Interface for the result of aborts; allows subclasses to extend
(IOStatistics etc) or for future enhancements if ever needed.
|
| Modifier and Type | Method | Description |
|---|---|---|
Abortable.AbortableResult |
abort() |
Abort the active operation without the output becoming visible.
|
Abortable.AbortableResult abort()
java.lang.UnsupportedOperationException - if the operation is not supported.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.