public static class TridentTupleView.FreshOutputFactory extends Object implements TridentTuple.Factory
Constructor and Description |
---|
FreshOutputFactory(Fields selfFields) |
Modifier and Type | Method and Description |
---|---|
TridentTuple |
create(List<Object> selfVals) |
Map<String,ValuePointer> |
getFieldIndex() |
List<String> |
getOutputFields() |
int |
numDelegates() |
public FreshOutputFactory(Fields selfFields)
public TridentTuple create(List<Object> selfVals)
public Map<String,ValuePointer> getFieldIndex()
getFieldIndex
in interface TridentTuple.Factory
public int numDelegates()
numDelegates
in interface TridentTuple.Factory
public List<String> getOutputFields()
getOutputFields
in interface TridentTuple.Factory
Copyright © 2022 The Apache Software Foundation. All rights reserved.