Uses of Interface
com.streambase.sb.Function
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
-
Uses of Function in com.streambase.sb
Modifier and TypeMethodDescriptionfinal Function
Tuple.getFunction
(int fieldIndex) Return the value of the function field at a specified field index.final Function
Tuple.getFunction
(Schema.Field field) Return the value of the given function field.final Function
Tuple.getFunction
(String fieldName) Return the value of the named function field.protected Function
ReadOnlyCompositeTuple.getFunctionImpl
(Schema.Field field) protected Function
ReadOnlyTupleByIndexWrapper.getFunctionImpl
(Schema.Field field) protected Function
ReadOnlyTupleRep.getFunctionImpl
(Schema.Field field) protected Function
ReadWriteTupleWrapper.getFunctionImpl
(Schema.Field field) protected Function
TupleRep.getFunctionImpl
(Schema.Field field) Modifier and TypeMethodDescriptionTuple.DefaultTupleFormatter.formatFunction
(Function f) Tuple.TupleFormatter.formatFunction
(Function f) Return a string representation of the given StreamBase functionfinal void
Tuple.setFunction
(int field, Function value) Set a specified function field to the givenFunction
final void
Tuple.setFunction
(Schema.Field field, Function value) Set a specified function field to the givenFunction
final void
Tuple.setFunction
(String field, Function value) Set a specified function field to the givenFunction
protected void
ReadOnlyTuple.setFunctionImpl
(Schema.Field pathlessField, Function value) protected void
ReadWriteTupleWrapper.setFunctionImpl
(Schema.Field pathlessField, Function value) protected void
TupleRep.setFunctionImpl
(Schema.Field field, Function value)