Class GetGraphFrameOfElements.Builder
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<GetGraphFrameOfElements,GetGraphFrameOfElements.Builder>
-
- uk.gov.gchq.gaffer.spark.operation.graphframe.GetGraphFrameOfElements.Builder
-
- All Implemented Interfaces:
GraphFilters.Builder<GetGraphFrameOfElements,GetGraphFrameOfElements.Builder>
,OperationView.Builder<GetGraphFrameOfElements,GetGraphFrameOfElements.Builder>
,Output.Builder<GetGraphFrameOfElements,org.graphframes.GraphFrame,GetGraphFrameOfElements.Builder>
,Operation.Builder<GetGraphFrameOfElements,GetGraphFrameOfElements.Builder>
- Enclosing class:
- GetGraphFrameOfElements
public static class GetGraphFrameOfElements.Builder extends Operation.BaseBuilder<GetGraphFrameOfElements,GetGraphFrameOfElements.Builder> implements Output.Builder<GetGraphFrameOfElements,org.graphframes.GraphFrame,GetGraphFrameOfElements.Builder>, GraphFilters.Builder<GetGraphFrameOfElements,GetGraphFrameOfElements.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetGraphFrameOfElements.Builder
converters(List<Converter> converters)
-
Methods inherited from class uk.gov.gchq.gaffer.operation.Operation.BaseBuilder
_getOp, _self, build, option, options
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.graph.GraphFilters.Builder
directedType
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.Operation.Builder
_getOp, _self
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.graph.OperationView.Builder
view
-
-
-
-
Method Detail
-
converters
public GetGraphFrameOfElements.Builder converters(List<Converter> converters)
-
-