public class TsBlockBuilderStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MAX_TSBLOCK_SIZE_IN_BYTES |
| Constructor and Description |
|---|
TsBlockBuilderStatus() |
TsBlockBuilderStatus(int maxTsBlockSizeInBytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBytes(int bytes) |
ColumnBuilderStatus |
createColumnBuilderStatus() |
int |
getMaxTsBlockSizeInBytes() |
long |
getSizeInBytes() |
boolean |
isEmpty() |
boolean |
isFull() |
String |
toString() |
public static final int DEFAULT_MAX_TSBLOCK_SIZE_IN_BYTES
public TsBlockBuilderStatus()
public TsBlockBuilderStatus(int maxTsBlockSizeInBytes)
public ColumnBuilderStatus createColumnBuilderStatus()
public int getMaxTsBlockSizeInBytes()
public boolean isEmpty()
public boolean isFull()
public void addBytes(int bytes)
public long getSizeInBytes()
Copyright © 2022 The Apache Software Foundation. All rights reserved.