Uses of Interface
org.apache.solr.common.cloud.ZkOperation
-
Packages that use ZkOperation Package Description org.apache.solr.common.cloud -
-
Uses of ZkOperation in org.apache.solr.common.cloud
Methods in org.apache.solr.common.cloud with parameters of type ZkOperation Modifier and Type Method Description <T> T
ZkCmdExecutor. retryOperation(ZkOperation<T> operation)
Perform the given operation, retrying if the connection fails
-