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.
|
class |
TupleImpl
We group here a number of basic tuple operations.
|
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.