Uses of Class
org.apache.cassandra.db.commitlog.CommitLogReadHandler.CommitLogReadErrorReason
-
Packages that use CommitLogReadHandler.CommitLogReadErrorReason Package Description org.apache.cassandra.db.commitlog -
-
Uses of CommitLogReadHandler.CommitLogReadErrorReason in org.apache.cassandra.db.commitlog
Fields in org.apache.cassandra.db.commitlog declared as CommitLogReadHandler.CommitLogReadErrorReason Modifier and Type Field Description CommitLogReadHandler.CommitLogReadErrorReason
CommitLogReadHandler.CommitLogReadException. reason
Methods in org.apache.cassandra.db.commitlog that return CommitLogReadHandler.CommitLogReadErrorReason Modifier and Type Method Description static CommitLogReadHandler.CommitLogReadErrorReason
CommitLogReadHandler.CommitLogReadErrorReason. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CommitLogReadHandler.CommitLogReadErrorReason[]
CommitLogReadHandler.CommitLogReadErrorReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-