Data.DataType, Data.Factory| Constructor and Description |
|---|
DataImpl() |
public Data.DataType next()
public Data.DataType prev()
public Data.DataType type()
public long encodedSize()
encodedSize in interface Datapublic long encode(ByteBuffer buf)
public long decode(ByteBuffer buf)
public void putArray(boolean described,
Data.DataType type)
public void putDescribed()
putDescribed in interface Datapublic void putBoolean(boolean b)
putBoolean in interface Datapublic void putUnsignedByte(UnsignedByte ub)
putUnsignedByte in interface Datapublic void putUnsignedShort(UnsignedShort us)
putUnsignedShort in interface Datapublic void putUnsignedInteger(UnsignedInteger ui)
putUnsignedInteger in interface Datapublic void putUnsignedLong(UnsignedLong ul)
putUnsignedLong in interface Datapublic void putTimestamp(Date t)
putTimestamp in interface Datapublic void putDecimal32(Decimal32 d)
putDecimal32 in interface Datapublic void putDecimal64(Decimal64 d)
putDecimal64 in interface Datapublic void putDecimal128(Decimal128 d)
putDecimal128 in interface Datapublic void putJavaMap(Map<Object,Object> map)
putJavaMap in interface Datapublic void putJavaList(List<Object> list)
putJavaList in interface Datapublic void putDescribedType(DescribedType dt)
putDescribedType in interface Datapublic boolean isArrayDescribed()
isArrayDescribed in interface Datapublic Data.DataType getArrayType()
getArrayType in interface Datapublic boolean isDescribed()
isDescribed in interface Datapublic boolean getBoolean()
getBoolean in interface Datapublic UnsignedByte getUnsignedByte()
getUnsignedByte in interface Datapublic UnsignedShort getUnsignedShort()
getUnsignedShort in interface Datapublic UnsignedInteger getUnsignedInteger()
getUnsignedInteger in interface Datapublic UnsignedLong getUnsignedLong()
getUnsignedLong in interface Datapublic Date getTimestamp()
getTimestamp in interface Datapublic Decimal32 getDecimal32()
getDecimal32 in interface Datapublic Decimal64 getDecimal64()
getDecimal64 in interface Datapublic Decimal128 getDecimal128()
getDecimal128 in interface Datapublic Map<Object,Object> getJavaMap()
getJavaMap in interface Datapublic List<Object> getJavaList()
getJavaList in interface Datapublic Object[] getJavaArray()
getJavaArray in interface Datapublic DescribedType getDescribedType()
getDescribedType in interface DataCopyright © 2020 The Apache Software Foundation. All rights reserved.