public class ContextualRecord
extends java.lang.Object
Constructor and Description |
---|
ContextualRecord(byte[] value,
ProcessorRecordContext recordContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
ProcessorRecordContext |
recordContext() |
long |
sizeBytes() |
byte[] |
value() |
public ContextualRecord(byte[] value, ProcessorRecordContext recordContext)
public ProcessorRecordContext recordContext()
public byte[] value()
public long sizeBytes()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object