public final class StagedSourceOptions extends Object
StagedSource.getSource(StagedSourceOptions).| Constructor and Description |
|---|
StagedSourceOptions(List<NodeAllocationState.AssignmentState> assignments)
Specifies the partition information that controls which partition of the staged data is returned
by the
StagedSource |
StagedSourceOptions(List<NodeAllocationState.AssignmentState> assignments,
LogicalPortOptions options)
Specifies the partition information that controls which partition of the staged data is returned
by the
StagedSource and specifies tuning settings. |
StagedSourceOptions(NodeAllocationState.AssignmentState assignment)
Specifies the partition information that controls which partition of the staged data is returned
by the
StagedSource |
StagedSourceOptions(NodeAllocationState.AssignmentState assignment,
LogicalPortOptions options)
Specifies the partition information that controls which partition of the staged data is returned
by the
StagedSource and specifies tuning settings. |
| Modifier and Type | Method and Description |
|---|---|
List<NodeAllocationState.AssignmentState> |
getAssignments()
Returns the assignment that contains partition information, host information, etc
|
LogicalPortOptions |
getOptions()
Returns various tuning settings.
|
public StagedSourceOptions(NodeAllocationState.AssignmentState assignment)
StagedSourceassignment - the partition informationpublic StagedSourceOptions(List<NodeAllocationState.AssignmentState> assignments)
StagedSourceassignment - the partition informationpublic StagedSourceOptions(NodeAllocationState.AssignmentState assignment, LogicalPortOptions options)
StagedSource and specifies tuning settings.assignment - the partition informationoptions - the tuning settings. may be nullpublic StagedSourceOptions(List<NodeAllocationState.AssignmentState> assignments, LogicalPortOptions options)
StagedSource and specifies tuning settings.assignment - the partition informationoptions - the tuning settings. may be nullpublic List<NodeAllocationState.AssignmentState> getAssignments()
public LogicalPortOptions getOptions()
Copyright © 2020 Actian Corporation. All rights reserved.