public class IncrementalIndexSegment extends AbstractSegment
| Constructor and Description |
|---|
IncrementalIndexSegment(IncrementalIndex index,
String segmentIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
QueryableIndex |
asQueryableIndex() |
StorageAdapter |
asStorageAdapter() |
void |
close() |
org.joda.time.Interval |
getDataInterval() |
String |
getIdentifier() |
aspublic IncrementalIndexSegment(IncrementalIndex index, String segmentIdentifier)
public String getIdentifier()
public org.joda.time.Interval getDataInterval()
public QueryableIndex asQueryableIndex()
public StorageAdapter asStorageAdapter()
public void close()
throws IOException
IOExceptionCopyright © 2011–2017. All rights reserved.