| Package | Description |
|---|---|
| org.onosproject.store.cluster.messaging.impl |
Implementation of the cluster messaging mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
InternalMessage.Status |
InternalMessage.status() |
static InternalMessage.Status |
InternalMessage.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalMessage.Status[] |
InternalMessage.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InternalMessage(int preamble,
long id,
org.onosproject.store.cluster.messaging.Endpoint sender,
String type,
byte[] payload,
InternalMessage.Status status) |
Copyright © 2016. All rights reserved.