public class FutureBatchStats extends Object
Constructor and Description |
---|
FutureBatchStats() |
Modifier and Type | Method and Description |
---|---|
String |
getDuration()
Indicates how much time it took to prepare future batch.
|
PrefetchingUser |
getPrefetchingUser()
Indicates what prefetching user (indexer, replicator, sql replicator) calculated the future batch.
|
int |
getRetries()
Number of retries till the future batch calculation succeeded.
|
int |
getSize()
Number of documents in batch.
|
String |
getTimestamp()
Time when future batch was created.
|
void |
setDuration(String duration)
Indicates how much time it took to prepare future batch.
|
void |
setPrefetchingUser(PrefetchingUser prefetchingUser)
Indicates what prefetching user (indexer, replicator, sql replicator) calculated the future batch.
|
void |
setRetries(int retries)
Number of retries till the future batch calculation succeeded.
|
void |
setSize(int size)
Number of documents in batch.
|
void |
setTimestamp(String timestamp)
Time when future batch was created.
|
public PrefetchingUser getPrefetchingUser()
public void setPrefetchingUser(PrefetchingUser prefetchingUser)
prefetchingUser
- public String getTimestamp()
public void setTimestamp(String timestamp)
timestamp
- public String getDuration()
public void setDuration(String duration)
duration
- public int getSize()
public void setSize(int size)
size
- public int getRetries()
public void setRetries(int retries)
retries
- Copyright © 2016. All Rights Reserved.