Package net.bluemind.server.api
Interface IServerPromise
public interface IServerPromise
-
Method Summary
Modifier and TypeMethodDescriptionbyAssignment
(String domainUid, String tag) getAssignments
(String domainUid) getComplete
(String uid) CompletableFuture
<byte[]> submitAndWait
(String uid, String[] argv)
-
Method Details
-
allComplete
CompletableFuture<List<ItemValue<Server>>> allComplete() -
assign
-
byAssignment
-
create
-
delete
-
getAssignments
-
getComplete
-
getServerAssignments
-
getStatus
-
readFile
-
setTags
-
submit
-
submitAndWait
-
unassign
-
update
-
writeFile
-