@Beta public class FieldWriteOperation extends FieldOperation
Constructor and Description |
---|
FieldWriteOperation(String name,
String description,
EndPoint sink,
List<String> inputFields)
Create an instance of write operation.
|
FieldWriteOperation(String name,
String description,
EndPoint sink,
String... inputFields)
Create an instance of write operation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
getInputFields() |
EndPoint |
getSink() |
int |
hashCode() |
getDescription, getName, getType
public FieldWriteOperation(String name, String description, EndPoint sink, String... inputFields)
name
- the name of the operationdescription
- the description associated with the operationsink
- the sink for the operationinputFields
- the array of input fields to be writtenpublic FieldWriteOperation(String name, String description, EndPoint sink, List<String> inputFields)
name
- the name of the operationdescription
- the description associated with the operationsink
- the sink for the operationinputFields
- the list of input fields to be writtenpublic EndPoint getSink()
public List<String> getInputFields()
public boolean equals(Object o)
equals
in class FieldOperation
public int hashCode()
hashCode
in class FieldOperation
Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.