Uses of Class
org.apache.solr.common.util.FastJavaBinDecoder.EntryImpl
-
Packages that use FastJavaBinDecoder.EntryImpl Package Description org.apache.solr.common.util Common utility classes reused on both clients & server. -
-
Uses of FastJavaBinDecoder.EntryImpl in org.apache.solr.common.util
Methods in org.apache.solr.common.util with parameters of type FastJavaBinDecoder.EntryImpl Modifier and Type Method Description void
FastJavaBinDecoder.Tag. lazyRead(FastJavaBinDecoder.EntryImpl entry, org.apache.solr.common.util.FastJavaBinDecoder.StreamCodec codec)
This should read the minimal data about the entry .Object
FastJavaBinDecoder.Tag. readObject(org.apache.solr.common.util.FastJavaBinDecoder.StreamCodec codec, FastJavaBinDecoder.EntryImpl entry)
Read the entry as an Object.void
FastJavaBinDecoder.Tag. skip(FastJavaBinDecoder.EntryImpl entry, org.apache.solr.common.util.FastJavaBinDecoder.StreamCodec codec)
Read the entry from and discard the data.void
FastJavaBinDecoder.Tag. stream(FastJavaBinDecoder.EntryImpl currentEntry, org.apache.solr.common.util.FastJavaBinDecoder.StreamCodec codec)
This applies to only container Objects.
-