public class BooleanPlainValuesWriter extends ValuesWriter
| Constructor and Description |
|---|
BooleanPlainValuesWriter() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAllocatedSize() |
long |
getBufferedSize()
used to decide if we want to work to the next page
|
BytesInput |
getBytes() |
Encoding |
getEncoding()
called after getBytes() and before reset()
|
String |
memUsageString(String prefix) |
void |
reset()
called after getBytes() to reset the current buffer and start writing the next page
|
void |
writeBoolean(boolean v) |
createDictionaryPage, resetDictionary, writeByte, writeBytes, writeDouble, writeFloat, writeInteger, writeLongpublic final void writeBoolean(boolean v)
writeBoolean in class ValuesWriterpublic long getBufferedSize()
ValuesWritergetBufferedSize in class ValuesWriterpublic BytesInput getBytes()
getBytes in class ValuesWriterpublic void reset()
ValuesWriterreset in class ValuesWriterpublic long getAllocatedSize()
getAllocatedSize in class ValuesWriterpublic Encoding getEncoding()
ValuesWritergetEncoding in class ValuesWriterpublic String memUsageString(String prefix)
memUsageString in class ValuesWriterCopyright © 2013. All Rights Reserved.