@Deprecated
public interface HintedHandOffManagerMBean
Modifier and Type | Method and Description |
---|---|
void |
deleteHintsForEndpoint(java.lang.String host)
Deprecated.
Nuke all hints from this node to `ep`.
|
java.util.List<java.lang.String> |
listEndpointsPendingHints()
Deprecated.
List all the endpoints that this node has hints for.
|
void |
pauseHintsDelivery(boolean b)
Deprecated.
pause hints delivery process
|
void |
scheduleHintDelivery(java.lang.String host)
Deprecated.
force hint delivery to an endpoint
|
void |
truncateAllHints()
Deprecated.
Truncate all the hints
|
void deleteHintsForEndpoint(java.lang.String host)
host
- String rep. of endpoint address to delete hints for, either ip address ("127.0.0.1") or hostnamevoid truncateAllHints() throws java.util.concurrent.ExecutionException, java.lang.InterruptedException
java.util.concurrent.ExecutionException
java.lang.InterruptedException
java.util.List<java.lang.String> listEndpointsPendingHints()
void scheduleHintDelivery(java.lang.String host) throws java.net.UnknownHostException
java.net.UnknownHostException
void pauseHintsDelivery(boolean b)
Copyright © 2019 The Apache Software Foundation