Package org.apache.cassandra.hints
Class PendingHintsInfo
java.lang.Object
org.apache.cassandra.hints.PendingHintsInfo
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPendingHintsInfo(UUID hostId, int totalFiles, long oldestTimestamp, long newestTimestamp) -
Method Summary
-
Field Details
-
HOST_ID
- See Also:
-
TOTAL_FILES
- See Also:
-
OLDEST_TIMESTAMP
- See Also:
-
NEWEST_TIMESTAMP
- See Also:
-
hostId
-
totalFiles
public final int totalFiles -
oldestTimestamp
public final long oldestTimestamp -
newestTimestamp
public final long newestTimestamp
-
-
Constructor Details
-
PendingHintsInfo
-
-
Method Details