Package | Description |
---|---|
org.opendaylight.controller.cluster.messaging |
Modifier and Type | Class and Description |
---|---|
class |
AssemblerClosedException
A MessageSliceException indicating the message assembler has already been closed.
|
class |
AssemblerSealedException
A MessageSliceException indicating the message assembler has already been sealed.
|
Modifier and Type | Method and Description |
---|---|
Optional<MessageSliceException> |
MessageSliceReply.getFailure() |
Modifier and Type | Method and Description |
---|---|
static MessageSliceReply |
MessageSliceReply.failed(org.opendaylight.yangtools.concepts.Identifier identifier,
MessageSliceException failure,
akka.actor.ActorRef sendTo) |
Modifier and Type | Method and Description |
---|---|
boolean |
AssembledMessageState.addSlice(int sliceIndex,
byte[] data,
int lastSliceHashCode)
Adds a slice to the assembled stream.
|
Copyright © 2019 OpenDaylight. All rights reserved.