public class AsyncIndexInfo extends Object
| Constructor and Description |
|---|
AsyncIndexInfo(String name,
long lastIndexedTo,
long leaseExpiryTime,
boolean running,
@Nullable IndexStatsMBean statsMBean) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLastIndexedTo()
Time in millis upto which the repository state is indexed via
this indexer
|
long |
getLeaseExpiryTime()
Time in millis at which the current help lease would expire if
indexing is in progress.
|
String |
getName() |
@Nullable IndexStatsMBean |
getStatsMBean()
IndexStatsMBean for current indexer.
|
boolean |
isRunning()
Returns true if the async indexer is currently active
|
String |
toString() |
public AsyncIndexInfo(String name, long lastIndexedTo, long leaseExpiryTime, boolean running, @Nullable @Nullable IndexStatsMBean statsMBean)
public String getName()
public long getLastIndexedTo()
public long getLeaseExpiryTime()
public boolean isRunning()
@Nullable public @Nullable IndexStatsMBean getStatsMBean()
Copyright © 2010 - 2020 Adobe. All Rights Reserved