Package io.hstream
Class Record
- java.lang.Object
-
- io.hstream.Record
-
public class Record extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Record.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HRecord
getHRecord()
String
getPartitionKey()
byte[]
getRawRecord()
boolean
isRawRecord()
static Record.Builder
newBuilder()
void
setPartitionKey(String partitionKey)
-
-
-
Method Detail
-
newBuilder
public static Record.Builder newBuilder()
-
getPartitionKey
public String getPartitionKey()
-
setPartitionKey
public void setPartitionKey(String partitionKey)
-
getRawRecord
public byte[] getRawRecord()
-
getHRecord
public HRecord getHRecord()
-
isRawRecord
public boolean isRawRecord()
-
-