[#376] Added ape manager group command to grpc client
Signed-off-by: Dmitriy Zayakin Signed-off-by: Dmitriy Zayakin <d.zayakin@yadro.com>
This commit is contained in:
parent
517a7b9322
commit
c27fb5747b
9 changed files with 150 additions and 0 deletions
|
@ -123,3 +123,7 @@ class ContainerInterface(ABC):
|
|||
) -> List[ClusterNode]:
|
||||
"""Show the nodes participating in the container in the current epoch."""
|
||||
raise NotImplementedError("No implemethed method nodes")
|
||||
|
||||
@abstractmethod
|
||||
def wait_creation(self, cid: str, endpoint: str, attempts: Optional[str], sleep_interval: Optional[int]) -> None:
|
||||
raise NotImplementedError("No implemented method wait_creation")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue