Package | Description |
---|---|
org.apache.hadoop.hdfs.server.federation.router |
The router package includes the core services for a HDFS federation router.
|
Modifier and Type | Method and Description |
---|---|
<R extends RemoteLocationContext,T> |
RouterRpcClient.invokeSequential(RemoteMethod remoteMethod,
List<R> locations,
Class<T> expectedResultClass,
Object expectedResultValue)
Invokes sequential proxy calls to different locations.
|
Modifier and Type | Method and Description |
---|---|
<T extends RemoteLocationContext,R> |
RouterRpcClient.invokeConcurrent(Collection<T> locations,
RemoteMethod method,
boolean standby,
long timeOutMs,
Class<R> clazz)
Invokes multiple concurrent proxy calls to different clients.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.