- 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.
- addGroupToGroup(long, long) - Method in class com.coscale.sdk.client.servers.ServersApi
-
Add an existing server group to another server group.
- addMetricToGroup(long, long) - Method in class com.coscale.sdk.client.metrics.MetricsApi
-
Add an existing metric to a metric group.
- addServerToGroup(long, long) - Method in class com.coscale.sdk.client.servers.ServersApi
-
Add an existing server to a server 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.requests.RequestsApi
-
all is used to get a list of all requests.
- all(Options) - Method in class com.coscale.sdk.client.requests.RequestsApi
-
all is used to get a list of all requests.
- 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, String, String) - Constructor for class com.coscale.sdk.client.ApiClient
-
ApiClient constructor.
- ApiClient(String, Credentials, String) - Constructor for class com.coscale.sdk.client.ApiClient
-
ApiClient Constructor.
- ApiClient(String, Credentials) - 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.
- ApiFactory(String, Credentials, String) - Constructor for class com.coscale.sdk.client.ApiFactory
-
ApiFactory Constructor.
- appId - Variable in class com.coscale.sdk.client.applications.Application
-
- Application - Class in com.coscale.sdk.client.applications
-
- Application(Long, Long, String, String, Long, ApplicationState, boolean, Long, Long, Long) - Constructor for class com.coscale.sdk.client.applications.Application
-
- Application() - Constructor for class com.coscale.sdk.client.applications.Application
-
- applicationId - Variable in class com.coscale.sdk.client.events.EventData
-
- ApplicationsApi - Class in com.coscale.sdk.client.applications
-
CoScale API client for Application CoScale endpoint.
- ApplicationsApi(ApiClient) - Constructor for class com.coscale.sdk.client.applications.ApplicationsApi
-
ApplicationsApi constructor.
- ApplicationState - Enum in com.coscale.sdk.client.applications
-
- 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
-
- attributes - Variable in class com.coscale.sdk.client.servers.Server
-
- 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.
- get(long) - Method in class com.coscale.sdk.client.requests.RequestsApi
-
get a request by the id.
- get(long, Options) - Method in class com.coscale.sdk.client.requests.RequestsApi
-
get a request by the id.
- getAllMetricGroups() - Method in class com.coscale.sdk.client.metrics.MetricsApi
-
Get all metric groups.
- getAllMetricGroups(Options) - Method in class com.coscale.sdk.client.metrics.MetricsApi
-
Get all metric groups.
- getAllServerGroups() - Method in class com.coscale.sdk.client.servers.ServersApi
-
Get all server groups.
- getAllServerGroups(Options) - Method in class com.coscale.sdk.client.servers.ServersApi
-
Get all server 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.
- getApp() - Method in class com.coscale.sdk.client.applications.ApplicationsApi
-
Get the current application.
- getApplicationsApi() - Method in class com.coscale.sdk.client.ApiFactory
-
Get a instance of ApplicationsApi.
- 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.
- getGroupServers(long) - Method in class com.coscale.sdk.client.servers.ServersApi
-
* Get all servers in the server group.
- getGroupsFromGroup(long) - Method in class com.coscale.sdk.client.metrics.MetricsApi
-
Get all child metric groups for a metric group.
- getGroupsFromGroup(long) - Method in class com.coscale.sdk.client.servers.ServersApi
-
Get all child server groups for a server 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.
- getRequestsApi() - Method in class com.coscale.sdk.client.ApiFactory
-
Get a instance of RequestsApi.
- 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.
- getServerGroup(long) - Method in class com.coscale.sdk.client.servers.ServersApi
-
Get a specific server group.
- 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
-
- value - Variable in class com.coscale.sdk.client.data.DoubleData
-
The DoubleData value.
- value - Variable in class com.coscale.sdk.client.servers.ServerAttribute
-
- valueOf(String) - Static method in enum com.coscale.sdk.client.applications.ApplicationState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.coscale.sdk.client.commons.Protocol
-
Returns the enum constant of this type with the specified name.
- 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.
- valueOf(String) - Static method in enum com.coscale.sdk.client.requests.RequestClassifierType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.coscale.sdk.client.applications.ApplicationState
-
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.commons.Protocol
-
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.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.
- values() - Static method in enum com.coscale.sdk.client.requests.RequestClassifierType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version - Variable in class com.coscale.sdk.client.applications.Application
-
- 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.requests.Request
-
- version - Variable in class com.coscale.sdk.client.servers.Server
-
- version - Variable in class com.coscale.sdk.client.servers.ServerAttribute
-
- version - Variable in class com.coscale.sdk.client.servers.ServerGroup
-