Package org.apache.solr.update
Class PeerSync.PeerSyncResult
- java.lang.Object
-
- org.apache.solr.update.PeerSync.PeerSyncResult
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PeerSync.PeerSyncResult
failure()
static PeerSync.PeerSyncResult
failure(boolean otherHasVersions)
Optional<Boolean>
getOtherHasVersions()
boolean
isSuccess()
static PeerSync.PeerSyncResult
success()
-
-
-
Method Detail
-
isSuccess
public boolean isSuccess()
-
success
public static PeerSync.PeerSyncResult success()
-
failure
public static PeerSync.PeerSyncResult failure()
-
failure
public static PeerSync.PeerSyncResult failure(boolean otherHasVersions)
-
-