warp10-scala-client
warp10-scala-client
API
com.clevercloud.warp10client
models
FetchRange
FetchRange
LabelSelector
LabelledSelector
Query
RangeBefore
RawSelector
RecordsSince
RecordsSinceMicros
Selector
Selector
Serializable
StartStopRange
StartStopRangeMicros
WarpConfiguration
gts_module
Coordinates
GTS
GTS
GTSBooleanValue
GTSDoubleValue
GTSLongValue
GTSMacroValue
GTSPoint
GTSPoint
GTSStringValue
GTSValue
GTSValue
gtsPointOrdering
gts_errors
CantParseAsBoolean
CantParseAsDouble
CantParseAsMacro
CantParseAsString
InvalidGTSFormat
InvalidGTSLabelsFormat
InvalidGTSPointCoordinatesFormat
InvalidGTSPointElevationFormat
InvalidGTSPointFormat
InvalidGTSPointStructureFormat
InvalidGTSPointTimestampFormat
InvalidGTSPointValueFormat
InvalidGTSStructureFormat
InvalidGTSclassnameFormat
ListInvalidGTSFormat
ListInvalidGTSPointFormat
MacroValueParseNotImplemented
Fetcher
Pusher
Runner
Warp10Client
WarpClient
WarpClientContext
WarpClientUtils
WarpException
X-Warp10-Token
warp10-scala-client
/
com.clevercloud.warp10client
/
Warp10Client
Warp10Client
com.clevercloud.warp10client.Warp10Client
class
Warp10Client
(
warpContext
:
WarpClientContext
)
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Concrete methods
def
exec
:
Flow
[
WarpScript
,
Seq
[
GTS
],
NotUsed
]
def
exec
(
script
:
WarpScript
):
Future
[
Seq
[
GTS
]]
def
fetch
(
readToken
:
String
):
Flow
[
Query
[
FetchRange
],
Future
[
Either
[
WarpException
,
Seq
[
GTS
]]],
NotUsed
]
def
fetch
(
readToken
:
String
,
query
:
Query
[
FetchRange
]):
Future
[
Either
[
WarpException
,
Seq
[
GTS
]]]
def
push
(
writeToken
:
String
):
Flow
[
GTS
,
Future
[
Either
[
WarpException
,
Unit
]],
NotUsed
]
def
push
(
gts
:
GTS
,
writeToken
:
String
):
Future
[
Either
[
WarpException
,
Unit
]]
def
push
(
gtsSeq
:
Seq
[
GTS
],
writeToken
:
String
,
batchSize
:
Int
):
Future
[
Either
[
WarpException
,
Unit
]]
def
pushSeq
(
writeToken
:
String
):
Flow
[
Seq
[
GTS
],
Future
[
Either
[
WarpException
,
Unit
]],
NotUsed
]
In this article
Attributes
Members list
Value members
Concrete methods