public interface SourceFormat
SourceOperationRequest for details.| Modifier and Type | Interface and Description |
|---|---|
static interface |
SourceFormat.OperationRequest
A representation of an operation on the specification of a source,
e.g.
|
static interface |
SourceFormat.OperationResponse
A representation of the result of a SourceOperationRequest.
|
static interface |
SourceFormat.SourceSpec
A representation of a specification of a source.
|
| Modifier and Type | Method and Description |
|---|---|
SourceFormat.OperationResponse |
performSourceOperation(SourceFormat.OperationRequest operation)
Performs an operation on the specification of a source.
|
SourceFormat.OperationResponse performSourceOperation(SourceFormat.OperationRequest operation) throws Exception
SourceOperationRequest for details.Exception