org.apache.hadoop.hdfs.protocol.proto.RouterProtocolProtos.RouterAdminProtocolService.BlockingInterface, RouterAdminProtocolPB@Private @Stable public class RouterAdminProtocolServerSideTranslatorPB extends java.lang.Object implements RouterAdminProtocolPB
RouterAdminProtocolPB. This class translates the PB data
types to the native data types used inside the HDFS Router as specified in
the generic RouterAdminProtocol.| Constructor | Description |
|---|---|
RouterAdminProtocolServerSideTranslatorPB(RouterAdminServer server) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntriesResponseProto |
addMountTableEntries(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntriesRequestProto request) |
|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto |
addMountTableEntry(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto request) |
|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.DisableNameserviceResponseProto |
disableNameservice(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.DisableNameserviceRequestProto request) |
|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.EnableNameserviceResponseProto |
enableNameservice(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.EnableNameserviceRequestProto request) |
|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.EnterSafeModeResponseProto |
enterSafeMode(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.EnterSafeModeRequestProto request) |
|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetDestinationResponseProto |
getDestination(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetDestinationRequestProto request) |
|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetDisabledNameservicesResponseProto |
getDisabledNameservices(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetDisabledNameservicesRequestProto request) |
|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto |
getMountTableEntries(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto request) |
Get matching mount table entries.
|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetSafeModeResponseProto |
getSafeMode(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetSafeModeRequestProto request) |
|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.LeaveSafeModeResponseProto |
leaveSafeMode(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.LeaveSafeModeRequestProto request) |
|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RefreshMountTableEntriesResponseProto |
refreshMountTableEntries(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RefreshMountTableEntriesRequestProto request) |
|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RefreshSuperUserGroupsConfigurationResponseProto |
refreshSuperUserGroupsConfiguration(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RefreshSuperUserGroupsConfigurationRequestProto request) |
Refresh superuser proxy groups mappings.
|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto |
removeMountTableEntry(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto request) |
Remove an entry from the mount table.
|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto |
updateMountTableEntry(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto request) |
Update a single mount table entry.
|
public RouterAdminProtocolServerSideTranslatorPB(RouterAdminServer server) throws java.io.IOException
server - The NN server.java.io.IOException - if it cannot create the translator.public org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto addMountTableEntry(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto request)
throws org.apache.hadoop.thirdparty.protobuf.ServiceException
addMountTableEntry in interface org.apache.hadoop.hdfs.protocol.proto.RouterProtocolProtos.RouterAdminProtocolService.BlockingInterfaceorg.apache.hadoop.thirdparty.protobuf.ServiceExceptionpublic org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto removeMountTableEntry(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto request)
throws org.apache.hadoop.thirdparty.protobuf.ServiceException
removeMountTableEntry in interface org.apache.hadoop.hdfs.protocol.proto.RouterProtocolProtos.RouterAdminProtocolService.BlockingInterfaceorg.apache.hadoop.thirdparty.protobuf.ServiceExceptionpublic org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntriesResponseProto addMountTableEntries(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntriesRequestProto request)
throws org.apache.hadoop.thirdparty.protobuf.ServiceException
addMountTableEntries in interface org.apache.hadoop.hdfs.protocol.proto.RouterProtocolProtos.RouterAdminProtocolService.BlockingInterfaceorg.apache.hadoop.thirdparty.protobuf.ServiceExceptionpublic org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto getMountTableEntries(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto request)
throws org.apache.hadoop.thirdparty.protobuf.ServiceException
getMountTableEntries in interface org.apache.hadoop.hdfs.protocol.proto.RouterProtocolProtos.RouterAdminProtocolService.BlockingInterfaceorg.apache.hadoop.thirdparty.protobuf.ServiceExceptionpublic org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto updateMountTableEntry(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto request)
throws org.apache.hadoop.thirdparty.protobuf.ServiceException
updateMountTableEntry in interface org.apache.hadoop.hdfs.protocol.proto.RouterProtocolProtos.RouterAdminProtocolService.BlockingInterfaceorg.apache.hadoop.thirdparty.protobuf.ServiceExceptionpublic org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RefreshSuperUserGroupsConfigurationResponseProto refreshSuperUserGroupsConfiguration(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RefreshSuperUserGroupsConfigurationRequestProto request)
throws org.apache.hadoop.thirdparty.protobuf.ServiceException
refreshSuperUserGroupsConfiguration in interface org.apache.hadoop.hdfs.protocol.proto.RouterProtocolProtos.RouterAdminProtocolService.BlockingInterfaceorg.apache.hadoop.thirdparty.protobuf.ServiceExceptionpublic org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.EnterSafeModeResponseProto enterSafeMode(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.EnterSafeModeRequestProto request)
throws org.apache.hadoop.thirdparty.protobuf.ServiceException
enterSafeMode in interface org.apache.hadoop.hdfs.protocol.proto.RouterProtocolProtos.RouterAdminProtocolService.BlockingInterfaceorg.apache.hadoop.thirdparty.protobuf.ServiceExceptionpublic org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.LeaveSafeModeResponseProto leaveSafeMode(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.LeaveSafeModeRequestProto request)
throws org.apache.hadoop.thirdparty.protobuf.ServiceException
leaveSafeMode in interface org.apache.hadoop.hdfs.protocol.proto.RouterProtocolProtos.RouterAdminProtocolService.BlockingInterfaceorg.apache.hadoop.thirdparty.protobuf.ServiceExceptionpublic org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetSafeModeResponseProto getSafeMode(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetSafeModeRequestProto request)
throws org.apache.hadoop.thirdparty.protobuf.ServiceException
getSafeMode in interface org.apache.hadoop.hdfs.protocol.proto.RouterProtocolProtos.RouterAdminProtocolService.BlockingInterfaceorg.apache.hadoop.thirdparty.protobuf.ServiceExceptionpublic org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.DisableNameserviceResponseProto disableNameservice(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.DisableNameserviceRequestProto request)
throws org.apache.hadoop.thirdparty.protobuf.ServiceException
disableNameservice in interface org.apache.hadoop.hdfs.protocol.proto.RouterProtocolProtos.RouterAdminProtocolService.BlockingInterfaceorg.apache.hadoop.thirdparty.protobuf.ServiceExceptionpublic org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.EnableNameserviceResponseProto enableNameservice(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.EnableNameserviceRequestProto request)
throws org.apache.hadoop.thirdparty.protobuf.ServiceException
enableNameservice in interface org.apache.hadoop.hdfs.protocol.proto.RouterProtocolProtos.RouterAdminProtocolService.BlockingInterfaceorg.apache.hadoop.thirdparty.protobuf.ServiceExceptionpublic org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetDisabledNameservicesResponseProto getDisabledNameservices(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetDisabledNameservicesRequestProto request)
throws org.apache.hadoop.thirdparty.protobuf.ServiceException
getDisabledNameservices in interface org.apache.hadoop.hdfs.protocol.proto.RouterProtocolProtos.RouterAdminProtocolService.BlockingInterfaceorg.apache.hadoop.thirdparty.protobuf.ServiceExceptionpublic org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RefreshMountTableEntriesResponseProto refreshMountTableEntries(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RefreshMountTableEntriesRequestProto request)
throws org.apache.hadoop.thirdparty.protobuf.ServiceException
refreshMountTableEntries in interface org.apache.hadoop.hdfs.protocol.proto.RouterProtocolProtos.RouterAdminProtocolService.BlockingInterfaceorg.apache.hadoop.thirdparty.protobuf.ServiceExceptionpublic org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetDestinationResponseProto getDestination(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetDestinationRequestProto request)
throws org.apache.hadoop.thirdparty.protobuf.ServiceException
getDestination in interface org.apache.hadoop.hdfs.protocol.proto.RouterProtocolProtos.RouterAdminProtocolService.BlockingInterfaceorg.apache.hadoop.thirdparty.protobuf.ServiceExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.