public interface BinaryRawReader
Modifier and Type | Method and Description |
---|---|
boolean |
readBoolean() |
@Nullable boolean[] |
readBooleanArray() |
byte |
readByte() |
@Nullable byte[] |
readByteArray() |
char |
readChar() |
@Nullable char[] |
readCharArray() |
<T> @Nullable Collection<T> |
readCollection() |
<T> @Nullable Collection<T> |
readCollection(BinaryCollectionFactory<T> factory) |
@Nullable Date |
readDate() |
@Nullable Date[] |
readDateArray() |
@Nullable BigDecimal |
readDecimal() |
@Nullable BigDecimal[] |
readDecimalArray() |
double |
readDouble() |
@Nullable double[] |
readDoubleArray() |
<T extends Enum<?>> |
readEnum() |
<T extends Enum<?>> |
readEnumArray() |
float |
readFloat() |
@Nullable float[] |
readFloatArray() |
int |
readInt() |
@Nullable int[] |
readIntArray() |
long |
readLong() |
@Nullable long[] |
readLongArray() |
<K,V> @Nullable Map<K,V> |
readMap() |
<K,V> @Nullable Map<K,V> |
readMap(BinaryMapFactory<K,V> factory) |
<T> T |
readObject() |
@Nullable Object[] |
readObjectArray() |
short |
readShort() |
@Nullable short[] |
readShortArray() |
@Nullable String |
readString() |
@Nullable String[] |
readStringArray() |
@Nullable Time |
readTime() |
@Nullable Time[] |
readTimeArray() |
@Nullable Timestamp |
readTimestamp() |
@Nullable Timestamp[] |
readTimestampArray() |
@Nullable UUID |
readUuid() |
@Nullable UUID[] |
readUuidArray() |
byte readByte() throws BinaryObjectException
BinaryObjectException
- In case of error.short readShort() throws BinaryObjectException
BinaryObjectException
- In case of error.int readInt() throws BinaryObjectException
BinaryObjectException
- In case of error.long readLong() throws BinaryObjectException
BinaryObjectException
- In case of error.float readFloat() throws BinaryObjectException
BinaryObjectException
- In case of error.double readDouble() throws BinaryObjectException
BinaryObjectException
- In case of error.char readChar() throws BinaryObjectException
BinaryObjectException
- In case of error.boolean readBoolean() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable BigDecimal readDecimal() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable String readString() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable UUID readUuid() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable Date readDate() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable Timestamp readTimestamp() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable Time readTime() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable <T> T readObject() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable byte[] readByteArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable short[] readShortArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable int[] readIntArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable long[] readLongArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable float[] readFloatArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable double[] readDoubleArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable char[] readCharArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable boolean[] readBooleanArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable BigDecimal[] readDecimalArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable String[] readStringArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable UUID[] readUuidArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable Date[] readDateArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable Timestamp[] readTimestampArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable Time[] readTimeArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable @Nullable Object[] readObjectArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable <T> @Nullable Collection<T> readCollection() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable <T> @Nullable Collection<T> readCollection(BinaryCollectionFactory<T> factory) throws BinaryObjectException
factory
- Collection factory.BinaryObjectException
- In case of error.@Nullable <K,V> @Nullable Map<K,V> readMap() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable <K,V> @Nullable Map<K,V> readMap(BinaryMapFactory<K,V> factory) throws BinaryObjectException
factory
- Map factory.BinaryObjectException
- In case of error.@Nullable <T extends Enum<?>> T readEnum() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable <T extends Enum<?>> T[] readEnumArray() throws BinaryObjectException
BinaryObjectException
- In case of error.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019