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