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