Package | Description |
---|---|
org.apache.lucene.store |
Binary i/o API, used for all index data.
|
org.apache.lucene.util |
Some utility classes.
|
org.apache.lucene.util.fst |
Finite state transducers
|
org.apache.lucene.util.packed |
The packed package provides random access capable arrays of positive longs.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BufferedIndexOutput |
Base implementation class for buffered
IndexOutput . |
class |
ByteArrayDataOutput |
DataOutput backed by a byte array.
|
class |
ChecksumIndexOutput |
Writes bytes through to a primary IndexOutput, computing
checksum.
|
protected static class |
FSDirectory.FSIndexOutput |
|
class |
IndexOutput |
Abstract base class for output to a file in a Directory.
|
class |
OutputStreamDataOutput |
A
DataOutput wrapping a plain OutputStream . |
class |
RAMOutputStream |
A memory-resident
IndexOutput implementation. |
Modifier and Type | Class | Description |
---|---|---|
class |
PagedBytes.PagedBytesDataOutput |
Modifier and Type | Method | Description |
---|---|---|
static DataOutput |
CodecUtil.writeHeader(DataOutput out,
String codec,
int version) |
Modifier and Type | Method | Description |
---|---|---|
static DataOutput |
CodecUtil.writeHeader(DataOutput out,
String codec,
int version) |
|
void |
ByteBlockPool.writePool(DataOutput out) |
Writes the pools content to the given
DataOutput |
Modifier and Type | Method | Description |
---|---|---|
void |
FST.save(DataOutput out) |
|
void |
ByteSequenceOutputs.write(BytesRef prefix,
DataOutput out) |
|
void |
IntSequenceOutputs.write(IntsRef prefix,
DataOutput out) |
|
void |
NoOutputs.write(Object prefix,
DataOutput out) |
|
abstract void |
Outputs.write(T output,
DataOutput out) |
|
void |
PairOutputs.write(PairOutputs.Pair<A,B> output,
DataOutput writer) |
|
void |
PositiveIntOutputs.write(Long output,
DataOutput out) |
|
void |
UpToTwoPositiveIntOutputs.write(Object _output,
DataOutput out) |
Modifier and Type | Field | Description |
---|---|---|
protected DataOutput |
PackedInts.Writer.out |
Modifier and Type | Method | Description |
---|---|---|
static PackedInts.Writer |
PackedInts.getWriter(DataOutput out,
int valueCount,
int bitsPerValue) |
Create a packed integer array writer for the given number of values at the
given bits/value.
|
Constructor | Description |
---|---|
Writer(DataOutput out,
int valueCount,
int bitsPerValue) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.