forked from TrueCloudLab/frostfs-sdk-java
[#34] Provide input parameters for all grpc methods
Signed-off-by: Ori Bruk <o.bruk@yadro.com>
This commit is contained in:
parent
e9e9480701
commit
1ccb1f2013
61 changed files with 1411 additions and 625 deletions
|
@ -3,11 +3,12 @@ package info.frostfs.sdk.services;
|
|||
import info.frostfs.sdk.dto.netmap.NetmapSnapshot;
|
||||
import info.frostfs.sdk.dto.netmap.NodeInfo;
|
||||
import info.frostfs.sdk.jdo.NetworkSettings;
|
||||
import info.frostfs.sdk.jdo.parameters.CallContext;
|
||||
|
||||
public interface NetmapClient {
|
||||
NetmapSnapshot getNetmapSnapshot();
|
||||
NetmapSnapshot getNetmapSnapshot(CallContext ctx);
|
||||
|
||||
NodeInfo getLocalNodeInfo();
|
||||
NodeInfo getLocalNodeInfo(CallContext ctx);
|
||||
|
||||
NetworkSettings getNetworkSettings();
|
||||
NetworkSettings getNetworkSettings(CallContext ctx);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue