public interface BinaryRawWriter
| Modifier and Type | Method and Description |
|---|---|
void |
writeBoolean(boolean val) |
void |
writeBooleanArray(@Nullable boolean[] val) |
void |
writeByte(byte val) |
void |
writeByteArray(@Nullable byte[] val) |
void |
writeChar(char val) |
void |
writeCharArray(@Nullable char[] val) |
<T> void |
writeCollection(@Nullable Collection<T> col) |
void |
writeDate(@Nullable Date val) |
void |
writeDateArray(@Nullable Date[] val) |
void |
writeDecimal(@Nullable BigDecimal val) |
void |
writeDecimalArray(@Nullable BigDecimal[] val) |
void |
writeDouble(double val) |
void |
writeDoubleArray(@Nullable double[] val) |
<T extends Enum<?>> |
writeEnum(T val) |
<T extends Enum<?>> |
writeEnumArray(T[] val) |
void |
writeFloat(float val) |
void |
writeFloatArray(@Nullable float[] val) |
void |
writeInt(int val) |
void |
writeIntArray(@Nullable int[] val) |
void |
writeLong(long val) |
void |
writeLongArray(@Nullable long[] val) |
<K,V> void |
writeMap(@Nullable Map<K,V> map) |
void |
writeObject(@Nullable Object obj) |
void |
writeObjectArray(@Nullable Object[] val) |
void |
writeShort(short val) |
void |
writeShortArray(@Nullable short[] val) |
void |
writeString(@Nullable String val) |
void |
writeStringArray(@Nullable String[] val) |
void |
writeTime(@Nullable Time val) |
void |
writeTimeArray(@Nullable Time[] val) |
void |
writeTimestamp(@Nullable Timestamp val) |
void |
writeTimestampArray(@Nullable Timestamp[] val) |
void |
writeUuid(@Nullable UUID val) |
void |
writeUuidArray(@Nullable UUID[] val) |
void writeByte(byte val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeShort(short val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeInt(int val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeLong(long val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeFloat(float val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeDouble(double val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeChar(char val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeBoolean(boolean val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeDecimal(@Nullable
@Nullable BigDecimal val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeString(@Nullable
@Nullable String val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeUuid(@Nullable
@Nullable UUID val)
throws BinaryObjectException
val - UUID to write.BinaryObjectException - In case of error.void writeDate(@Nullable
@Nullable Date val)
throws BinaryObjectException
val - Date to write.BinaryObjectException - In case of error.void writeTimestamp(@Nullable
@Nullable Timestamp val)
throws BinaryObjectException
val - Timestamp to write.BinaryObjectException - In case of error.void writeTime(@Nullable
@Nullable Time val)
throws BinaryObjectException
val - Time to write.BinaryObjectException - In case of error.void writeObject(@Nullable
@Nullable Object obj)
throws BinaryObjectException
obj - Value to write.BinaryObjectException - In case of error.void writeByteArray(@Nullable
@Nullable byte[] val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeShortArray(@Nullable
@Nullable short[] val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeIntArray(@Nullable
@Nullable int[] val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeLongArray(@Nullable
@Nullable long[] val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeFloatArray(@Nullable
@Nullable float[] val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeDoubleArray(@Nullable
@Nullable double[] val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeCharArray(@Nullable
@Nullable char[] val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeBooleanArray(@Nullable
@Nullable boolean[] val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeDecimalArray(@Nullable
@Nullable BigDecimal[] val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeStringArray(@Nullable
@Nullable String[] val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeUuidArray(@Nullable
@Nullable UUID[] val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeDateArray(@Nullable
@Nullable Date[] val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeTimestampArray(@Nullable
@Nullable Timestamp[] val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeTimeArray(@Nullable
@Nullable Time[] val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.void writeObjectArray(@Nullable
@Nullable Object[] val)
throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.<T> void writeCollection(@Nullable @Nullable Collection<T> col) throws BinaryObjectException
col - Collection to write.BinaryObjectException - In case of error.<K,V> void writeMap(@Nullable @Nullable Map<K,V> map) throws BinaryObjectException
map - Map to write.BinaryObjectException - In case of error.<T extends Enum<?>> void writeEnum(T val) throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.<T extends Enum<?>> void writeEnumArray(T[] val) throws BinaryObjectException
val - Value to write.BinaryObjectException - In case of error.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019