Tabnine Logo
GetPrincipalsInRoleRequest.unsetRoleName
Code IndexAdd Tabnine to your IDE (free)

How to use
unsetRoleName
method
in
org.apache.hadoop.hive.metastore.api.GetPrincipalsInRoleRequest

Best Java code snippets using org.apache.hadoop.hive.metastore.api.GetPrincipalsInRoleRequest.unsetRoleName (Showing top 3 results out of 315)

origin: apache/hive

public void setFieldValue(_Fields field, Object value) {
 switch (field) {
 case ROLE_NAME:
  if (value == null) {
   unsetRoleName();
  } else {
   setRoleName((String)value);
  }
  break;
 }
}
origin: com.facebook.presto.hive/hive-apache

public void setFieldValue(_Fields field, Object value) {
 switch (field) {
 case ROLE_NAME:
  if (value == null) {
   unsetRoleName();
  } else {
   setRoleName((String)value);
  }
  break;
 }
}
origin: org.spark-project.hive/hive-metastore

public void setFieldValue(_Fields field, Object value) {
 switch (field) {
 case ROLE_NAME:
  if (value == null) {
   unsetRoleName();
  } else {
   setRoleName((String)value);
  }
  break;
 }
}
org.apache.hadoop.hive.metastore.apiGetPrincipalsInRoleRequestunsetRoleName

Popular methods of GetPrincipalsInRoleRequest

  • <init>
    Performs a deep copy on other.
  • getRoleName
  • equals
  • isSetRoleName
    Returns true if field roleName is set (has been assigned a value) and false otherwise
  • read
  • setRoleName
  • setRoleNameIsSet
  • toString
  • validate
  • write

Popular in Java

  • Making http requests using okhttp
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • notifyDataSetChanged (ArrayAdapter)
  • findViewById (Activity)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now