| Package | Description |
|---|---|
| org.apache.slider.api | |
| org.apache.slider.api.proto | |
| org.apache.slider.server.appmaster.rpc |
| Modifier and Type | Method and Description |
|---|---|
Messages.ComponentInformationProto |
SliderClusterProtocol.getLiveComponent(Messages.GetLiveComponentRequestProto request) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<Messages.ComponentInformationProto> |
Messages.ComponentInformationProto.PARSER |
| Modifier and Type | Method and Description |
|---|---|
Messages.ComponentInformationProto |
Messages.ComponentInformationProto.Builder.build() |
Messages.ComponentInformationProto |
Messages.ComponentInformationProto.Builder.buildPartial() |
Messages.ComponentInformationProto |
Messages.GetLiveComponentsResponseProtoOrBuilder.getComponents(int index)
repeated .org.apache.slider.api.ComponentInformationProto components = 2; |
Messages.ComponentInformationProto |
Messages.GetLiveComponentsResponseProto.getComponents(int index)
repeated .org.apache.slider.api.ComponentInformationProto components = 2; |
Messages.ComponentInformationProto |
Messages.GetLiveComponentsResponseProto.Builder.getComponents(int index)
repeated .org.apache.slider.api.ComponentInformationProto components = 2; |
static Messages.ComponentInformationProto |
Messages.ComponentInformationProto.getDefaultInstance() |
Messages.ComponentInformationProto |
Messages.ComponentInformationProto.getDefaultInstanceForType() |
Messages.ComponentInformationProto |
Messages.ComponentInformationProto.Builder.getDefaultInstanceForType() |
Messages.ComponentInformationProto |
SliderClusterAPI.SliderClusterProtocolPB.BlockingInterface.getLiveComponent(com.google.protobuf.RpcController controller,
Messages.GetLiveComponentRequestProto request) |
static Messages.ComponentInformationProto |
RestTypeMarshalling.marshall(ComponentInformation info) |
static Messages.ComponentInformationProto |
Messages.ComponentInformationProto.parseDelimitedFrom(InputStream input) |
static Messages.ComponentInformationProto |
Messages.ComponentInformationProto.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.ComponentInformationProto |
Messages.ComponentInformationProto.parseFrom(byte[] data) |
static Messages.ComponentInformationProto |
Messages.ComponentInformationProto.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.ComponentInformationProto |
Messages.ComponentInformationProto.parseFrom(com.google.protobuf.ByteString data) |
static Messages.ComponentInformationProto |
Messages.ComponentInformationProto.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.ComponentInformationProto |
Messages.ComponentInformationProto.parseFrom(com.google.protobuf.CodedInputStream input) |
static Messages.ComponentInformationProto |
Messages.ComponentInformationProto.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.ComponentInformationProto |
Messages.ComponentInformationProto.parseFrom(InputStream input) |
static Messages.ComponentInformationProto |
Messages.ComponentInformationProto.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Messages.ComponentInformationProto> |
Messages.GetLiveComponentsResponseProtoOrBuilder.getComponentsList()
repeated .org.apache.slider.api.ComponentInformationProto components = 2; |
List<Messages.ComponentInformationProto> |
Messages.GetLiveComponentsResponseProto.getComponentsList()
repeated .org.apache.slider.api.ComponentInformationProto components = 2; |
List<Messages.ComponentInformationProto> |
Messages.GetLiveComponentsResponseProto.Builder.getComponentsList()
repeated .org.apache.slider.api.ComponentInformationProto components = 2; |
com.google.protobuf.Parser<Messages.ComponentInformationProto> |
Messages.ComponentInformationProto.getParserForType() |
| Modifier and Type | Method and Description |
|---|---|
Messages.GetLiveComponentsResponseProto.Builder |
Messages.GetLiveComponentsResponseProto.Builder.addComponents(int index,
Messages.ComponentInformationProto value)
repeated .org.apache.slider.api.ComponentInformationProto components = 2; |
Messages.GetLiveComponentsResponseProto.Builder |
Messages.GetLiveComponentsResponseProto.Builder.addComponents(Messages.ComponentInformationProto value)
repeated .org.apache.slider.api.ComponentInformationProto components = 2; |
Messages.ComponentInformationProto.Builder |
Messages.ComponentInformationProto.Builder.mergeFrom(Messages.ComponentInformationProto other) |
static Messages.ComponentInformationProto.Builder |
Messages.ComponentInformationProto.newBuilder(Messages.ComponentInformationProto prototype) |
Messages.GetLiveComponentsResponseProto.Builder |
Messages.GetLiveComponentsResponseProto.Builder.setComponents(int index,
Messages.ComponentInformationProto value)
repeated .org.apache.slider.api.ComponentInformationProto components = 2; |
static ComponentInformation |
RestTypeMarshalling.unmarshall(Messages.ComponentInformationProto wire) |
| Modifier and Type | Method and Description |
|---|---|
Messages.GetLiveComponentsResponseProto.Builder |
Messages.GetLiveComponentsResponseProto.Builder.addAllComponents(Iterable<? extends Messages.ComponentInformationProto> values)
repeated .org.apache.slider.api.ComponentInformationProto components = 2; |
abstract void |
SliderClusterAPI.SliderClusterProtocolPB.getLiveComponent(com.google.protobuf.RpcController controller,
Messages.GetLiveComponentRequestProto request,
com.google.protobuf.RpcCallback<Messages.ComponentInformationProto> done)
rpc getLiveComponent(.org.apache.slider.api.GetLiveComponentRequestProto) returns (.org.apache.slider.api.ComponentInformationProto); |
void |
SliderClusterAPI.SliderClusterProtocolPB.Interface.getLiveComponent(com.google.protobuf.RpcController controller,
Messages.GetLiveComponentRequestProto request,
com.google.protobuf.RpcCallback<Messages.ComponentInformationProto> done)
rpc getLiveComponent(.org.apache.slider.api.GetLiveComponentRequestProto) returns (.org.apache.slider.api.ComponentInformationProto); |
void |
SliderClusterAPI.SliderClusterProtocolPB.Stub.getLiveComponent(com.google.protobuf.RpcController controller,
Messages.GetLiveComponentRequestProto request,
com.google.protobuf.RpcCallback<Messages.ComponentInformationProto> done) |
| Modifier and Type | Method and Description |
|---|---|
Messages.ComponentInformationProto |
SliderIPCService.getLiveComponent(Messages.GetLiveComponentRequestProto request) |
Messages.ComponentInformationProto |
SliderClusterProtocolProxy.getLiveComponent(Messages.GetLiveComponentRequestProto request) |
Messages.ComponentInformationProto |
SliderClusterProtocolPBImpl.getLiveComponent(com.google.protobuf.RpcController controller,
Messages.GetLiveComponentRequestProto request) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.