A B C D E G H I M N O P Q S T U V 

A

addData(T) - Method in class com.coscale.sdk.client.data.MetricData
 
addDoubleData(long, long, double) - Method in class com.coscale.sdk.client.data.DataInsertBuilder
addDoubleData is used to add Data for a metric that has the type DOUBLE.
addGroupToGroup(long, long) - Method in class com.coscale.sdk.client.metrics.MetricsApi
Add an existing metric group to another metric group.
addMetricToGroup(long, long) - Method in class com.coscale.sdk.client.metrics.MetricsApi
Add an existing metric to a metric group.
all() - Method in class com.coscale.sdk.client.events.EventsApi
all is used to get a list of all events.
all(Options) - Method in class com.coscale.sdk.client.events.EventsApi
all is used to get a list of all events.
all() - Method in class com.coscale.sdk.client.metrics.MetricsApi
all is used to get a list of all metrics.
all(Options) - Method in class com.coscale.sdk.client.metrics.MetricsApi
all is used to get a list of all metrics.
all() - Method in class com.coscale.sdk.client.servers.ServersApi
Get all servers.
all(Options) - Method in class com.coscale.sdk.client.servers.ServersApi
Get all servers.
allData(Long, Long, Long) - Method in class com.coscale.sdk.client.events.EventsApi
Get data from start to stop for a given event.
ApiClient - Class in com.coscale.sdk.client
ApiClient is used to make HTTP requests to CoScale API client
ApiClient(String, Credentials) - Constructor for class com.coscale.sdk.client.ApiClient
ApiClient constructor.
ApiClient(String, Credentials, String) - Constructor for class com.coscale.sdk.client.ApiClient
ApiClient Constructor.
ApiFactory - Class in com.coscale.sdk.client
ApiFactory is used to instantiate CoScale API Clients.
ApiFactory(String, Credentials) - Constructor for class com.coscale.sdk.client.ApiFactory
ApiFactory Constructor.
applicationId - Variable in class com.coscale.sdk.client.events.EventData
 
attribute - Variable in class com.coscale.sdk.client.events.EventData
 
attribute - Variable in class com.coscale.sdk.client.events.EventDataInsert
 
attributeDescriptions - Variable in class com.coscale.sdk.client.events.Event
 
attributeDescriptions - Variable in class com.coscale.sdk.client.events.EventInsert
 

B

build() - Method in class com.coscale.sdk.client.commons.Options.Builder
 
build() - Method in class com.coscale.sdk.client.data.DataInsertBuilder
build will return a new DataInsert object, containing the serialized data for DataStore Insert API Call.

C

call(String, String, Object, TypeReference<T>, boolean) - Method in class com.coscale.sdk.client.ApiClient
call is used to make a API call.
callWithAuth(String, String, Object, TypeReference<T>) - Method in class com.coscale.sdk.client.ApiClient
callWithAuth is used to make requests that require Authentication on CoScale API.
children - Variable in class com.coscale.sdk.client.servers.Server
 
com.coscale.sdk.client - package com.coscale.sdk.client
 
com.coscale.sdk.client.commons - package com.coscale.sdk.client.commons
 
com.coscale.sdk.client.data - package com.coscale.sdk.client.data
 
com.coscale.sdk.client.events - package com.coscale.sdk.client.events
 
com.coscale.sdk.client.exceptions - package com.coscale.sdk.client.exceptions
 
com.coscale.sdk.client.metrics - package com.coscale.sdk.client.metrics
 
com.coscale.sdk.client.servers - package com.coscale.sdk.client.servers
 
com.coscale.sdk.client.utils - package com.coscale.sdk.client.utils
 
CoscaleApiException - Exception in com.coscale.sdk.client.exceptions
If there is an unsuccessful response then an CoscaleApiException will be thrown.
CoscaleApiException(int) - Constructor for exception com.coscale.sdk.client.exceptions.CoscaleApiException
 
