Class RefreshIndexResponse
java.lang.Object
com.liferay.portal.search.engine.adapter.index.RefreshIndexResponse
- All Implemented Interfaces:
IndexResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddIndexRequestShardFailure(IndexRequestShardFailure indexRequestShardFailure) intintintvoidsetFailedShards(int failedShards) voidsetSuccessfulShards(int successfulShards) voidsetTotalShards(int totalShards)
-
Constructor Details
-
RefreshIndexResponse
public RefreshIndexResponse()
-
-
Method Details
-
addIndexRequestShardFailure
-
getFailedShards
public int getFailedShards() -
getIndexRequestShardFailures
-
getSuccessfulShards
public int getSuccessfulShards() -
getTotalShards
public int getTotalShards() -
setFailedShards
public void setFailedShards(int failedShards) -
setSuccessfulShards
public void setSuccessfulShards(int successfulShards) -
setTotalShards
public void setTotalShards(int totalShards)
-