Class SampleServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.telemetry.internal.BaseTelemetryServices
-
- org.openstack4j.openstack.telemetry.internal.SampleServiceImpl
-
- All Implemented Interfaces:
SampleService,RestService
public class SampleServiceImpl extends BaseTelemetryServices implements SampleService
Provides Measurements for Samples within an OpenStack deployment- Author:
- Shital Patil
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description SampleServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sampleget(String sampleId)List<? extends Sample>list()List<? extends Sample>list(SampleCriteria criteria)-
Methods inherited from class org.openstack4j.openstack.telemetry.internal.BaseTelemetryServices
wrapList
-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
list
public List<? extends Sample> list()
- Specified by:
listin interfaceSampleService
-
list
public List<? extends Sample> list(SampleCriteria criteria)
- Specified by:
listin interfaceSampleService
-
get
public Sample get(String sampleId)
- Specified by:
getin interfaceSampleService
-
-