CoscaleApiException(int, String) - Constructor for exception com.coscale.sdk.client.exceptions.CoscaleApiException
 
CoscaleApiException(int, Throwable) - Constructor for exception com.coscale.sdk.client.exceptions.CoscaleApiException
 
CoscaleApiException(int, String, Throwable) - Constructor for exception com.coscale.sdk.client.exceptions.CoscaleApiException
 
Credentials - Class in com.coscale.sdk.client
Credentials object will be used to login on CoScale API.
Credentials() - Constructor for class com.coscale.sdk.client.Credentials
 
Credentials.TokenHelper - Class in com.coscale.sdk.client
TokenHelper will be used to parse the login request response in order to get the Authorization Token.
Credentials.TokenHelper() - Constructor for class com.coscale.sdk.client.Credentials.TokenHelper
 

D

data - Variable in class com.coscale.sdk.client.data.DataInsert
JSON encoded array of dicts with keys
data - Variable in class com.coscale.sdk.client.data.MetricData
List of Data for this metric id.
DataApi - Class in com.coscale.sdk.client.data
CoScale API client used to insert data.
DataApi(ApiClient) - Constructor for class com.coscale.sdk.client.data.DataApi
DataApi contructor.
DataInsert - Class in com.coscale.sdk.client.data
 
DataInsert() - Constructor for class com.coscale.sdk.client.data.DataInsert
Default Constructor
DataInsert(String) - Constructor for class com.coscale.sdk.client.data.DataInsert
 
DataInsertBuilder - Class in com.coscale.sdk.client.data
DataInsertBuilder will create DataInsert objects used for inserting metrics data.
DataInsertBuilder() - Constructor for class com.coscale.sdk.client.data.DataInsertBuilder
Default Constructor.
DataType - Enum in com.coscale.sdk.client.metrics
 
dataType - Variable in class com.coscale.sdk.client.metrics.Metric
 
dataType - Variable in class com.coscale.sdk.client.metrics.MetricInsert
 
delete(long) - Method in class com.coscale.sdk.client.events.EventsApi
Delete a event by id.
delete(long) - Method in class com.coscale.sdk.client.metrics.MetricsApi
Delete a metric by id.
delete(long) - Method in class com.coscale.sdk.client.servers.ServersApi
Delete a specific server.
deleteData(Long, Long) - Method in class com.coscale.sdk.client.events.EventsApi
Delete EventData.
deleteGroupFromGroup(long, long) - Method in class com.coscale.sdk.client.metrics.MetricsApi
Delete a metric group from another metric group.
deleteMetricFromGroup(long, long) - Method in class com.coscale.sdk.client.metrics.MetricsApi
Delete a metric from a metric group.
deleteMetricGroup(long) - Method in class com.coscale.sdk.client.metrics.MetricsApi
Delete a specific metric group.
description - Variable in class com.coscale.sdk.client.events.Event
 
description - Variable in class com.coscale.sdk.client.events.EventInsert
 
description - Variable in class com.coscale.sdk.client.metrics.Metric
 
description - Variable in class com.coscale.sdk.client.metrics.MetricGroup
 
description - Variable in class com.coscale.sdk.client.metrics.MetricGroupInsert
 
description - Variable in class com.coscale.sdk.client.metrics.MetricInsert
 
description - Variable in class com.coscale.sdk.client.servers.Server
 
description - Variable in class com.coscale.sdk.client.servers.ServerInsert
 
DoubleData - Class in com.coscale.sdk.client.data
DoubleData is used to add values for metrics that have DOUBLE type.
DoubleData(Long, Double) - Constructor for class com.coscale.sdk.client.data.DoubleData
DoubleData constructor.

E

equals(Object) - Method in class com.coscale.sdk.client.commons.Msg
 
equals(Object) - Method in class com.coscale.sdk.client.data.DataInsert
 
equals(Object) - Method in class com.coscale.sdk.client.data.DoubleData
 
