|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Format | |
|---|---|
| com.axibase.tsd.client | Provides classes that implement all the major Axibase Time-Series Database operations. |
| com.axibase.tsd.model.system | |
| Uses of Format in com.axibase.tsd.client |
|---|
| Methods in com.axibase.tsd.client with parameters of type Format | |
|---|---|
InputStream |
DataService.querySeriesPack(Format format,
String entityName,
String metricName,
Map<String,String> tags,
long startTime,
long endTime,
String period,
AggregateType aggregateType,
Integer limit,
Boolean last,
String columns)
|
| Uses of Format in com.axibase.tsd.model.system |
|---|
| Methods in com.axibase.tsd.model.system that return Format | |
|---|---|
static Format |
Format.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||