Skip navigation links
A B C E G L M P R S T Z 

A

after() - Method in class com.spotify.helios.TemporaryPorts
 
AllocationFailedException() - Constructor for exception com.spotify.helios.TemporaryPorts.AllocationFailedException
 
await(long, TimeUnit, Callable<T>) - Static method in class com.spotify.helios.Polling
 
awaitDown(int, TimeUnit) - Method in class com.spotify.helios.ZooKeeperTestingClusterManager
 
awaitDown(int, TimeUnit) - Method in class com.spotify.helios.ZooKeeperTestingServerManager
 
awaitDown(int, TimeUnit) - Method in interface com.spotify.helios.ZooKeeperTestManager
Await zookeeper not able to serve requests.
awaitUnchecked(long, TimeUnit, Callable<T>) - Static method in class com.spotify.helios.Polling
 
awaitUp(long, TimeUnit) - Method in class com.spotify.helios.ZooKeeperTestingClusterManager
 
awaitUp(long, TimeUnit) - Method in class com.spotify.helios.ZooKeeperTestingServerManager
 
awaitUp(long, TimeUnit) - Method in interface com.spotify.helios.ZooKeeperTestManager
Await zookeeper successfully serving requests.

B

backup(Path) - Method in class com.spotify.helios.ZooKeeperTestingServerManager
 
build() - Method in class com.spotify.helios.TemporaryPorts.Builder
 
builder() - Static method in class com.spotify.helios.TemporaryPorts
 
Builder() - Constructor for class com.spotify.helios.TemporaryPorts.Builder
 

C

close() - Method in class com.spotify.helios.ZooKeeperTestingClusterManager
 
close() - Method in class com.spotify.helios.ZooKeeperTestingServerManager
 
close() - Method in interface com.spotify.helios.ZooKeeperTestManager
Tear down zookeeper.
com.spotify.helios - package com.spotify.helios
 
connectString() - Method in class com.spotify.helios.ZooKeeperTestingClusterManager
 
connectString() - Method in class com.spotify.helios.ZooKeeperTestingServerManager
 
connectString() - Method in interface com.spotify.helios.ZooKeeperTestManager
Get a connection string for this zk cluster.
create(String) - Method in class com.spotify.helios.MockServiceRegistrarFactory
 
create() - Static method in class com.spotify.helios.TemporaryPorts
 
createForDomain(String) - Method in class com.spotify.helios.MockServiceRegistrarFactory
 
curator() - Method in class com.spotify.helios.ZooKeeperTestingClusterManager
 
curator() - Method in class com.spotify.helios.ZooKeeperTestingServerManager
 
curator() - Method in interface com.spotify.helios.ZooKeeperTestManager
Get a curator client connected to this cluster.

E

end() - Method in class com.spotify.helios.TemporaryPorts.Builder
 
end(int) - Method in class com.spotify.helios.TemporaryPorts.Builder
 
ensure(String) - Method in class com.spotify.helios.ZooKeeperTestingClusterManager
 
ensure(String) - Method in class com.spotify.helios.ZooKeeperTestingServerManager
 
ensure(String) - Method in interface com.spotify.helios.ZooKeeperTestManager
Ensure a path.

G

get(String) - Static method in class com.spotify.helios.MockServiceRegistrarRegistry
 

L

localPort(String) - Method in class com.spotify.helios.TemporaryPorts
 
localPortRange(String, int) - Method in class com.spotify.helios.TemporaryPorts
 
lockDirectory() - Method in class com.spotify.helios.TemporaryPorts.Builder
 
lockDirectory(Path) - Method in class com.spotify.helios.TemporaryPorts.Builder
 

M

MockServiceRegistrarFactory - Class in com.spotify.helios
 
MockServiceRegistrarFactory() - Constructor for class com.spotify.helios.MockServiceRegistrarFactory
 
MockServiceRegistrarRegistry - Class in com.spotify.helios
 