equals(Object) - Method in class com.coscale.sdk.client.data.MetricData
 
equals(Object) - Method in class com.coscale.sdk.client.events.Event
 
equals(Object) - Method in class com.coscale.sdk.client.events.EventData
 
equals(Object) - Method in class com.coscale.sdk.client.events.EventDataInsert
 
equals(Object) - Method in class com.coscale.sdk.client.events.EventInsert
 
equals(Object) - Method in class com.coscale.sdk.client.metrics.Metric
 
equals(Object) - Method in class com.coscale.sdk.client.metrics.MetricGroup
 
equals(Object) - Method in class com.coscale.sdk.client.metrics.MetricGroupInsert
 
equals(Object) - Method in class com.coscale.sdk.client.metrics.MetricInsert
 
equals(Object) - Method in class com.coscale.sdk.client.servers.Server
 
equals(Object) - Method in class com.coscale.sdk.client.servers.ServerInsert
 
Event - Class in com.coscale.sdk.client.events
 
Event(State) - Constructor for class com.coscale.sdk.client.events.Event
 
Event(Long, String, String, String, String, Integer, State, String, String, Long) - Constructor for class com.coscale.sdk.client.events.Event
 
Event() - Constructor for class com.coscale.sdk.client.events.Event
 
EventData - Class in com.coscale.sdk.client.events
 
EventData(String, Long, Long, Long, Long, String, Long, String, String, Long, Long) - Constructor for class com.coscale.sdk.client.events.EventData
 
EventData() - Constructor for class com.coscale.sdk.client.events.EventData
 
eventDataCount - Variable in class com.coscale.sdk.client.events.Event
 
EventDataInsert - Class in com.coscale.sdk.client.events
 
EventDataInsert(String, Long, String) - Constructor for class com.coscale.sdk.client.events.EventDataInsert
 
EventDataInsert(String, Long, Long, String, String) - Constructor for class com.coscale.sdk.client.events.EventDataInsert
 
EventDataInsert() - Constructor for class com.coscale.sdk.client.events.EventDataInsert
 
eventId - Variable in class com.coscale.sdk.client.events.EventData
 
EventInsert - Class in com.coscale.sdk.client.events
 
EventInsert(String) - Constructor for class com.coscale.sdk.client.events.EventInsert
 
EventInsert(String, String, String, String, String) - Constructor for class com.coscale.sdk.client.events.EventInsert
 
EventInsert() - Constructor for class com.coscale.sdk.client.events.EventInsert
 
EventsApi - Class in com.coscale.sdk.client.events
CoScale API client used to create Events and inserting event data.
EventsApi(ApiClient) - Constructor for class com.coscale.sdk.client.events.EventsApi
EventsApi constructor.
expand(String) - Method in class com.coscale.sdk.client.commons.Options.Builder
 

G

get(long) - Method in class com.coscale.sdk.client.events.EventsApi
get a event by the id.
get(long) - Method in class com.coscale.sdk.client.metrics.MetricsApi
get a metric by the id.
getAllMetricGroups() - Method in class com.coscale.sdk.client.metrics.MetricsApi
Get all metric groups.
getApiClient() - Method in class com.coscale.sdk.client.ApiFactory
Get the Api Client.
getApiPath() - Method in class com.coscale.sdk.client.ApiClient
getApiPath is used to get the API path.
getApiVersion() - Method in class com.coscale.sdk.client.ApiClient
getApiVersion is used to get the API version which will be used to build the request URL.
getAppRequestURL(String) - Method in class com.coscale.sdk.client.ApiClient
getAppRequestURL will construct the URL for a request using the end point provided.
getBaseURL() - Method in class com.coscale.sdk.client.ApiClient
getBaseURL is used to get the CoScale API domain.
getConnectionTimeout() - Method in class com.coscale.sdk.client.ApiClient
return the default connection timeout in ms.
getData(Long, Long) - Method in class com.coscale.sdk.client.events.EventsApi
Get a single Data point by its id.
getDataApi() - Method in class com.coscale.sdk.client.ApiFactory
Get a instance of DataApi.
getDeserializationExceptions() - Method in class com.coscale.sdk.client.ApiClient
getDeserializationExceptions is used to get the number of JSON deserialization errors.
getEventsApi() - Method in class com.coscale.sdk.client.ApiFactory
Get a instance of EventsApi.
getGenericType() - Method in class com.coscale.sdk.client.data.MetricData
 
