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 class
BinaryOutputArchive
class
CsvOutputArchive
Methods in org.apache.jute with parameters of type OutputArchive Modifier and Type Method Description void
Record. 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 void
MultiResponse. serialize(OutputArchive archive, java.lang.String tag)
void
MultiTransactionRecord. 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 void
ACL. serialize(OutputArchive a_, java.lang.String tag)
void
Id. serialize(OutputArchive a_, java.lang.String tag)
void
Stat. serialize(OutputArchive a_, java.lang.String tag)
void
StatPersisted. serialize(OutputArchive a_, java.lang.String tag)
void
StatPersistedV1. serialize(OutputArchive a_, java.lang.String tag)
-