- register(String, ApplicationType, String, String, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
-
Register an application name and type with its Maven coordinates.
- register(String, ApplicationType, String, String, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
-
- registerAll(Properties, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
-
Register all applications provided as key/value pairs.
- registerAll(Properties, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
-
- reset(String) - Method in interface org.springframework.cloud.dataflow.rest.client.AggregateCounterOperations
-
Delete the counter with given name.
- reset(String) - Method in class org.springframework.cloud.dataflow.rest.client.AggregateCounterTemplate
-
- reset(String) - Method in interface org.springframework.cloud.dataflow.rest.client.CounterOperations
-
Delete the counter with given name.
- reset(String) - Method in class org.springframework.cloud.dataflow.rest.client.CounterTemplate
-
- reset(String) - Method in interface org.springframework.cloud.dataflow.rest.client.FieldValueCounterOperations
-
Delete the counter with given name.
- reset(String) - Method in class org.springframework.cloud.dataflow.rest.client.FieldValueCounterTemplate
-
- resources - Variable in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
Holds discovered URLs of the API.
- restTemplate - Variable in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
-
Template used for http interaction.
- restTemplate - Variable in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
A template used for http interaction.
- retrieve(String, Date, Date, AggregateCounterOperations.Resolution) - Method in interface org.springframework.cloud.dataflow.rest.client.AggregateCounterOperations
-
Retrieve the information for the given named AggregateCounter
- retrieve(String, Date, Date, AggregateCounterOperations.Resolution) - Method in class org.springframework.cloud.dataflow.rest.client.AggregateCounterTemplate
-
- retrieve(String) - Method in interface org.springframework.cloud.dataflow.rest.client.CounterOperations
-
Retrieve information about the given named counter.
- retrieve(String) - Method in class org.springframework.cloud.dataflow.rest.client.CounterTemplate
-
- retrieve(String) - Method in interface org.springframework.cloud.dataflow.rest.client.FieldValueCounterOperations
-
Retrieve information about the given named counter.
- retrieve(String) - Method in class org.springframework.cloud.dataflow.rest.client.FieldValueCounterTemplate
-
- runtimeOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
-
Runtime related opertations.
- runtimeOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- RuntimeOperations - Interface in org.springframework.cloud.dataflow.rest.client
-
Defines operations available for obtaining information about deployed apps.
- RuntimeTemplate - Class in org.springframework.cloud.dataflow.rest.client
-