getGlobalRequestURL(String) - Method in class com.coscale.sdk.client.ApiClient
getGlobalRequestURL will construct the URL for a request using the end point provided.
getGroupMetrics(long) - Method in class com.coscale.sdk.client.metrics.MetricsApi
* Get all metrics in the metric group.
getGroupsFromGroup(long) - Method in class com.coscale.sdk.client.metrics.MetricsApi
Get all child metric groups for a metric group.
getInstance() - Static method in class com.coscale.sdk.client.utils.MapperSupport
getInstance is used to get the Instance of a configured ObjectMapper.
getMetricGroup(long) - Method in class com.coscale.sdk.client.metrics.MetricsApi
Get a specific metric group.
getMetricsApi() - Method in class com.coscale.sdk.client.ApiFactory
Get a instance of MetricsApi.
getReadTimeout() - Method in class com.coscale.sdk.client.ApiClient
return the default read timeout in ms.
getRequesUrl(String, Options, boolean) - Method in class com.coscale.sdk.client.ApiClient
getRequesUrl will build the URL for a request using the end point provided.
getServer(long) - Method in class com.coscale.sdk.client.servers.ServersApi
Get the a specific server by his id.
getServer(long, Options) - Method in class com.coscale.sdk.client.servers.ServersApi
Get the a specific server by his id.
getServersApi() - Method in class com.coscale.sdk.client.ApiFactory
Get a instance of ServersApi.
getSource() - Static method in class com.coscale.sdk.client.ApiClient
Get the SOURCE String which mark the created resources.
gid - Variable in class com.coscale.sdk.client.events.EventData
 

H

hashCode() - Method in class com.coscale.sdk.client.commons.Msg
 
hashCode() - Method in class com.coscale.sdk.client.data.DataInsert
 
hashCode() - Method in class com.coscale.sdk.client.data.DoubleData
 
hashCode() - Method in class com.coscale.sdk.client.data.MetricData
 
hashCode() - Method in class com.coscale.sdk.client.events.Event
 
hashCode() - Method in class com.coscale.sdk.client.events.EventData
 
hashCode() - Method in class com.coscale.sdk.client.events.EventDataInsert
 
hashCode() - Method in class com.coscale.sdk.client.events.EventInsert
 
hashCode() - Method in class com.coscale.sdk.client.metrics.Metric
 
hashCode() - Method in class com.coscale.sdk.client.metrics.MetricGroup
 
hashCode() - Method in class com.coscale.sdk.client.metrics.MetricGroupInsert
 
hashCode() - Method in class com.coscale.sdk.client.metrics.MetricInsert
 
hashCode() - Method in class com.coscale.sdk.client.servers.Server
 
hashCode() - Method in class com.coscale.sdk.client.servers.ServerInsert
 
hasQuery() - Method in class com.coscale.sdk.client.commons.Options
If neither the selectBys or expands has entries, there are no options for the query.

I

icon - Variable in class com.coscale.sdk.client.events.Event
 
icon - Variable in class com.coscale.sdk.client.events.EventInsert
 
id - Variable in class com.coscale.sdk.client.events.Event
 
id - Variable in class com.coscale.sdk.client.events.EventData
 
id - Variable in class com.coscale.sdk.client.metrics.Metric
 
id - Variable in class com.coscale.sdk.client.metrics.MetricGroup
 
id - Variable in class com.coscale.sdk.client.servers.Server
 
