public interface PortableRawReader
| Modifier and Type | Method and Description |
|---|---|
boolean |
readBoolean() |
boolean[] |
readBooleanArray() |
byte |
readByte() |
byte[] |
readByteArray() |
char |
readChar() |
char[] |
readCharArray() |
<T> Collection<T> |
readCollection() |
<T> Collection<T> |
readCollection(Class<? extends Collection<T>> colCls) |
Date |
readDate() |
Date[] |
readDateArray() |
BigDecimal |
readDecimal() |
BigDecimal[] |
readDecimalArray() |
double |
readDouble() |
double[] |
readDoubleArray() |
<T extends Enum<?>> |
readEnum() |
<T extends Enum<?>> |
readEnumArray() |
float |
readFloat() |
float[] |
readFloatArray() |
int |
readInt() |
int[] |
readIntArray() |
long |
readLong() |
long[] |
readLongArray() |
<K,V> Map<K,V> |
readMap() |
<K,V> Map<K,V> |
readMap(Class<? extends Map<K,V>> mapCls) |
<T> T |
readObject() |
Object[] |
readObjectArray() |
short |
readShort() |
short[] |
readShortArray() |
String |
readString() |
String[] |
readStringArray() |
Timestamp |
readTimestamp() |
UUID |
readUuid() |
UUID[] |
readUuidArray() |
byte readByte()
throws PortableException
PortableException - In case of error.short readShort()
throws PortableException
PortableException - In case of error.int readInt()
throws PortableException
PortableException - In case of error.long readLong()
throws PortableException
PortableException - In case of error.float readFloat()
throws PortableException
PortableException - In case of error.double readDouble()
throws PortableException
PortableException - In case of error.char readChar()
throws PortableException
PortableException - In case of error.boolean readBoolean()
throws PortableException
PortableException - In case of error.@Nullable BigDecimal readDecimal() throws PortableException
PortableException - In case of error.@Nullable String readString() throws PortableException
PortableException - In case of error.@Nullable UUID readUuid() throws PortableException
PortableException - In case of error.@Nullable Date readDate() throws PortableException
PortableException - In case of error.@Nullable Timestamp readTimestamp() throws PortableException
PortableException - In case of error.@Nullable <T> T readObject() throws PortableException
PortableException - In case of error.@Nullable byte[] readByteArray() throws PortableException
PortableException - In case of error.@Nullable short[] readShortArray() throws PortableException
PortableException - In case of error.@Nullable int[] readIntArray() throws PortableException
PortableException - In case of error.@Nullable long[] readLongArray() throws PortableException
PortableException - In case of error.@Nullable float[] readFloatArray() throws PortableException
PortableException - In case of error.@Nullable double[] readDoubleArray() throws PortableException
PortableException - In case of error.@Nullable char[] readCharArray() throws PortableException
PortableException - In case of error.@Nullable boolean[] readBooleanArray() throws PortableException
PortableException - In case of error.@Nullable BigDecimal[] readDecimalArray() throws PortableException
PortableException - In case of error.@Nullable String[] readStringArray() throws PortableException
PortableException - In case of error.@Nullable UUID[] readUuidArray() throws PortableException
PortableException - In case of error.@Nullable Date[] readDateArray() throws PortableException
PortableException - In case of error.@Nullable Object[] readObjectArray() throws PortableException
PortableException - In case of error.@Nullable <T> Collection<T> readCollection() throws PortableException
PortableException - In case of error.@Nullable <T> Collection<T> readCollection(Class<? extends Collection<T>> colCls) throws PortableException
colCls - Collection class.PortableException - In case of error.@Nullable <K,V> Map<K,V> readMap() throws PortableException
PortableException - In case of error.@Nullable <K,V> Map<K,V> readMap(Class<? extends Map<K,V>> mapCls) throws PortableException
mapCls - Map class.PortableException - In case of error.@Nullable <T extends Enum<?>> T readEnum() throws PortableException
PortableException - In case of error.@Nullable <T extends Enum<?>> T[] readEnumArray() throws PortableException
PortableException - In case of error.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015