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
/
Fetcher
Fetcher
com.clevercloud.warp10client.Fetcher
object
Fetcher
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Fetcher
.
type
Members list
Clear all
Value members
Concrete methods
def
fetch
(
readToken
:
String
)(
implicit
warpClientContext
:
WarpClientContext
):
Flow
[
Query
[
FetchRange
],
Future
[
Either
[
WarpException
,
Seq
[
GTS
]]],
NotUsed
]
def
fetchRequest
(
readToken
:
String
,
query
:
Query
[
FetchRange
])(
implicit
warpClientContext
:
WarpClientContext
):
HttpRequest
def
processResponse
(
httpResponse
:
HttpResponse
)(
implicit
warpClientContext
:
WarpClientContext
):
Future
[
Either
[
WarpException
,
List
[
GTS
]]]
def
stringToGTSSeq
:
Flow
[
String
,
Seq
[
GTS
],
NotUsed
]
Concrete fields
val
log
:
Logger
In this article
Attributes
Members list
Value members
Concrete methods
Concrete fields