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 voidFastJavaBinDecoder.Tag. lazyRead(FastJavaBinDecoder.EntryImpl entry, org.apache.solr.common.util.FastJavaBinDecoder.StreamCodec codec)This should read the minimal data about the entry .ObjectFastJavaBinDecoder.Tag. readObject(org.apache.solr.common.util.FastJavaBinDecoder.StreamCodec codec, FastJavaBinDecoder.EntryImpl entry)Read the entry as an Object.voidFastJavaBinDecoder.Tag. skip(FastJavaBinDecoder.EntryImpl entry, org.apache.solr.common.util.FastJavaBinDecoder.StreamCodec codec)Read the entry from and discard the data.voidFastJavaBinDecoder.Tag. stream(FastJavaBinDecoder.EntryImpl currentEntry, org.apache.solr.common.util.FastJavaBinDecoder.StreamCodec codec)This applies to only container Objects.
-