public class GridLuceneOutputStream
extends IndexOutput
IndexOutput implementation.| Constructor and Description |
|---|
GridLuceneOutputStream(GridLuceneFile f)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
copyBytes(DataInput input,
long numBytes) |
long |
getChecksum() |
Collection<Accountable> |
getChildResources() |
long |
getFilePointer() |
long |
ramBytesUsed() |
void |
reset()
Resets this to an empty file.
|
void |
writeByte(byte b) |
void |
writeBytes(byte[] b,
int offset,
int len) |
public GridLuceneOutputStream(GridLuceneFile f)
f - File.public void reset()
public void close()
throws IOException
IOExceptionpublic long getChecksum()
throws IOException
IOExceptionpublic void writeByte(byte b)
throws IOException
IOExceptionpublic void writeBytes(byte[] b,
int offset,
int len)
throws IOException
IOExceptionpublic long getFilePointer()
public void copyBytes(DataInput input,
long numBytes)
throws IOException
IOExceptionpublic long ramBytesUsed()
public Collection<Accountable> getChildResources()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2-p3 Release Date : April 25 2019