Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
ZooKeeperServer is designed to work in standalone mode and also
be extensible so that it can be used to implement the quorum based
version of ZooKeeper.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkerService.schedule(WorkerService.WorkRequest workRequest)
Schedule work to be done.
|
void |
WorkerService.schedule(WorkerService.WorkRequest workRequest,
long id)
Schedule work to be done by the thread assigned to this id.
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.