Uses of Interface
org.apache.jute.OutputArchive
-
Packages that use OutputArchive 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 OutputArchive in org.apache.jute
Classes in org.apache.jute that implement OutputArchive Modifier and Type Class Description classBinaryOutputArchiveclassCsvOutputArchiveMethods in org.apache.jute with parameters of type OutputArchive Modifier and Type Method Description voidRecord. serialize(OutputArchive archive, java.lang.String tag) -
Uses of OutputArchive in org.apache.zookeeper
Methods in org.apache.zookeeper with parameters of type OutputArchive Modifier and Type Method Description voidMultiResponse. serialize(OutputArchive archive, java.lang.String tag)voidMultiTransactionRecord. serialize(OutputArchive archive, java.lang.String tag) -
Uses of OutputArchive in org.apache.zookeeper.data
Methods in org.apache.zookeeper.data with parameters of type OutputArchive Modifier and Type Method Description voidACL. serialize(OutputArchive a_, java.lang.String tag)voidId. serialize(OutputArchive a_, java.lang.String tag)voidStat. serialize(OutputArchive a_, java.lang.String tag)voidStatPersisted. serialize(OutputArchive a_, java.lang.String tag)voidStatPersistedV1. serialize(OutputArchive a_, java.lang.String tag)
-