insert(String, DataInsert) - Method in class com.coscale.sdk.client.data.DataApi
Insert data into the data-store
insert(EventInsert) - Method in class com.coscale.sdk.client.events.EventsApi
Insert a new event.
insert(MetricInsert) - Method in class com.coscale.sdk.client.metrics.MetricsApi
Insert a new metric.
insert(ServerInsert) - Method in class com.coscale.sdk.client.servers.ServersApi
Insert a new server.
insertData(Long, EventDataInsert) - Method in class com.coscale.sdk.client.events.EventsApi
Create new EventData for a given event.
insertMetricGroup(MetricGroupInsert) - Method in class com.coscale.sdk.client.metrics.MetricsApi
Insert a new metric group.

M

MapperSupport - Class in com.coscale.sdk.client.utils
 
MapperSupport() - Constructor for class com.coscale.sdk.client.utils.MapperSupport
 
message - Variable in class com.coscale.sdk.client.events.EventData
 
message - Variable in class com.coscale.sdk.client.events.EventDataInsert
 
Metric - Class in com.coscale.sdk.client.metrics
 
Metric(Long, String, DataType, String, SubjectType, String, String, State, Integer, Long) - Constructor for class com.coscale.sdk.client.metrics.Metric
 
Metric() - Constructor for class com.coscale.sdk.client.metrics.Metric
 
MetricData<T extends com.coscale.sdk.client.data.MetricData.DataType> - Class in com.coscale.sdk.client.data
 
MetricData(Long, T) - Constructor for class com.coscale.sdk.client.data.MetricData
 
MetricGroup - Class in com.coscale.sdk.client.metrics
 
MetricGroup(State) - Constructor for class com.coscale.sdk.client.metrics.MetricGroup
 
MetricGroup(Long, String, List<Metric>, SubjectType, String, String, State, List<MetricGroup>, List<Long>, String, Long) - Constructor for class com.coscale.sdk.client.metrics.MetricGroup
 
MetricGroup() - Constructor for class com.coscale.sdk.client.metrics.MetricGroup
 
MetricGroupInsert - Class in com.coscale.sdk.client.metrics
 
MetricGroupInsert(String, String, String, SubjectType) - Constructor for class com.coscale.sdk.client.metrics.MetricGroupInsert
 
MetricGroupInsert(String, String, String, SubjectType, Long) - Constructor for class com.coscale.sdk.client.metrics.MetricGroupInsert
 
MetricGroupInsert() - Constructor for class com.coscale.sdk.client.metrics.MetricGroupInsert
 
metricgroups - Variable in class com.coscale.sdk.client.metrics.MetricGroup
 
metricId - Variable in class com.coscale.sdk.client.data.MetricData
The id of the metric.
metricIds - Variable in class com.coscale.sdk.client.metrics.MetricGroup
 
MetricInsert - Class in com.coscale.sdk.client.metrics
 
MetricInsert(String, String, DataType, SubjectType, String, Integer) - Constructor for class com.coscale.sdk.client.metrics.MetricInsert
 
MetricInsert() - Constructor for class com.coscale.sdk.client.metrics.MetricInsert
 
metrics - Variable in class com.coscale.sdk.client.metrics.MetricGroup
 
metrics - Variable in class com.coscale.sdk.client.servers.Server
 
MetricsApi - Class in com.coscale.sdk.client.metrics
MetricsApi is used to make API requests for metrics and metricgroups endpoints.
MetricsApi(ApiClient) - Constructor for class com.coscale.sdk.client.metrics.MetricsApi
MetricsApi constructor.
Msg - Class in com.coscale.sdk.client.commons
Msg is used to parse request responses that return a Status Message.
Msg(String) - Constructor for class com.coscale.sdk.client.commons.Msg
 
Msg() - Constructor for class com.coscale.sdk.client.commons.Msg
 
msg - Variable in class com.coscale.sdk.client.commons.Msg
 

N

name - Variable in class com.coscale.sdk.client.events.Event
 
