public class AsyncIndexInfo
extends java.lang.Object
Constructor and Description |
---|
AsyncIndexInfo(java.lang.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.
|
java.lang.String |
getName() |
@Nullable IndexStatsMBean |
getStatsMBean()
IndexStatsMBean for current indexer.
|
boolean |
isRunning()
Returns true if the async indexer is currently active
|
java.lang.String |
toString() |
public AsyncIndexInfo(java.lang.String name, long lastIndexedTo, long leaseExpiryTime, boolean running, @Nullable @Nullable IndexStatsMBean statsMBean)
public java.lang.String getName()
public long getLastIndexedTo()
public long getLeaseExpiryTime()
public boolean isRunning()
@Nullable public @Nullable IndexStatsMBean getStatsMBean()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010 - 2020 Adobe. All Rights Reserved