|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
org.elasticsearch.common.lucene.store.InputStreamIndexInput
org.elasticsearch.common.lucene.store.ThreadSafeInputStreamIndexInput
public class ThreadSafeInputStreamIndexInput
| Constructor Summary | |
|---|---|
ThreadSafeInputStreamIndexInput(org.apache.lucene.store.IndexInput indexInput,
long limit)
|
|
| Method Summary | |
|---|---|
int |
read(byte[] b,
int off,
int len)
|
| Methods inherited from class org.elasticsearch.common.lucene.store.InputStreamIndexInput |
|---|
actualSizeToRead, read |
| Methods inherited from class java.io.InputStream |
|---|
available, close, mark, markSupported, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThreadSafeInputStreamIndexInput(org.apache.lucene.store.IndexInput indexInput,
long limit)
| Method Detail |
|---|
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class InputStreamIndexInputjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||