public class ByteBufTuple extends TupleImpl implements IResourceTuple
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.logging.log4j.Logger |
logger |
ancestor, content| Constructor and Description |
|---|
ByteBufTuple() |
| Modifier and Type | Method and Description |
|---|---|
void |
addKeyValue(String key,
Tuple item)
Set or reset a value in a resource tuple
|
Tuple |
get(String key)
Retrieve a child.
|
protected String |
getStringFromByteBuf(String key) |
boolean |
isEmpty()
Check if a tuple contains some value.
|
Tuple |
onEnd()
This signal tells you the loading of a remote resource is now terminated.
|
Tuple |
set(Object value)
Set a new value to a tuple
|
add, append, asArray, asGeoShape, asSet, compareTo, compareTo, contains, decodeBase64, dtoPunchLeafValue, dump, duplicate, elements, empty, encodeBase64, equals, equalsOneOf, exists, fromEscapedJson, getByKey, getElement, getElement, getEntries, getIterator, getSingleChild, getValue, getValues, isLeaf, leafAsString, merge, mergeWith, putAll, remove, remove, removeElement, replaceAllKeys, replaceAllKeyValues, select, set, setLeaf, size, skip, splitAsTupleArray, toAsciiJson, toEscapedJson, toFlat, toJson, toMap, toString, upasBoolean, asBytes, asCollection, asDouble, asDoubleArray, asFloat, asInt, asLong, asLongArray, asString, asString, asStringArray, attach, concat, containsOneOf, containsOneOf, cutPrefix, cutSuffix, endsWith, get, get, get, getAttachment, getCreateTrie, getDeep, getDeepEs, getKeys, getType, hasKey, indexOf, indexOf, indexOf, indexOf, isArray, isBooleanLeaf, isBytesLeaf, isDoubleLeaf, isEquals, isLongLeaf, isRoot, isSet, isStringLeaf, isTuple, length, matches, remove, replace, replaceAll, replaceAllValues, replaceFirst, split, startsWith, substring, substring, toArray, toLowerCase, toUpperCase, trim, tryBoolean, tryBoolean, tryBytes, tryBytes, tryDouble, tryDouble, tryIp, tryIp, tryIpv4, tryIpv4, tryIpv6, tryIpv6, tryLong, tryLongclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitonStartpublic Tuple set(Object value)
TupleImplpublic void addKeyValue(String key, Tuple item)
IResourceTupleaddKeyValue in interface IResourceTuplepublic Tuple onEnd()
IResourceTupleYou must return the underlying Tuple resource object.
onEnd in interface IResourceTuplepublic boolean isEmpty()
TupleCopyright © 2023. All rights reserved.