Class MappedName
- java.lang.Object
-
- org.apache.ignite.internal.processors.marshaller.MappedName
-
- All Implemented Interfaces:
Serializable
public final class MappedName extends Object implements Serializable
Contains mapped class name and boolean flag showing whether this mapping was accepted by other nodes or not.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MappedName(String clsName, boolean accepted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccepted()StringclassName()booleanequals(Object o)inthashCode()StringtoString()
-
-
-
Constructor Detail
-
MappedName
public MappedName(String clsName, boolean accepted)
- Parameters:
clsName- Class name.accepted- Accepted.
-
-