Package | Description |
---|---|
org.apache.solr.common.util | |
org.apache.solr.handler |
Modifier and Type | Field and Description |
---|---|
protected FastOutputStream |
JavaBinCodec.daos |
Modifier and Type | Method and Description |
---|---|
static FastOutputStream |
FastOutputStream.wrap(java.io.OutputStream sink) |
Modifier and Type | Method and Description |
---|---|
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 | Field and Description |
---|---|
private FastOutputStream |
ReplicationHandler.FileStream.fos |