Uses of Class
org.apache.hadoop.hdfs.server.federation.store.records.RouterState
Packages that use RouterState
Package
Description
Contains the abstract definitions of the API request and response objects for
the various state store APIs.
Protobuf implementations of FederationProtocolBase request/response objects
used by state store APIs.
Contains the abstract definitions of the state store data records.
The protobuf implementations of state store data records defined in the
org.apache.hadoop.hdfs.server.federation.store.records package.
-
Uses of RouterState in org.apache.hadoop.hdfs.server.federation.store.protocol
Methods in org.apache.hadoop.hdfs.server.federation.store.protocol that return RouterStateModifier and TypeMethodDescriptionabstract RouterStateGetRouterRegistrationResponse.getRouter()abstract RouterStateRouterHeartbeatRequest.getRouter()Methods in org.apache.hadoop.hdfs.server.federation.store.protocol that return types with arguments of type RouterStateModifier and TypeMethodDescriptionabstract List<RouterState>GetRouterRegistrationsResponse.getRouters()Methods in org.apache.hadoop.hdfs.server.federation.store.protocol with parameters of type RouterStateModifier and TypeMethodDescriptionstatic RouterHeartbeatRequestRouterHeartbeatRequest.newInstance(RouterState router) abstract voidGetRouterRegistrationResponse.setRouter(RouterState router) abstract voidRouterHeartbeatRequest.setRouter(RouterState routerState) Method parameters in org.apache.hadoop.hdfs.server.federation.store.protocol with type arguments of type RouterStateModifier and TypeMethodDescriptionabstract voidGetRouterRegistrationsResponse.setRouters(List<RouterState> routers) -
Uses of RouterState in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Methods in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb that return RouterStateModifier and TypeMethodDescriptionGetRouterRegistrationResponsePBImpl.getRouter()RouterHeartbeatRequestPBImpl.getRouter()Methods in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb that return types with arguments of type RouterStateMethods in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb with parameters of type RouterStateModifier and TypeMethodDescriptionvoidGetRouterRegistrationResponsePBImpl.setRouter(RouterState router) voidRouterHeartbeatRequestPBImpl.setRouter(RouterState routerState) Method parameters in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb with type arguments of type RouterStateModifier and TypeMethodDescriptionvoidGetRouterRegistrationsResponsePBImpl.setRouters(List<RouterState> records) -
Uses of RouterState in org.apache.hadoop.hdfs.server.federation.store.records
Methods in org.apache.hadoop.hdfs.server.federation.store.records that return RouterStateModifier and TypeMethodDescriptionstatic RouterStateRouterState.newInstance()static RouterStateRouterState.newInstance(String addr, long startTime, RouterServiceState status) -
Uses of RouterState in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
Modifier and TypeClassDescriptionclassProtobuf implementation of the RouterState record.