Uses of Class
org.yamcs.protobuf.YamcsInstance
-
Packages that use YamcsInstance Package Description org.yamcs.protobuf -
-
Uses of YamcsInstance in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type YamcsInstance Modifier and Type Field Description static com.google.protobuf.Parser<YamcsInstance>YamcsInstance. PARSERDeprecated.Methods in org.yamcs.protobuf that return YamcsInstance Modifier and Type Method Description YamcsInstanceYamcsInstance.Builder. build()YamcsInstanceYamcsInstance.Builder. buildPartial()static YamcsInstanceYamcsInstance. getDefaultInstance()YamcsInstanceYamcsInstance.Builder. getDefaultInstanceForType()YamcsInstanceYamcsInstance. getDefaultInstanceForType()YamcsInstanceListInstancesResponse.Builder. getInstances(int index)repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;YamcsInstanceListInstancesResponse. getInstances(int index)repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;YamcsInstanceListInstancesResponseOrBuilder. getInstances(int index)repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;YamcsInstanceYamcsInstances.Builder. getInstances(int index)repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;YamcsInstanceYamcsInstances. getInstances(int index)repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;YamcsInstanceYamcsInstancesOrBuilder. getInstances(int index)repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;static YamcsInstanceYamcsInstance. parseDelimitedFrom(InputStream input)static YamcsInstanceYamcsInstance. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static YamcsInstanceYamcsInstance. parseFrom(byte[] data)static YamcsInstanceYamcsInstance. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static YamcsInstanceYamcsInstance. parseFrom(com.google.protobuf.ByteString data)static YamcsInstanceYamcsInstance. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static YamcsInstanceYamcsInstance. parseFrom(com.google.protobuf.CodedInputStream input)static YamcsInstanceYamcsInstance. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static YamcsInstanceYamcsInstance. parseFrom(InputStream input)static YamcsInstanceYamcsInstance. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static YamcsInstanceYamcsInstance. parseFrom(ByteBuffer data)static YamcsInstanceYamcsInstance. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type YamcsInstance Modifier and Type Method Description List<YamcsInstance>ListInstancesResponse.Builder. getInstancesList()repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;List<YamcsInstance>ListInstancesResponse. getInstancesList()repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;List<YamcsInstance>ListInstancesResponseOrBuilder. getInstancesList()repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;List<YamcsInstance>YamcsInstances.Builder. getInstancesList()repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;List<YamcsInstance>YamcsInstances. getInstancesList()repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;List<YamcsInstance>YamcsInstancesOrBuilder. getInstancesList()repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;com.google.protobuf.Parser<YamcsInstance>YamcsInstance. getParserForType()static com.google.protobuf.Parser<YamcsInstance>YamcsInstance. parser()Methods in org.yamcs.protobuf with parameters of type YamcsInstance Modifier and Type Method Description ListInstancesResponse.BuilderListInstancesResponse.Builder. addInstances(int index, YamcsInstance value)repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;ListInstancesResponse.BuilderListInstancesResponse.Builder. addInstances(YamcsInstance value)repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;YamcsInstances.BuilderYamcsInstances.Builder. addInstances(int index, YamcsInstance value)repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;YamcsInstances.BuilderYamcsInstances.Builder. addInstances(YamcsInstance value)repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;YamcsInstance.BuilderYamcsInstance.Builder. mergeFrom(YamcsInstance other)static YamcsInstance.BuilderYamcsInstance. newBuilder(YamcsInstance prototype)ListInstancesResponse.BuilderListInstancesResponse.Builder. setInstances(int index, YamcsInstance value)repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;YamcsInstances.BuilderYamcsInstances.Builder. setInstances(int index, YamcsInstance value)repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;Method parameters in org.yamcs.protobuf with type arguments of type YamcsInstance Modifier and Type Method Description ListInstancesResponse.BuilderListInstancesResponse.Builder. addAllInstances(Iterable<? extends YamcsInstance> values)repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;YamcsInstances.BuilderYamcsInstances.Builder. addAllInstances(Iterable<? extends YamcsInstance> values)repeated .yamcs.protobuf.yamcsManagement.YamcsInstance instances = 1;abstract voidAbstractManagementApi. createInstance(T ctx, CreateInstanceRequest request, Observer<YamcsInstance> observer)Create an instancevoidManagementApiClient. createInstance(Void ctx, CreateInstanceRequest request, Observer<YamcsInstance> observer)Create an instanceabstract voidAbstractManagementApi. getInstance(T ctx, GetInstanceRequest request, Observer<YamcsInstance> observer)Get an instance If an instance does not have web services enabled, it will be listed among the results, but none of its URLs will be filled in.voidManagementApiClient. getInstance(Void ctx, GetInstanceRequest request, Observer<YamcsInstance> observer)Get an instance If an instance does not have web services enabled, it will be listed among the results, but none of its URLs will be filled in.abstract voidAbstractManagementApi. reconfigureInstance(T ctx, ReconfigureInstanceRequest request, Observer<YamcsInstance> observer)Reconfigure a templated instance Regenerates the instance configuration based on the latest template source, and with optionally modified template variables.voidManagementApiClient. reconfigureInstance(Void ctx, ReconfigureInstanceRequest request, Observer<YamcsInstance> observer)Reconfigure a templated instance Regenerates the instance configuration based on the latest template source, and with optionally modified template variables.abstract voidAbstractManagementApi. restartInstance(T ctx, RestartInstanceRequest request, Observer<YamcsInstance> observer)Restart an instance If the instance state is RUNNING, the instance will be stopped and then restarted.voidManagementApiClient. restartInstance(Void ctx, RestartInstanceRequest request, Observer<YamcsInstance> observer)Restart an instance If the instance state is RUNNING, the instance will be stopped and then restarted.abstract voidAbstractManagementApi. startInstance(T ctx, StartInstanceRequest request, Observer<YamcsInstance> observer)Start an instance If the instance is in the RUNNING state, this call will do nothing.voidManagementApiClient. startInstance(Void ctx, StartInstanceRequest request, Observer<YamcsInstance> observer)Start an instance If the instance is in the RUNNING state, this call will do nothing.abstract voidAbstractManagementApi. stopInstance(T ctx, StopInstanceRequest request, Observer<YamcsInstance> observer)Stop an instance Stop all services of the instance.voidManagementApiClient. stopInstance(Void ctx, StopInstanceRequest request, Observer<YamcsInstance> observer)Stop an instance Stop all services of the instance.abstract voidAbstractManagementApi. subscribeInstances(T ctx, com.google.protobuf.Empty request, Observer<YamcsInstance> observer)Receive instance updatesvoidManagementApiClient. subscribeInstances(Void ctx, com.google.protobuf.Empty request, Observer<YamcsInstance> observer)Receive instance updates
-