@Generated(value="org.deeplearning4j.ui.stats.sbe.GroupSizeEncodingDecoder") public class GroupSizeEncodingDecoder extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ENCODED_LENGTH |
| Constructor and Description |
|---|
GroupSizeEncodingDecoder() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
appendTo(StringBuilder builder) |
int |
blockLength() |
static int |
blockLengthMaxValue() |
static int |
blockLengthMinValue() |
static int |
blockLengthNullValue() |
int |
encodedLength() |
int |
numInGroup() |
static int |
numInGroupMaxValue() |
static int |
numInGroupMinValue() |
static int |
numInGroupNullValue() |
String |
toString() |
GroupSizeEncodingDecoder |
wrap(org.agrona.DirectBuffer buffer,
int offset) |
public static final int ENCODED_LENGTH
public GroupSizeEncodingDecoder wrap(org.agrona.DirectBuffer buffer, int offset)
public int encodedLength()
public static int blockLengthNullValue()
public static int blockLengthMinValue()
public static int blockLengthMaxValue()
public int blockLength()
public static int numInGroupNullValue()
public static int numInGroupMinValue()
public static int numInGroupMaxValue()
public int numInGroup()
public StringBuilder appendTo(StringBuilder builder)
Copyright © 2019. All rights reserved.