Package com.yahoo.slime
Class ObjectSymbolInserter
java.lang.Object
com.yahoo.slime.ObjectSymbolInserter
- All Implemented Interfaces:
Inserter
Helper class for inserting values into an ObjectValue.
For justification read Inserter documentation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninsertBOOL(boolean value) insertDATA(byte[] value) insertDOUBLE(double value) insertLONG(long value) insertSTRING(byte[] utf8) insertSTRING(String value)
-
Constructor Details
-
ObjectSymbolInserter
-
-
Method Details
-
adjust
-
insertNIX
-
insertBOOL
- Specified by:
insertBOOLin interfaceInserter
-
insertLONG
- Specified by:
insertLONGin interfaceInserter
-
insertDOUBLE
- Specified by:
insertDOUBLEin interfaceInserter
-
insertSTRING
- Specified by:
insertSTRINGin interfaceInserter
-
insertSTRING
- Specified by:
insertSTRINGin interfaceInserter
-
insertDATA
- Specified by:
insertDATAin interfaceInserter
-
insertARRAY
- Specified by:
insertARRAYin interfaceInserter
-
insertOBJECT
- Specified by:
insertOBJECTin interfaceInserter
-