| Package | Description | 
|---|---|
| org.apache.cassandra.hints | Hints subsystem consists of several components. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Hint | Hint. create(Mutation mutation,
      long creationTime) | 
| static Hint | Hint. create(Mutation mutation,
      long creationTime,
      int gcgs) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HintsService. write(java.lang.Iterable<java.util.UUID> hostIds,
     Hint hint)Write a hint for a iterable of nodes. | 
| void | HintsService. write(java.util.UUID hostId,
     Hint hint)Write a hint for a single node. | 
Copyright © 2018 The Apache Software Foundation