public interface PortableMetadata
IgnitePortables.metadata(String) methods.
Having metadata also allows for proper formatting of PortableObject#toString() method,
even when portable objects are kept in binary format only, which may be necessary for audit reasons.| Modifier and Type | Method and Description |
|---|---|
String |
affinityKeyFieldName()
Portable objects can optionally specify custom key-affinity mapping in the
configuration.
|
Collection<String> |
fields()
Gets collection of all field names for this portable type.
|
String |
fieldTypeName(String fieldName)
Gets name of the field type for a given field.
|
String |
typeName()
Gets portable type name.
|
String typeName()
Collection<String> fields()
@Nullable String fieldTypeName(String fieldName)
fieldName - Field name.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015