com.axibase.tsd.example
Class AbstractAtsdClientExample

java.lang.Object
  extended by com.axibase.tsd.example.AbstractAtsdClientExample
Direct Known Subclasses:
AtsdClientReadExample, AtsdClientWriteExample

public abstract class AbstractAtsdClientExample
extends Object

Author:
Nikolay Malevanny.

Field Summary
protected  DataService dataService
           
static com.fasterxml.jackson.databind.util.ISO8601DateFormat ISO_DATE_FORMAT
           
protected  MetaDataService metaDataService
           
 
Constructor Summary
AbstractAtsdClientExample()
           
 
Method Summary
protected  void configure()
           
protected  void print(GetSeriesResult getSeriesResult)
           
protected  String toISODate(long time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ISO_DATE_FORMAT

public static final com.fasterxml.jackson.databind.util.ISO8601DateFormat ISO_DATE_FORMAT

dataService

protected DataService dataService

metaDataService

protected MetaDataService metaDataService
Constructor Detail

AbstractAtsdClientExample

public AbstractAtsdClientExample()
Method Detail

configure

protected void configure()

toISODate

protected String toISODate(long time)

print

protected void print(GetSeriesResult getSeriesResult)


Copyright © 2015. All rights reserved.