Uses of Class
org.apache.solr.common.util.FastJavaBinDecoder.EntryImpl
Packages that use FastJavaBinDecoder.EntryImpl
Package
Description
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.EntryImplModifier and TypeMethodDescriptionvoidFastJavaBinDecoder.Tag.lazyRead(FastJavaBinDecoder.EntryImpl entry, org.apache.solr.common.util.FastJavaBinDecoder.StreamCodec codec) This should read the minimal data about the entry .FastJavaBinDecoder.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.