Uses of Class
org.apache.accumulo.core.dataImpl.thrift.TCMStatus
-
Packages that use TCMStatus Package Description org.apache.accumulo.core.dataImpl.thrift -
-
Uses of TCMStatus in org.apache.accumulo.core.dataImpl.thrift
Fields in org.apache.accumulo.core.dataImpl.thrift declared as TCMStatus Modifier and Type Field Description TCMStatusTCMResult. statusMethods in org.apache.accumulo.core.dataImpl.thrift that return TCMStatus Modifier and Type Method Description static TCMStatusTCMStatus. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TCMStatusTCMResult. getStatus()static TCMStatusTCMStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TCMStatus[]TCMStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type TCMStatus Modifier and Type Method Description TCMResultTCMResult. setStatus(TCMStatus status)Constructors in org.apache.accumulo.core.dataImpl.thrift with parameters of type TCMStatus Constructor Description TCMResult(long cmid, TCMStatus status)
-