| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
READ_BUFFER_SIZE |
"carbon.stream.read.buffer.size" |
public static final String |
READ_BUFFER_SIZE_DEFAULT |
"65536" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CARBON_ENCODER_ROW_BUFFER_SIZE |
"carbon.stream.row.buffer.size" |
public static final int |
CARBON_ENCODER_ROW_BUFFER_SIZE_DEFAULT |
1024 |
public static final String |
CARBON_STREAM_BLOCKLET_ROW_NUMS |
"carbon.stream.blocklet.row.nums" |
public static final int |
CARBON_STREAM_BLOCKLET_ROW_NUMS_DEFAULT |
32000 |
public static final String |
CARBON_STREAM_CACHE_SIZE |
"carbon.stream.cache.size" |
public static final int |
CARBON_STREAM_CACHE_SIZE_DEFAULT |
33554432 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CARBON_STREAM_PARSER |
"carbon.stream.parser" |
public static final String |
CARBON_STREAM_PARSER_CSV |
"org.apache.carbondata.streaming.parser.CSVStreamParserImp" |
public static final String |
CARBON_STREAM_PARSER_DEFAULT |
"org.apache.carbondata.streaming.parser.RowStreamParserImp" |
public static final String |
CARBON_STREAM_PARSER_ROW_PARSER |
"org.apache.carbondata.streaming.parser.RowStreamParserImp" |
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.