public class MessageSlice extends Object implements Serializable
Constructor and Description |
---|
MessageSlice(org.opendaylight.yangtools.concepts.Identifier identifier,
byte[] data,
int sliceIndex,
int totalSlices,
int lastSliceHashCode,
akka.actor.ActorRef replyTo) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData() |
org.opendaylight.yangtools.concepts.Identifier |
getIdentifier() |
int |
getLastSliceHashCode() |
akka.actor.ActorRef |
getReplyTo() |
int |
getSliceIndex() |
int |
getTotalSlices() |
String |
toString() |
public MessageSlice(org.opendaylight.yangtools.concepts.Identifier identifier, byte[] data, int sliceIndex, int totalSlices, int lastSliceHashCode, akka.actor.ActorRef replyTo)
public org.opendaylight.yangtools.concepts.Identifier getIdentifier()
public byte[] getData()
public int getSliceIndex()
public int getTotalSlices()
public int getLastSliceHashCode()
public akka.actor.ActorRef getReplyTo()
Copyright © 2019 OpenDaylight. All rights reserved.