@ThreadSafe
public final class PointValuesDumper
extends Object
implements Callable<Integer>
Helper class for scripts: on call()
, it dumps the response
StoreValues
to a StoreValuesQuery
on an PointValuesDumper.Output
.
Modifier and Type | Class and Description |
---|---|
static interface |
PointValuesDumper.Output
Output.
|
Constructor and Description |
---|
PointValuesDumper(StoreValuesQuery storeQuery,
StoreSessionProxy storeSessionProxy,
Optional<Points> points,
PointValuesDumper.Output output)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
Integer |
call() |
public PointValuesDumper(@Nonnull StoreValuesQuery storeQuery, @Nonnull StoreSessionProxy storeSessionProxy, @Nonnull Optional<Points> points, @Nonnull PointValuesDumper.Output output)
storeQuery
- The store query.storeSessionProxy
- A store session proxy.points
- A point definitions holder (optional).output
- A Dumper.Output.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.