org.apache.hadoop.hive.metastore.api.PrincipalPrivilegeSet Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hive-apache Show documentation
Show all versions of hive-apache Show documentation
Shaded version of Apache Hive for Presto
The newest version!
/**
* Autogenerated by Thrift Compiler (0.9.3)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package org.apache.hadoop.hive.metastore.api;
import org.apache.thrift.scheme.IScheme;
import org.apache.thrift.scheme.SchemeFactory;
import org.apache.thrift.scheme.StandardScheme;
import org.apache.thrift.scheme.TupleScheme;
import org.apache.thrift.protocol.TTupleProtocol;
import org.apache.thrift.protocol.TProtocolException;
import org.apache.thrift.EncodingUtils;
import org.apache.thrift.TException;
import org.apache.thrift.async.AsyncMethodCallback;
import org.apache.thrift.server.AbstractNonblockingServer.*;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.util.HashMap;
import java.util.EnumMap;
import java.util.Set;
import java.util.HashSet;
import java.util.EnumSet;
import java.util.Collections;
import java.util.BitSet;
import java.nio.ByteBuffer;
import java.util.Arrays;
import javax.annotation.Generated;
import io.prestosql.hive.$internal.org.slf4j.Logger;
import io.prestosql.hive.$internal.org.slf4j.LoggerFactory;
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
public class PrincipalPrivilegeSet implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("PrincipalPrivilegeSet");
private static final org.apache.thrift.protocol.TField USER_PRIVILEGES_FIELD_DESC = new org.apache.thrift.protocol.TField("userPrivileges", org.apache.thrift.protocol.TType.MAP, (short)1);
private static final org.apache.thrift.protocol.TField GROUP_PRIVILEGES_FIELD_DESC = new org.apache.thrift.protocol.TField("groupPrivileges", org.apache.thrift.protocol.TType.MAP, (short)2);
private static final org.apache.thrift.protocol.TField ROLE_PRIVILEGES_FIELD_DESC = new org.apache.thrift.protocol.TField("rolePrivileges", org.apache.thrift.protocol.TType.MAP, (short)3);
private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>();
static {
schemes.put(StandardScheme.class, new PrincipalPrivilegeSetStandardSchemeFactory());
schemes.put(TupleScheme.class, new PrincipalPrivilegeSetTupleSchemeFactory());
}
private Map> userPrivileges; // required
private Map> groupPrivileges; // required
private Map> rolePrivileges; // required
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
USER_PRIVILEGES((short)1, "userPrivileges"),
GROUP_PRIVILEGES((short)2, "groupPrivileges"),
ROLE_PRIVILEGES((short)3, "rolePrivileges");
private static final Map byName = new HashMap();
static {
for (_Fields field : EnumSet.allOf(_Fields.class)) {
byName.put(field.getFieldName(), field);
}
}
/**
* Find the _Fields constant that matches fieldId, or null if its not found.
*/
public static _Fields findByThriftId(int fieldId) {
switch(fieldId) {
case 1: // USER_PRIVILEGES
return USER_PRIVILEGES;
case 2: // GROUP_PRIVILEGES
return GROUP_PRIVILEGES;
case 3: // ROLE_PRIVILEGES
return ROLE_PRIVILEGES;
default:
return null;
}
}
/**
* Find the _Fields constant that matches fieldId, throwing an exception
* if it is not found.
*/
public static _Fields findByThriftIdOrThrow(int fieldId) {
_Fields fields = findByThriftId(fieldId);
if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
return fields;
}
/**
* Find the _Fields constant that matches name, or null if its not found.
*/
public static _Fields findByName(String name) {
return byName.get(name);
}
private final short _thriftId;
private final String _fieldName;
_Fields(short thriftId, String fieldName) {
_thriftId = thriftId;
_fieldName = fieldName;
}
public short getThriftFieldId() {
return _thriftId;
}
public String getFieldName() {
return _fieldName;
}
}
// isset id assignments
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
static {
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
tmpMap.put(_Fields.USER_PRIVILEGES, new org.apache.thrift.meta_data.FieldMetaData("userPrivileges", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.MapMetaData(org.apache.thrift.protocol.TType.MAP,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING),
new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST,
new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, PrivilegeGrantInfo.class)))));
tmpMap.put(_Fields.GROUP_PRIVILEGES, new org.apache.thrift.meta_data.FieldMetaData("groupPrivileges", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.MapMetaData(org.apache.thrift.protocol.TType.MAP,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING),
new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST,
new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, PrivilegeGrantInfo.class)))));
tmpMap.put(_Fields.ROLE_PRIVILEGES, new org.apache.thrift.meta_data.FieldMetaData("rolePrivileges", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.MapMetaData(org.apache.thrift.protocol.TType.MAP,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING),
new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST,
new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, PrivilegeGrantInfo.class)))));
metaDataMap = Collections.unmodifiableMap(tmpMap);
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(PrincipalPrivilegeSet.class, metaDataMap);
}
public PrincipalPrivilegeSet() {
}
public PrincipalPrivilegeSet(
Map> userPrivileges,
Map> groupPrivileges,
Map> rolePrivileges)
{
this();
this.userPrivileges = userPrivileges;
this.groupPrivileges = groupPrivileges;
this.rolePrivileges = rolePrivileges;
}
/**
* Performs a deep copy on other.
*/
public PrincipalPrivilegeSet(PrincipalPrivilegeSet other) {
if (other.isSetUserPrivileges()) {
Map> __this__userPrivileges = new HashMap>(other.userPrivileges.size());
for (Map.Entry> other_element : other.userPrivileges.entrySet()) {
String other_element_key = other_element.getKey();
List other_element_value = other_element.getValue();
String __this__userPrivileges_copy_key = other_element_key;
List __this__userPrivileges_copy_value = new ArrayList(other_element_value.size());
for (PrivilegeGrantInfo other_element_value_element : other_element_value) {
__this__userPrivileges_copy_value.add(new PrivilegeGrantInfo(other_element_value_element));
}
__this__userPrivileges.put(__this__userPrivileges_copy_key, __this__userPrivileges_copy_value);
}
this.userPrivileges = __this__userPrivileges;
}
if (other.isSetGroupPrivileges()) {
Map> __this__groupPrivileges = new HashMap>(other.groupPrivileges.size());
for (Map.Entry> other_element : other.groupPrivileges.entrySet()) {
String other_element_key = other_element.getKey();
List other_element_value = other_element.getValue();
String __this__groupPrivileges_copy_key = other_element_key;
List __this__groupPrivileges_copy_value = new ArrayList(other_element_value.size());
for (PrivilegeGrantInfo other_element_value_element : other_element_value) {
__this__groupPrivileges_copy_value.add(new PrivilegeGrantInfo(other_element_value_element));
}
__this__groupPrivileges.put(__this__groupPrivileges_copy_key, __this__groupPrivileges_copy_value);
}
this.groupPrivileges = __this__groupPrivileges;
}
if (other.isSetRolePrivileges()) {
Map> __this__rolePrivileges = new HashMap>(other.rolePrivileges.size());
for (Map.Entry> other_element : other.rolePrivileges.entrySet()) {
String other_element_key = other_element.getKey();
List other_element_value = other_element.getValue();
String __this__rolePrivileges_copy_key = other_element_key;
List __this__rolePrivileges_copy_value = new ArrayList(other_element_value.size());
for (PrivilegeGrantInfo other_element_value_element : other_element_value) {
__this__rolePrivileges_copy_value.add(new PrivilegeGrantInfo(other_element_value_element));
}
__this__rolePrivileges.put(__this__rolePrivileges_copy_key, __this__rolePrivileges_copy_value);
}
this.rolePrivileges = __this__rolePrivileges;
}
}
public PrincipalPrivilegeSet deepCopy() {
return new PrincipalPrivilegeSet(this);
}
@Override
public void clear() {
this.userPrivileges = null;
this.groupPrivileges = null;
this.rolePrivileges = null;
}
public int getUserPrivilegesSize() {
return (this.userPrivileges == null) ? 0 : this.userPrivileges.size();
}
public void putToUserPrivileges(String key, List val) {
if (this.userPrivileges == null) {
this.userPrivileges = new HashMap>();
}
this.userPrivileges.put(key, val);
}
public Map> getUserPrivileges() {
return this.userPrivileges;
}
public void setUserPrivileges(Map> userPrivileges) {
this.userPrivileges = userPrivileges;
}
public void unsetUserPrivileges() {
this.userPrivileges = null;
}
/** Returns true if field userPrivileges is set (has been assigned a value) and false otherwise */
public boolean isSetUserPrivileges() {
return this.userPrivileges != null;
}
public void setUserPrivilegesIsSet(boolean value) {
if (!value) {
this.userPrivileges = null;
}
}
public int getGroupPrivilegesSize() {
return (this.groupPrivileges == null) ? 0 : this.groupPrivileges.size();
}
public void putToGroupPrivileges(String key, List val) {
if (this.groupPrivileges == null) {
this.groupPrivileges = new HashMap>();
}
this.groupPrivileges.put(key, val);
}
public Map> getGroupPrivileges() {
return this.groupPrivileges;
}
public void setGroupPrivileges(Map> groupPrivileges) {
this.groupPrivileges = groupPrivileges;
}
public void unsetGroupPrivileges() {
this.groupPrivileges = null;
}
/** Returns true if field groupPrivileges is set (has been assigned a value) and false otherwise */
public boolean isSetGroupPrivileges() {
return this.groupPrivileges != null;
}
public void setGroupPrivilegesIsSet(boolean value) {
if (!value) {
this.groupPrivileges = null;
}
}
public int getRolePrivilegesSize() {
return (this.rolePrivileges == null) ? 0 : this.rolePrivileges.size();
}
public void putToRolePrivileges(String key, List val) {
if (this.rolePrivileges == null) {
this.rolePrivileges = new HashMap>();
}
this.rolePrivileges.put(key, val);
}
public Map> getRolePrivileges() {
return this.rolePrivileges;
}
public void setRolePrivileges(Map> rolePrivileges) {
this.rolePrivileges = rolePrivileges;
}
public void unsetRolePrivileges() {
this.rolePrivileges = null;
}
/** Returns true if field rolePrivileges is set (has been assigned a value) and false otherwise */
public boolean isSetRolePrivileges() {
return this.rolePrivileges != null;
}
public void setRolePrivilegesIsSet(boolean value) {
if (!value) {
this.rolePrivileges = null;
}
}
public void setFieldValue(_Fields field, Object value) {
switch (field) {
case USER_PRIVILEGES:
if (value == null) {
unsetUserPrivileges();
} else {
setUserPrivileges((Map>)value);
}
break;
case GROUP_PRIVILEGES:
if (value == null) {
unsetGroupPrivileges();
} else {
setGroupPrivileges((Map>)value);
}
break;
case ROLE_PRIVILEGES:
if (value == null) {
unsetRolePrivileges();
} else {
setRolePrivileges((Map>)value);
}
break;
}
}
public Object getFieldValue(_Fields field) {
switch (field) {
case USER_PRIVILEGES:
return getUserPrivileges();
case GROUP_PRIVILEGES:
return getGroupPrivileges();
case ROLE_PRIVILEGES:
return getRolePrivileges();
}
throw new IllegalStateException();
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
public boolean isSet(_Fields field) {
if (field == null) {
throw new IllegalArgumentException();
}
switch (field) {
case USER_PRIVILEGES:
return isSetUserPrivileges();
case GROUP_PRIVILEGES:
return isSetGroupPrivileges();
case ROLE_PRIVILEGES:
return isSetRolePrivileges();
}
throw new IllegalStateException();
}
@Override
public boolean equals(Object that) {
if (that == null)
return false;
if (that instanceof PrincipalPrivilegeSet)
return this.equals((PrincipalPrivilegeSet)that);
return false;
}
public boolean equals(PrincipalPrivilegeSet that) {
if (that == null)
return false;
boolean this_present_userPrivileges = true && this.isSetUserPrivileges();
boolean that_present_userPrivileges = true && that.isSetUserPrivileges();
if (this_present_userPrivileges || that_present_userPrivileges) {
if (!(this_present_userPrivileges && that_present_userPrivileges))
return false;
if (!this.userPrivileges.equals(that.userPrivileges))
return false;
}
boolean this_present_groupPrivileges = true && this.isSetGroupPrivileges();
boolean that_present_groupPrivileges = true && that.isSetGroupPrivileges();
if (this_present_groupPrivileges || that_present_groupPrivileges) {
if (!(this_present_groupPrivileges && that_present_groupPrivileges))
return false;
if (!this.groupPrivileges.equals(that.groupPrivileges))
return false;
}
boolean this_present_rolePrivileges = true && this.isSetRolePrivileges();
boolean that_present_rolePrivileges = true && that.isSetRolePrivileges();
if (this_present_rolePrivileges || that_present_rolePrivileges) {
if (!(this_present_rolePrivileges && that_present_rolePrivileges))
return false;
if (!this.rolePrivileges.equals(that.rolePrivileges))
return false;
}
return true;
}
@Override
public int hashCode() {
List © 2015 - 2025 Weber Informatics LLC | Privacy Policy