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