Uses of Class
org.apache.iotdb.db.conf.OperationType
-
Packages that use OperationType Package Description org.apache.iotdb.db.conf org.apache.iotdb.db.utils -
-
Uses of OperationType in org.apache.iotdb.db.conf
Methods in org.apache.iotdb.db.conf that return OperationType Modifier and Type Method Description static OperationTypeOperationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OperationType[]OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OperationType in org.apache.iotdb.db.utils
Methods in org.apache.iotdb.db.utils with parameters of type OperationType Modifier and Type Method Description static org.apache.iotdb.common.rpc.thrift.TSStatusErrorHandlingUtils. onIoTDBException(java.lang.Exception e, OperationType operation, int errorCode)static org.apache.iotdb.common.rpc.thrift.TSStatusErrorHandlingUtils. onNonQueryException(java.lang.Exception e, OperationType operation)static org.apache.iotdb.common.rpc.thrift.TSStatusErrorHandlingUtils. onNPEOrUnexpectedException(java.lang.Exception e, OperationType operation, org.apache.iotdb.rpc.TSStatusCode statusCode)static org.apache.iotdb.common.rpc.thrift.TSStatusErrorHandlingUtils. onQueryException(java.lang.Exception e, OperationType operation)
-