|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Host in com.netflix.astyanax |
---|
Fields in com.netflix.astyanax with type parameters of type Host | |
---|---|
protected com.google.common.base.Supplier<Map<BigInteger,List<Host>>> |
AstyanaxContext.Builder.hostSupplier
|
Methods in com.netflix.astyanax with parameters of type Host | |
---|---|
MutationBatch |
MutationBatch.pinToHost(Host host)
Pin this operation to a specific host |
Method parameters in com.netflix.astyanax with type arguments of type Host | |
---|---|
AstyanaxContext.Builder |
AstyanaxContext.Builder.withHostSupplier(com.google.common.base.Supplier<Map<BigInteger,List<Host>>> tokenRangeSupplier)
|
Uses of Host in com.netflix.astyanax.connectionpool |
---|
Fields in com.netflix.astyanax.connectionpool declared as Host | |
---|---|
static Host |
Host.NO_HOST
|
Methods in com.netflix.astyanax.connectionpool that return Host | |
---|---|
Host |
Host.addAlternateIpAddress(String ipAddress)
|
Host |
OperationResult.getHost()
Get the host on which the operation was performed |
Host |
HostConnectionPool.getHost()
Get the host to which this pool is associated |
Host |
Connection.getHost()
Get the host for this connection |
Host |
Operation.getPinnedHost()
Return the host to run on or null to select a host using the load blancer. |
Host |
Host.setId(String id)
|
Methods in com.netflix.astyanax.connectionpool that return types with arguments of type Host | |
---|---|
Map<Host,HostStats> |
ConnectionPoolMonitor.getHostStats()
Return a mapping of all hosts and their statistics |
List<Host> |
ConnectionPoolConfiguration.getSeedHosts()
Return a list of Host objects from the list of seeds returned by getSeeds(). |
Methods in com.netflix.astyanax.connectionpool with parameters of type Host | |
---|---|
boolean |
ConnectionPool.addHost(Host host,
boolean refresh)
Add a host to the connection pool. |
HostConnectionPool<CL> |
ConnectionPool.getHostPool(Host host)
Return an immutable connection pool for this host |
boolean |
ConnectionPool.hasHost(Host host)
Return true if host is contained within the connection pool |
void |
ConnectionPoolMonitor.incConnectionBorrowed(Host host,
long delay)
Incremented for each connection borrowed |
void |
ConnectionPoolMonitor.incConnectionClosed(Host host,
Exception reason)
Closed a connection |
void |
ConnectionPoolMonitor.incConnectionCreated(Host host)
Created a connection successfully |
void |
ConnectionPoolMonitor.incConnectionCreateFailed(Host host,
Exception reason)
Attempt to create a connection failed |
void |
ConnectionPoolMonitor.incConnectionReturned(Host host)
Incremented for each connection returned. |
void |
ConnectionPoolMonitor.incFailover(Host host,
Exception reason)
An operation failed by the connection pool will attempt to fail over to another host/connection. |
void |
ConnectionPoolMonitor.incOperationFailure(Host host,
Exception reason)
Errors trying to execute an operation |
void |
ConnectionPoolMonitor.incOperationSuccess(Host host,
long latency)
Succeeded in executing an operation |
boolean |
ConnectionPool.isHostUp(Host host)
Return true if the host is up |
void |
ConnectionPoolMonitor.onHostAdded(Host host,
HostConnectionPool<?> pool)
A host was added and given the associated pool. |
void |
ConnectionPoolMonitor.onHostDown(Host host,
Exception reason)
A host was identified as downed. |
void |
ConnectionPoolMonitor.onHostReactivated(Host host,
HostConnectionPool<?> pool)
A host was reactivated after being marked down |
void |
ConnectionPoolMonitor.onHostRemoved(Host host)
A host was removed from the pool. |
boolean |
ConnectionPool.removeHost(Host host,
boolean refresh)
Remove a host from the connection pool. |
Method parameters in com.netflix.astyanax.connectionpool with type arguments of type Host | |
---|---|
void |
ConnectionPool.setHosts(Map<BigInteger,List<Host>> ring)
Sets the complete set of hosts keyed by token. |
Uses of Host in com.netflix.astyanax.connectionpool.exceptions |
---|
Methods in com.netflix.astyanax.connectionpool.exceptions that return Host | |
---|---|
Host |
ConnectionException.getHost()
|
Methods in com.netflix.astyanax.connectionpool.exceptions with parameters of type Host | |
---|---|
ConnectionException |
ConnectionException.setHost(Host host)
|
Uses of Host in com.netflix.astyanax.connectionpool.impl |
---|
Fields in com.netflix.astyanax.connectionpool.impl with type parameters of type Host | |
---|---|
protected org.cliffc.high_scale_lib.NonBlockingHashMap<Host,HostConnectionPool<CL>> |
AbstractHostPartitionConnectionPool.hosts
|
Methods in com.netflix.astyanax.connectionpool.impl that return Host | |
---|---|
Host |
AbstractExecuteWithFailoverImpl.getCurrentHost()
|
Host |
SimpleHostConnectionPool.getHost()
|
Host |
OperationResultImpl.getHost()
|
Methods in com.netflix.astyanax.connectionpool.impl that return types with arguments of type Host | |
---|---|
Map<Host,HostStats> |
CountingConnectionPoolMonitor.getHostStats()
|
List<Host> |
ConnectionPoolConfigurationImpl.getSeedHosts()
|
Methods in com.netflix.astyanax.connectionpool.impl with parameters of type Host | |
---|---|
boolean |
AbstractHostPartitionConnectionPool.addHost(Host host,
boolean refresh)
|
HostConnectionPool<CL> |
AbstractHostPartitionConnectionPool.getHostPool(Host host)
|
boolean |
AbstractHostPartitionConnectionPool.hasHost(Host host)
|
void |
CountingConnectionPoolMonitor.incConnectionBorrowed(Host host,
long delay)
|
void |
Slf4jConnectionPoolMonitorImpl.incConnectionClosed(Host host,
Exception reason)
|
void |
CountingConnectionPoolMonitor.incConnectionClosed(Host host,
Exception reason)
|
void |
CountingConnectionPoolMonitor.incConnectionCreated(Host host)
|
void |
Slf4jConnectionPoolMonitorImpl.incConnectionCreateFailed(Host host,
Exception reason)
|
void |
CountingConnectionPoolMonitor.incConnectionCreateFailed(Host host,
Exception reason)
|
void |
CountingConnectionPoolMonitor.incConnectionReturned(Host host)
|
void |
Slf4jConnectionPoolMonitorImpl.incFailover(Host host,
Exception reason)
|
void |
CountingConnectionPoolMonitor.incFailover(Host host,
Exception reason)
|
void |
Slf4jConnectionPoolMonitorImpl.incOperationFailure(Host host,
Exception reason)
|
void |
CountingConnectionPoolMonitor.incOperationFailure(Host host,
Exception reason)
|
void |
CountingConnectionPoolMonitor.incOperationSuccess(Host host,
long latency)
|
boolean |
AbstractHostPartitionConnectionPool.isHostUp(Host host)
|
protected HostConnectionPool<CL> |
AbstractHostPartitionConnectionPool.newHostConnectionPool(Host host,
ConnectionFactory<CL> factory,
ConnectionPoolConfiguration config)
|
void |
Slf4jConnectionPoolMonitorImpl.onHostAdded(Host host,
HostConnectionPool<?> pool)
|
void |
CountingConnectionPoolMonitor.onHostAdded(Host host,
HostConnectionPool<?> pool)
|
void |
Slf4jConnectionPoolMonitorImpl.onHostDown(Host host,
Exception reason)
|
void |
CountingConnectionPoolMonitor.onHostDown(Host host,
Exception reason)
|
void |
Slf4jConnectionPoolMonitorImpl.onHostReactivated(Host host,
HostConnectionPool<?> pool)
|
void |
CountingConnectionPoolMonitor.onHostReactivated(Host host,
HostConnectionPool<?> pool)
|
void |
Slf4jConnectionPoolMonitorImpl.onHostRemoved(Host host)
|
void |
CountingConnectionPoolMonitor.onHostRemoved(Host host)
|
boolean |
AbstractHostPartitionConnectionPool.removeHost(Host host,
boolean refresh)
|
Method parameters in com.netflix.astyanax.connectionpool.impl with type arguments of type Host | |
---|---|
void |
AbstractHostPartitionConnectionPool.setHosts(Map<BigInteger,List<Host>> ring)
|
Constructors in com.netflix.astyanax.connectionpool.impl with parameters of type Host | |
---|---|
OperationResultImpl(Host host,
R result,
long latency)
|
|
SimpleHostConnectionPool(Host host,
ConnectionFactory<CL> factory,
ConnectionPoolMonitor monitor,
ConnectionPoolConfiguration config,
SimpleHostConnectionPool.Listener<CL> listener)
|
Constructor parameters in com.netflix.astyanax.connectionpool.impl with type arguments of type Host | |
---|---|
NodeDiscoveryImpl(String name,
int interval,
com.google.common.base.Supplier<Map<BigInteger,List<Host>>> tokenRangeSupplier,
ConnectionPool<?> connectionPool)
|
Uses of Host in com.netflix.astyanax.impl |
---|
Methods in com.netflix.astyanax.impl that return types with arguments of type Host | |
---|---|
Map<BigInteger,List<Host>> |
RingDescribeHostSupplier.get()
|
Map<BigInteger,List<Host>> |
FilteringHostSupplier.get()
|
Constructor parameters in com.netflix.astyanax.impl with type arguments of type Host | |
---|---|
FilteringHostSupplier(com.google.common.base.Supplier<Map<BigInteger,List<Host>>> sourceSupplier,
com.google.common.base.Supplier<Map<BigInteger,List<Host>>> filterSupplier)
|
|
FilteringHostSupplier(com.google.common.base.Supplier<Map<BigInteger,List<Host>>> sourceSupplier,
com.google.common.base.Supplier<Map<BigInteger,List<Host>>> filterSupplier)
|
Uses of Host in com.netflix.astyanax.query |
---|
Methods in com.netflix.astyanax.query with parameters of type Host | |
---|---|
ColumnFamilyQuery<K,C> |
ColumnFamilyQuery.pinToHost(Host host)
Run the query on the specified host |
Uses of Host in com.netflix.astyanax.shallows |
---|
Methods in com.netflix.astyanax.shallows that return types with arguments of type Host | |
---|---|
Map<Host,HostStats> |
EmptyConnectionPoolMonitor.getHostStats()
|
Methods in com.netflix.astyanax.shallows with parameters of type Host | |
---|---|
void |
EmptyConnectionPoolMonitor.incConnectionBorrowed(Host host,
long delay)
|
void |
EmptyConnectionPoolMonitor.incConnectionClosed(Host host,
Exception e)
|
void |
EmptyConnectionPoolMonitor.incConnectionCreated(Host host)
|
void |
EmptyConnectionPoolMonitor.incConnectionCreateFailed(Host host,
Exception e)
|
void |
EmptyConnectionPoolMonitor.incConnectionReturned(Host host)
|
void |
EmptyConnectionPoolMonitor.incFailover(Host host,
Exception e)
|
void |
EmptyConnectionPoolMonitor.incOperationFailure(Host host,
Exception e)
|
void |
EmptyConnectionPoolMonitor.incOperationSuccess(Host host,
long latency)
|
void |
EmptyConnectionPoolMonitor.onHostAdded(Host host,
HostConnectionPool<?> pool)
|
void |
EmptyConnectionPoolMonitor.onHostDown(Host host,
Exception reason)
|
void |
EmptyConnectionPoolMonitor.onHostReactivated(Host host,
HostConnectionPool<?> pool)
|
void |
EmptyConnectionPoolMonitor.onHostRemoved(Host host)
|
Uses of Host in com.netflix.astyanax.thrift |
---|
Methods in com.netflix.astyanax.thrift that return Host | |
---|---|
Host |
AbstractOperationImpl.getPinnedHost()
|
Methods in com.netflix.astyanax.thrift with parameters of type Host | |
---|---|
ColumnFamilyQuery<K,C> |
ThriftColumnFamilyQueryImpl.pinToHost(Host host)
|
Constructors in com.netflix.astyanax.thrift with parameters of type Host | |
---|---|
AbstractKeyspaceOperationImpl(CassandraOperationTracer tracer,
Host pinnedHost,
String keyspaceName)
|
|
AbstractOperationImpl(CassandraOperationTracer tracer,
Host host)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |