public static class MetricsDirectoryFactory.MetricsInput extends IndexInput
| Constructor and Description |
|---|
MetricsInput(com.codahale.metrics.Meter totalMeter,
com.codahale.metrics.Histogram totalHistogram,
com.codahale.metrics.Histogram histogram,
com.codahale.metrics.Meter meter,
IndexInput in) |
MetricsInput(com.codahale.metrics.Meter totalMeter,
com.codahale.metrics.Histogram totalHistogram,
SolrMetricManager metricManager,
String registry,
String metricName,
IndexInput in) |
| Modifier and Type | Method and Description |
|---|---|
IndexInput |
clone() |
void |
close() |
long |
getFilePointer() |
long |
length() |
byte |
readByte() |
void |
readBytes(byte[] b,
int offset,
int len) |
void |
seek(long pos) |
IndexInput |
slice(String sliceDescription,
long offset,
long length) |
getFullSliceDescription, randomAccessSlice, toStringreadBytes, readInt, readLong, readMapOfStrings, readSetOfStrings, readShort, readString, readStringSet, readStringStringMap, readVInt, readVLong, readZInt, readZLong, skipBytespublic MetricsInput(com.codahale.metrics.Meter totalMeter,
com.codahale.metrics.Histogram totalHistogram,
SolrMetricManager metricManager,
String registry,
String metricName,
IndexInput in)
public MetricsInput(com.codahale.metrics.Meter totalMeter,
com.codahale.metrics.Histogram totalHistogram,
com.codahale.metrics.Histogram histogram,
com.codahale.metrics.Meter meter,
IndexInput in)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class IndexInputIOExceptionpublic long getFilePointer()
getFilePointer in class IndexInputpublic void seek(long pos)
throws IOException
seek in class IndexInputIOExceptionpublic long length()
length in class IndexInputpublic IndexInput clone()
clone in class IndexInputpublic IndexInput slice(String sliceDescription, long offset, long length) throws IOException
slice in class IndexInputIOExceptionpublic byte readByte()
throws IOException
readByte in class DataInputIOExceptionpublic void readBytes(byte[] b,
int offset,
int len)
throws IOException
readBytes in class DataInputIOExceptionCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.