public class IndexScanReport extends Object
Constructor and Description |
---|
IndexScanReport(IndexState state,
long lastScan,
int completeness) |
Modifier and Type | Method and Description |
---|---|
int |
getCompleteness() |
long |
getLastScan() |
IndexState |
getState() |
public IndexScanReport(IndexState state, long lastScan, int completeness)
public IndexState getState()
public long getLastScan()
public int getCompleteness()
Copyright © 2015. All rights reserved.