| Package | Description |
|---|---|
| org.vanilladb.comm.client | |
| org.vanilladb.comm.server | |
| org.vanilladb.comm.view |
| Modifier and Type | Method and Description |
|---|---|
void |
VanillaCommClientListener.onReceiveP2pMessage(ProcessType senderType,
int senderId,
Serializable message) |
void |
ClientDemo.onReceiveP2pMessage(ProcessType senderType,
int senderId,
Serializable message) |
void |
VanillaCommClient.sendP2pMessage(ProcessType receiverType,
int receiverId,
Serializable message) |
| Modifier and Type | Method and Description |
|---|---|
void |
VanillaCommServerListener.onReceiveP2pMessage(ProcessType senderType,
int senderId,
Serializable message) |
void |
ServerDemo.onReceiveP2pMessage(ProcessType senderType,
int senderId,
Serializable message) |
void |
VanillaCommServer.sendP2pMessage(ProcessType receiverType,
int receiverId,
Serializable message) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessType |
ProcessView.toProcessType(int globalId) |
static ProcessType |
ProcessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessType[] |
ProcessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
ProcessView.toGlobalId(ProcessType type,
int id) |
Copyright © 2020 VanillaDB Organization. All rights reserved.