Package | Description |
---|---|
org.apache.solr.common.util |
Common utility classes reused on both clients & server.
|
org.apache.solr.update |
APIs and classes for managing index updates
|
Modifier and Type | Field and Description |
---|---|
protected FastOutputStream |
JavaBinCodec.daos |
Modifier and Type | Method and Description |
---|---|
static FastOutputStream |
FastOutputStream.wrap(OutputStream sink) |
Modifier and Type | Method and Description |
---|---|
void |
JavaBinCodec.init(FastOutputStream os)
expert: sets a new output stream
|
static void |
JavaBinCodec.writeVInt(int i,
FastOutputStream out)
Special method for variable length int (copied from lucene).
|
static void |
JavaBinCodec.writeVLong(long i,
FastOutputStream out) |
Modifier and Type | Class and Description |
---|---|
class |
MemOutputStream |
Modifier and Type | Method and Description |
---|---|
void |
MemOutputStream.writeAll(FastOutputStream fos) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.