public class MockSolrZkClient
extends org.apache.solr.common.cloud.SolrZkClient
Constructor and Description |
---|
MockSolrZkClient() |
Modifier and Type | Method and Description |
---|---|
Boolean |
exists(String path,
boolean retryOnConnLoss) |
byte[] |
getData(String path,
org.apache.zookeeper.Watcher watcher,
org.apache.zookeeper.data.Stat stat,
boolean retryOnConnLoss) |
atomicUpdate, atomicUpdate, checkInterrupted, clean, clean, close, containsChroot, create, createZkACLProvider, createZkCredentialsToAddAutomatically, delete, downConfig, downloadFromZK, exists, getACL, getChildren, getChildren, getConfig, getConnectionManager, getSolrZooKeeper, getZkACLProvider, getZkClientConnectionStrategy, getZkClientTimeout, getZkServerAddress, isClosed, isConnected, listZnode, makePath, makePath, makePath, makePath, makePath, makePath, makePath, makePath, makePath, makePath, makePath, moveZnode, multi, prettyPrint, printLayout, printLayoutToStdOut, printLayoutToStream, setACL, setData, setData, setData, upConfig, updateACLs, uploadToZK, wrapWatcher, zkTransfer
public Boolean exists(String path, boolean retryOnConnLoss) throws org.apache.zookeeper.KeeperException, InterruptedException
exists
in class org.apache.solr.common.cloud.SolrZkClient
org.apache.zookeeper.KeeperException
InterruptedException
public byte[] getData(String path, org.apache.zookeeper.Watcher watcher, org.apache.zookeeper.data.Stat stat, boolean retryOnConnLoss) throws org.apache.zookeeper.KeeperException, InterruptedException
getData
in class org.apache.solr.common.cloud.SolrZkClient
org.apache.zookeeper.KeeperException
InterruptedException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.