| 程序包 | 说明 |
|---|---|
| org.apache.solr.common.util |
Common utility classes reused on both clients & server.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FastJavaBinDecoder.Tag.lazyRead(FastJavaBinDecoder.EntryImpl entry,
org.apache.solr.common.util.FastJavaBinDecoder.StreamCodec codec)
This should read the minimal data about the entry . if the data is a primitive type ,
read the whole thing
|
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 © 2006–2022 The Apache Software Foundation. All rights reserved.