name - Variable in class com.coscale.sdk.client.events.EventInsert
 
name - Variable in class com.coscale.sdk.client.metrics.Metric
 
name - Variable in class com.coscale.sdk.client.metrics.MetricGroup
 
name - Variable in class com.coscale.sdk.client.metrics.MetricGroupInsert
 
name - Variable in class com.coscale.sdk.client.metrics.MetricInsert
 
name - Variable in class com.coscale.sdk.client.servers.Server
 
name - Variable in class com.coscale.sdk.client.servers.ServerInsert
 

O

Options - Class in com.coscale.sdk.client.commons
Options is used to create URL query parameters.
Options.Builder - Class in com.coscale.sdk.client.commons
 
Options.Builder() - Constructor for class com.coscale.sdk.client.commons.Options.Builder
 

P

parentId - Variable in class com.coscale.sdk.client.metrics.MetricGroupInsert
 
parentId - Variable in class com.coscale.sdk.client.servers.ServerInsert
 
Password(String, String) - Static method in class com.coscale.sdk.client.Credentials
Authenticating with email and password.
period - Variable in class com.coscale.sdk.client.metrics.Metric
 
period - Variable in class com.coscale.sdk.client.metrics.MetricInsert
 

Q

query() - Method in class com.coscale.sdk.client.commons.Options
 

S

selectBy(String, String) - Method in class com.coscale.sdk.client.commons.Options.Builder
 
Server - Class in com.coscale.sdk.client.servers
 
Server(State) - Constructor for class com.coscale.sdk.client.servers.Server
 
Server(Long, String, List<Metric>, String, String, State, List<Server>, String, Long) - Constructor for class com.coscale.sdk.client.servers.Server
 
Server() - Constructor for class com.coscale.sdk.client.servers.Server
 
ServerInsert - Class in com.coscale.sdk.client.servers
 
ServerInsert(String, String, String) - Constructor for class com.coscale.sdk.client.servers.ServerInsert
 
ServerInsert(String, String, String, Long) - Constructor for class com.coscale.sdk.client.servers.ServerInsert
 
ServerInsert() - Constructor for class com.coscale.sdk.client.servers.ServerInsert
 
ServersApi - Class in com.coscale.sdk.client.servers
ServersApi is used to make API requests for servers endpoints.
ServersApi(ApiClient) - Constructor for class com.coscale.sdk.client.servers.ServersApi
ServersApi constructor.
setBaseURL(String) - Method in class com.coscale.sdk.client.ApiClient
setBaseURL is used to set a new API base URL.
setConnectionTimeout(int) - Method in class com.coscale.sdk.client.ApiClient
Change the default connection timeout.
setReadTimeout(int) - Method in class com.coscale.sdk.client.ApiClient
Change the default read timeout.
setSource(String) - Method in class com.coscale.sdk.client.ApiClient
Set the Source String which mark the created resources.
source - Variable in class com.coscale.sdk.client.data.DataInsert
The source of the call.
source - Variable in class com.coscale.sdk.client.events.Event
 
source - Variable in class com.coscale.sdk.client.events.EventInsert
 
source - Variable in class com.coscale.sdk.client.metrics.Metric
 
source - Variable in class com.coscale.sdk.client.metrics.MetricGroup
 
source - Variable in class com.coscale.sdk.client.metrics.MetricGroupInsert
 
source - Variable in class com.coscale.sdk.client.metrics.MetricInsert
 
source - Variable in class com.coscale.sdk.client.servers.Server
 
source - Variable in class com.coscale.sdk.client.servers.ServerInsert
 
state - Variable in class com.coscale.sdk.client.events.Event
 
state - Variable in class com.coscale.sdk.client.metrics.Metric
 
state - Variable in class com.coscale.sdk.client.metrics.MetricGroup
 
State - Enum in com.coscale.sdk.client.metrics
 
state - Variable in class com.coscale.sdk.client.servers.Server
 