MockServiceRegistrarRegistry() - Constructor for class com.spotify.helios.MockServiceRegistrarRegistry
 

P

Parallelized - Class in com.spotify.helios
 
Parallelized(Class<?>) - Constructor for class com.spotify.helios.Parallelized
 
peerCurator(int) - Method in class com.spotify.helios.ZooKeeperTestingClusterManager
Get a CuratorFramework client connected to only one of the peers.
Polling - Class in com.spotify.helios
 
Polling() - Constructor for class com.spotify.helios.Polling
 
port() - Method in class com.spotify.helios.TemporaryPorts.AllocatedPort
 

R

release() - Method in class com.spotify.helios.TemporaryPorts.AllocatedPort
 
release() - Method in class com.spotify.helios.TemporaryPorts.Builder
 
release(boolean) - Method in class com.spotify.helios.TemporaryPorts.Builder
 
remove(String) - Static method in class com.spotify.helios.MockServiceRegistrarRegistry
 
reset() - Method in class com.spotify.helios.ZooKeeperTestingServerManager
 
resetPeer(int) - Method in class com.spotify.helios.ZooKeeperTestingClusterManager
 
restore(Path) - Method in class com.spotify.helios.ZooKeeperTestingServerManager
 
retries() - Method in class com.spotify.helios.TemporaryPorts.Builder
 
retries(int) - Method in class com.spotify.helios.TemporaryPorts.Builder
 

S

set(String, ServiceRegistrar) - Static method in class com.spotify.helios.MockServiceRegistrarRegistry
 
start() - Method in class com.spotify.helios.TemporaryPorts.Builder
 
start(int) - Method in class com.spotify.helios.TemporaryPorts.Builder
 
start() - Method in class com.spotify.helios.ZooKeeperTestingClusterManager
 
start() - Method in class com.spotify.helios.ZooKeeperTestingServerManager
 
start() - Method in interface com.spotify.helios.ZooKeeperTestManager
Start zookeeper.
startPeer(int) - Method in class com.spotify.helios.ZooKeeperTestingClusterManager
 
stop() - Method in class com.spotify.helios.ZooKeeperTestingClusterManager
 
stop() - Method in class com.spotify.helios.ZooKeeperTestingServerManager
 
stop() - Method in interface com.spotify.helios.ZooKeeperTestManager
Stop zookeeper.
stopPeer(int) - Method in class com.spotify.helios.ZooKeeperTestingClusterManager
 

T

TemporaryPorts - Class in com.spotify.helios
 
temporaryPorts - Variable in class com.spotify.helios.ZooKeeperTestingClusterManager
 
temporaryPorts - Variable in class com.spotify.helios.ZooKeeperTestingServerManager
 
TemporaryPorts.AllocatedPort - Class in com.spotify.helios
 
TemporaryPorts.AllocationFailedException - Exception in com.spotify.helios
 
TemporaryPorts.Builder - Class in com.spotify.helios
 
tryAcquire(String, int) - Method in class com.spotify.helios.TemporaryPorts
 

Z

ZooKeeperTestingClusterManager - Class in com.spotify.helios
A ZooKeeperTestManager that uses the TestingServer to run an in-process ZooKeeper cluster.
ZooKeeperTestingClusterManager() - Constructor for class com.spotify.helios.ZooKeeperTestingClusterManager
 
ZooKeeperTestingServerManager - Class in com.spotify.helios
A ZooKeeperTestManager that uses the TestingServer to run an in-process ZooKeeper instance.
ZooKeeperTestingServerManager() - Constructor for class com.spotify.helios.ZooKeeperTestingServerManager
 
ZooKeeperTestingServerManager(String) - Constructor for class com.spotify.helios.ZooKeeperTestingServerManager
 
ZooKeeperTestManager - Interface in com.spotify.helios
 
A B C E G L M P R S T Z 
Skip navigation links

Copyright © 2015. All rights reserved.