| Package | Description |
|---|---|
| org.vanilladb.comm.process |
| Modifier and Type | Method and Description |
|---|---|
CommProcess |
ProcessList.getProcess(int id)
Gets the process with the given id
|
CommProcess |
ProcessList.getProcess(SocketAddress addr)
Gets the process with the specified address.
|
CommProcess |
ProcessList.getSelfProcess()
Gets the self process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessList.Builder.addProcess(CommProcess process) |
| Constructor and Description |
|---|
CommProcess(CommProcess process)
Clone the given process.
|
Copyright © 2020 VanillaDB Organization. All rights reserved.