Uses of Interface
org.apache.ignite.internal.binary.BinaryWriteReplacer
-
Packages that use BinaryWriteReplacer Package Description org.apache.ignite.internal.binary Contains binary APIs internal implementation. -
-
Uses of BinaryWriteReplacer in org.apache.ignite.internal.binary
Classes in org.apache.ignite.internal.binary that implement BinaryWriteReplacer Modifier and Type Class Description classBinaryMethodWriteReplacerWrite replacer based on method invocation.classBinaryTreeMapWriteReplacerBinaryTreeMapwrite replacer.classBinaryTreeSetWriteReplacerBinaryTreeSetwrite replacer.Fields in org.apache.ignite.internal.binary with type parameters of type BinaryWriteReplacer Modifier and Type Field Description static Map<Class,BinaryWriteReplacer>BinaryUtils. CLS_TO_WRITE_REPLACERMap from class to associated write replacer.Methods in org.apache.ignite.internal.binary that return BinaryWriteReplacer Modifier and Type Method Description static BinaryWriteReplacerBinaryUtils. writeReplacer(Class cls)Get predefined write-replacer associated with class.
-