com.netflix.astyanax.connectionpool
Interface BadHostDetector

All Known Implementing Classes:
BadHostDetectorImpl, EmptyBadHostDetectorImpl

public interface BadHostDetector

Interface for algorithm to detect when a host is considered down. Once a host is considered to be down it will be added to the retry service

Author:
elandau

Nested Class Summary
static interface BadHostDetector.Instance
           
 
Method Summary
 BadHostDetector.Instance createInstance()
           
 void removeInstance(BadHostDetector.Instance instance)
           
 

Method Detail

createInstance

BadHostDetector.Instance createInstance()

removeInstance

void removeInstance(BadHostDetector.Instance instance)


Copyright © 2012. All Rights Reserved.