Uses of Class
org.teiid.common.buffer.STree.InsertMode
-
Packages that use STree.InsertMode Package Description org.teiid.common.buffer -
-
Uses of STree.InsertMode in org.teiid.common.buffer
Methods in org.teiid.common.buffer that return STree.InsertMode Modifier and Type Method Description static STree.InsertMode
STree.InsertMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static STree.InsertMode[]
STree.InsertMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teiid.common.buffer with parameters of type STree.InsertMode Modifier and Type Method Description List
STree. insert(List tuple, STree.InsertMode mode, int sizeHint)
-