Class AsyncGroupManager
- java.lang.Object
-
- com.couchbase.client.java.manager.ManagerSupport
-
- com.couchbase.client.java.manager.user.AsyncGroupManager
-
@Volatile public class AsyncGroupManager extends ManagerSupport
-
-
Constructor Summary
Constructors Constructor Description AsyncGroupManager(Core core)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletableFuture<Void>
drop(String name)
CompletableFuture<Group>
get(String name)
CompletableFuture<List<Group>>
getAll()
CompletableFuture<Void>
upsert(Group group)
-
Methods inherited from class com.couchbase.client.java.manager.ManagerSupport
checkStatus, sendRequest, sendRequest, sendRequest
-
-
-
-
Constructor Detail
-
AsyncGroupManager
public AsyncGroupManager(Core core)
-
-
Method Detail
-
get
public CompletableFuture<Group> get(String name)
-
getAll
public CompletableFuture<List<Group>> getAll()
-
upsert
public CompletableFuture<Void> upsert(Group group)
-
drop
public CompletableFuture<Void> drop(String name)
-
-