Uses of Class
org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto

Packages that use RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
org.apache.hadoop.ipc.proto   
org.apache.hadoop.ipc.protocolPB   
 

Uses of RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto in org.apache.hadoop.ipc.proto
 

Fields in org.apache.hadoop.ipc.proto with type parameters of type RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
static com.google.protobuf.Parser<RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto> RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.PARSER
           
 

Methods in org.apache.hadoop.ipc.proto that return RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.build()
           
 RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.buildPartial()
           
static RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.getDefaultInstance()
           
 RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.getDefaultInstanceForType()
           
 RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.getDefaultInstanceForType()
           
static RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.parseDelimitedFrom(InputStream input)
           
static RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.parseFrom(byte[] data)
           
static RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.parseFrom(com.google.protobuf.ByteString data)
           
static RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.parseFrom(InputStream input)
           
static RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.ipc.proto that return types with arguments of type RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 com.google.protobuf.Parser<RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto> RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.getParserForType()
           
 

Methods in org.apache.hadoop.ipc.proto with parameters of type RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder.mergeFrom(RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto other)
           
static RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.newBuilder(RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto prototype)
           
 RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface.refreshCallQueue(com.google.protobuf.RpcController controller, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto request)
           
abstract  void RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.refreshCallQueue(com.google.protobuf.RpcController controller, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto request, com.google.protobuf.RpcCallback<RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto> done)
          rpc refreshCallQueue(.hadoop.common.RefreshCallQueueRequestProto) returns (.hadoop.common.RefreshCallQueueResponseProto);
 void RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface.refreshCallQueue(com.google.protobuf.RpcController controller, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto request, com.google.protobuf.RpcCallback<RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto> done)
          rpc refreshCallQueue(.hadoop.common.RefreshCallQueueRequestProto) returns (.hadoop.common.RefreshCallQueueResponseProto);
 void RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub.refreshCallQueue(com.google.protobuf.RpcController controller, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto request, com.google.protobuf.RpcCallback<RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto> done)
           
 

Uses of RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto in org.apache.hadoop.ipc.protocolPB
 

Methods in org.apache.hadoop.ipc.protocolPB with parameters of type RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto RefreshCallQueueProtocolServerSideTranslatorPB.refreshCallQueue(com.google.protobuf.RpcController controller, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto request)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.