Package | Description |
---|---|
org.thales.punch.libraries.punchlang.impl | |
org.thales.punch.libraries.punchlang.resource.tuple |
Modifier and Type | Class and Description |
---|---|
class |
DnsTuple
The DnsTuple is one of these tuple that give punchlets an access to the outside
world.
|
class |
GeoFeatureTuple
GeoTuple is the implementation of Tuple with geometry "geographic"
|
class |
LoggerTuple
The logger tuple logs everything you write you write to a logger.
|
class |
StormTuple
The Storm tuple allows a punchlet to emit Storm tuples values.
|
Modifier and Type | Field and Description |
---|---|
TupleImpl |
Ancestor.father |
Modifier and Type | Method and Description |
---|---|
TupleImpl |
TupleImpl.add(Object value) |
TupleImpl |
TupleImpl.append(Object value) |
TupleImpl |
TupleImpl.remove(String key)
Remove an inner child node.
|
TupleImpl |
LoggerTuple.set(String key,
Tuple value) |
TupleImpl |
TupleImpl.up() |
Modifier and Type | Method and Description |
---|---|
int |
TupleImpl.compareTo(TupleImpl o) |
Constructor and Description |
---|
Ancestor(org.thales.punch.libraries.punchlang.impl.Ancestor.Type type,
TupleImpl father) |
AncestorArray(TupleImpl father,
int expectedIndex) |
AncestorMap(String fatherKey,
TupleImpl father) |
AncestorSet(TupleImpl father) |
Modifier and Type | Class and Description |
---|---|
class |
ByteBufTuple
This is the most efficient implementation.
|
class |
LazyInPlaceTuple
This variant uses internally two lazy tuples to
avoid storing twice the loaded values: the current one and the newly loaded one.
|
class |
LazyTuple
This
IResourceTuple efficiently encode the value and defer their
transformation in a real tuple only if there is a match. |
class |
PlainTuple
This is a plain tuple offering an IResource interface.
|
Copyright © 2023. All rights reserved.