Uses of Interface
org.apache.jute.InputArchive
-
Packages that use InputArchive Package Description org.apache.jute Hadoop record I/O contains classes and a record description language translator for simplifying serialization and deserialization of records in a language-neutral manner.org.apache.zookeeper org.apache.zookeeper.data -
-
Uses of InputArchive in org.apache.jute
Classes in org.apache.jute that implement InputArchive Modifier and Type Class Description classBinaryInputArchiveMethods in org.apache.jute with parameters of type InputArchive Modifier and Type Method Description voidRecord. deserialize(InputArchive archive, java.lang.String tag) -
Uses of InputArchive in org.apache.zookeeper
Methods in org.apache.zookeeper with parameters of type InputArchive Modifier and Type Method Description voidMultiResponse. deserialize(InputArchive archive, java.lang.String tag)voidMultiTransactionRecord. deserialize(InputArchive archive, java.lang.String tag) -
Uses of InputArchive in org.apache.zookeeper.data
Methods in org.apache.zookeeper.data with parameters of type InputArchive Modifier and Type Method Description voidACL. deserialize(InputArchive a_, java.lang.String tag)voidId. deserialize(InputArchive a_, java.lang.String tag)voidStat. deserialize(InputArchive a_, java.lang.String tag)voidStatPersisted. deserialize(InputArchive a_, java.lang.String tag)voidStatPersistedV1. deserialize(InputArchive a_, java.lang.String tag)
-