Package | Description |
---|---|
org.apache.ignite.plugin.extensions.communication |
Contains extendable components for communication.
|
Modifier and Type | Method and Description |
---|---|
static MessageAdapter.Type |
MessageAdapter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageAdapter.Type[] |
MessageAdapter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<C extends Collection<?>> |
MessageReader.readCollection(String name,
MessageAdapter.Type itemType)
Reads collection.
|
<M extends Map<?,?>> |
MessageReader.readMap(String name,
MessageAdapter.Type keyType,
MessageAdapter.Type valType,
boolean linked)
Reads map.
|
<T> T[] |
MessageReader.readObjectArray(String name,
MessageAdapter.Type itemType,
Class<T> itemCls)
Reads array of objects.
|
<T> boolean |
MessageWriter.writeCollection(String name,
Collection<T> col,
MessageAdapter.Type itemType)
Writes collection.
|
<K,V> boolean |
MessageWriter.writeMap(String name,
Map<K,V> map,
MessageAdapter.Type keyType,
MessageAdapter.Type valType)
Writes map.
|
<T> boolean |
MessageWriter.writeObjectArray(String name,
T[] arr,
MessageAdapter.Type itemType)
Writes array of objects.
|
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015