@InterfaceAudience.Public public final class DataMovementEvent extends Event
Modifier and Type | Method and Description |
---|---|
static DataMovementEvent |
create(int sourceIndex,
ByteBuffer userPayload)
User Event constructor for
Output s |
int |
getSourceIndex() |
int |
getTargetIndex() |
ByteBuffer |
getUserPayload() |
int |
getVersion() |
String |
toString() |
public static DataMovementEvent create(int sourceIndex, ByteBuffer userPayload)
Output
ssourceIndex
- Index to identify the physical edge of the input/output
that generated the eventuserPayload
- User Payload of the User Eventpublic ByteBuffer getUserPayload()
public int getSourceIndex()
public int getTargetIndex()
public int getVersion()
Copyright © 2024 Apache Software Foundation. All rights reserved.