statusCode - Variable in exception com.coscale.sdk.client.exceptions.CoscaleApiException
Status code for the api call.
stopTime - Variable in class com.coscale.sdk.client.events.EventData
 
stopTime - Variable in class com.coscale.sdk.client.events.EventDataInsert
 
subject - Variable in class com.coscale.sdk.client.events.EventData
 
subject - Variable in class com.coscale.sdk.client.events.EventDataInsert
 
subject - Variable in class com.coscale.sdk.client.metrics.Metric
 
subject - Variable in class com.coscale.sdk.client.metrics.MetricGroup
 
subject - Variable in class com.coscale.sdk.client.metrics.MetricGroupInsert
 
subject - Variable in class com.coscale.sdk.client.metrics.MetricInsert
 
SubjectType - Enum in com.coscale.sdk.client.metrics
 

T

timestamp - Variable in class com.coscale.sdk.client.events.EventData
 
timestamp - Variable in class com.coscale.sdk.client.events.EventDataInsert
 
Token(String) - Static method in class com.coscale.sdk.client.Credentials
Token is used for Authenticating with an access token.
token - Variable in class com.coscale.sdk.client.Credentials.TokenHelper
 
toString() - Method in class com.coscale.sdk.client.commons.Msg
 
toString() - Method in class com.coscale.sdk.client.data.DataInsert
 
toString() - Method in class com.coscale.sdk.client.data.DoubleData
 
toString() - Method in class com.coscale.sdk.client.data.MetricData
 
toString() - Method in class com.coscale.sdk.client.events.Event
 
toString() - Method in class com.coscale.sdk.client.events.EventData
 
toString() - Method in class com.coscale.sdk.client.events.EventDataInsert
 
toString() - Method in class com.coscale.sdk.client.events.EventInsert
 
toString() - Method in class com.coscale.sdk.client.metrics.Metric
 
toString() - Method in class com.coscale.sdk.client.metrics.MetricGroup
 
toString() - Method in class com.coscale.sdk.client.metrics.MetricGroupInsert
 
toString() - Method in class com.coscale.sdk.client.metrics.MetricInsert
 
toString() - Method in class com.coscale.sdk.client.servers.Server
 
toString() - Method in class com.coscale.sdk.client.servers.ServerInsert
 
type - Variable in class com.coscale.sdk.client.events.Event
 
type - Variable in class com.coscale.sdk.client.events.EventInsert
 
type - Variable in class com.coscale.sdk.client.metrics.MetricGroup
 
type - Variable in class com.coscale.sdk.client.metrics.MetricGroupInsert
 
type - Variable in class com.coscale.sdk.client.servers.Server
 
type - Variable in class com.coscale.sdk.client.servers.ServerInsert
 

U

unit - Variable in class com.coscale.sdk.client.metrics.Metric
 
unit - Variable in class com.coscale.sdk.client.metrics.MetricInsert
 
updateTime - Variable in class com.coscale.sdk.client.events.EventData
 
usesToken() - Method in class com.coscale.sdk.client.Credentials
usesToken is used to determine which authentication method is used.

V

value - Variable in class com.coscale.sdk.client.data.DoubleData
The DoubleData value.
valueOf(String) - Static method in enum com.coscale.sdk.client.metrics.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.coscale.sdk.client.metrics.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.coscale.sdk.client.metrics.SubjectType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.coscale.sdk.client.metrics.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.coscale.sdk.client.metrics.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.coscale.sdk.client.metrics.SubjectType
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class com.coscale.sdk.client.events.Event
 
version - Variable in class com.coscale.sdk.client.events.EventData
 
version - Variable in class com.coscale.sdk.client.metrics.Metric
 
version - Variable in class com.coscale.sdk.client.metrics.MetricGroup
 
version - Variable in class com.coscale.sdk.client.servers.Server
 
A B C D E G H I M N O P Q S T U V 

Copyright © 2016. All rights reserved.