Uses of Interface
com.streambase.sb.Schema.TupleClassInfo
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
-
Uses of Schema.TupleClassInfo in com.streambase.sb
Modifier and TypeClassDescriptionstatic class
A class that holds information about how the fields in a particular schema are laid out in memory by TupleRep.Modifier and TypeMethodDescription(package private) void
Schema.setTupleClassInfo
(Class<? extends Tuple> tupleClass, Schema.TupleClassInfo info) Set class-specific info about this schema.