Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TMaintainPeerReq._Fields
-
Packages that use TMaintainPeerReq._Fields Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TMaintainPeerReq._Fields in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift with type parameters of type TMaintainPeerReq._Fields Modifier and Type Field Description static Map<TMaintainPeerReq._Fields,org.apache.thrift.meta_data.FieldMetaData>TMaintainPeerReq. metaDataMapMethods in org.apache.iotdb.mpp.rpc.thrift that return TMaintainPeerReq._Fields Modifier and Type Method Description TMaintainPeerReq._FieldsTMaintainPeerReq. fieldForId(int fieldId)static TMaintainPeerReq._FieldsTMaintainPeerReq._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static TMaintainPeerReq._FieldsTMaintainPeerReq._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static TMaintainPeerReq._FieldsTMaintainPeerReq._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.static TMaintainPeerReq._FieldsTMaintainPeerReq._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static TMaintainPeerReq._Fields[]TMaintainPeerReq._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TMaintainPeerReq._Fields Modifier and Type Method Description ObjectTMaintainPeerReq. getFieldValue(TMaintainPeerReq._Fields field)booleanTMaintainPeerReq. isSet(TMaintainPeerReq._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidTMaintainPeerReq. setFieldValue(TMaintainPeerReq._Fields field, Object value)
-