| Package | Description | 
|---|---|
| org.apache.solr.common.util | Common utility classes reused on both clients & server. | 
| Modifier and Type | Method and 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. | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.