Uses of Class
org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto

Packages that use GenericRefreshProtocolProtos.GenericRefreshRequestProto
org.apache.hadoop.ipc.proto   
org.apache.hadoop.ipc.protocolPB   
 

Uses of GenericRefreshProtocolProtos.GenericRefreshRequestProto in org.apache.hadoop.ipc.proto
 

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

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

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

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

Uses of GenericRefreshProtocolProtos.GenericRefreshRequestProto in org.apache.hadoop.ipc.protocolPB
 

Methods in org.apache.hadoop.ipc.protocolPB with parameters of type GenericRefreshProtocolProtos.GenericRefreshRequestProto
 GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto GenericRefreshProtocolServerSideTranslatorPB.refresh(com.google.protobuf.RpcController controller, GenericRefreshProtocolProtos.GenericRefreshRequestProto request)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.