public interface LazyObjectBase
Modifier and Type | Method and Description |
---|---|
Object |
getObject()
If the LazyObjectBase is a primitive Object, then deserialize it and return the
actual primitive Object.
|
void |
init(ByteArrayRef bytes,
int start,
int length)
Set the data for this LazyObjectBase.
|
void |
setNull()
called for null binary, hbase columns, for example
|
void init(ByteArrayRef bytes, int start, int length)
bytes
- The wrapper of the byte[].start
- The start position inside the bytes.length
- The length of the data, starting from "start"ByteArrayRef
void setNull()
Object getObject()
Copyright © 2017 The Apache Software Foundation. All rights reserved.