Tabnine Logo
RolePrincipalGrant.setGrantTimeIsSet
Code IndexAdd Tabnine to your IDE (free)

How to use
setGrantTimeIsSet
method
in
org.apache.hadoop.hive.metastore.api.RolePrincipalGrant

Best Java code snippets using org.apache.hadoop.hive.metastore.api.RolePrincipalGrant.setGrantTimeIsSet (Showing top 20 results out of 315)

origin: apache/hive

public void setGrantTime(int grantTime) {
 this.grantTime = grantTime;
 setGrantTimeIsSet(true);
}
origin: apache/hive

@Override
public void clear() {
 this.roleName = null;
 this.principalName = null;
 this.principalType = null;
 setGrantOptionIsSet(false);
 this.grantOption = false;
 setGrantTimeIsSet(false);
 this.grantTime = 0;
 this.grantorName = null;
 this.grantorPrincipalType = null;
}
origin: apache/hive

public RolePrincipalGrant(
 String roleName,
 String principalName,
 PrincipalType principalType,
 boolean grantOption,
 int grantTime,
 String grantorName,
 PrincipalType grantorPrincipalType)
{
 this();
 this.roleName = roleName;
 this.principalName = principalName;
 this.principalType = principalType;
 this.grantOption = grantOption;
 setGrantOptionIsSet(true);
 this.grantTime = grantTime;
 setGrantTimeIsSet(true);
 this.grantorName = grantorName;
 this.grantorPrincipalType = grantorPrincipalType;
}
origin: apache/hive

if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
 struct.grantTime = iprot.readI32();
 struct.setGrantTimeIsSet(true);
} else { 
 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
origin: apache/hive

struct.setGrantTimeIsSet(true);
origin: org.apache.hive/hive-standalone-metastore

public void setGrantTime(int grantTime) {
 this.grantTime = grantTime;
 setGrantTimeIsSet(true);
}
origin: org.spark-project.hive/hive-metastore

public void setGrantTime(int grantTime) {
 this.grantTime = grantTime;
 setGrantTimeIsSet(true);
}
origin: com.facebook.presto.hive/hive-apache

public void setGrantTime(int grantTime) {
 this.grantTime = grantTime;
 setGrantTimeIsSet(true);
}
origin: com.facebook.presto.hive/hive-apache

@Override
public void clear() {
 this.roleName = null;
 this.principalName = null;
 this.principalType = null;
 setGrantOptionIsSet(false);
 this.grantOption = false;
 setGrantTimeIsSet(false);
 this.grantTime = 0;
 this.grantorName = null;
 this.grantorPrincipalType = null;
}
origin: org.apache.hive/hive-standalone-metastore

@Override
public void clear() {
 this.roleName = null;
 this.principalName = null;
 this.principalType = null;
 setGrantOptionIsSet(false);
 this.grantOption = false;
 setGrantTimeIsSet(false);
 this.grantTime = 0;
 this.grantorName = null;
 this.grantorPrincipalType = null;
}
origin: org.spark-project.hive/hive-metastore

@Override
public void clear() {
 this.roleName = null;
 this.principalName = null;
 this.principalType = null;
 setGrantOptionIsSet(false);
 this.grantOption = false;
 setGrantTimeIsSet(false);
 this.grantTime = 0;
 this.grantorName = null;
 this.grantorPrincipalType = null;
}
origin: org.apache.hive/hive-standalone-metastore

public RolePrincipalGrant(
 String roleName,
 String principalName,
 PrincipalType principalType,
 boolean grantOption,
 int grantTime,
 String grantorName,
 PrincipalType grantorPrincipalType)
{
 this();
 this.roleName = roleName;
 this.principalName = principalName;
 this.principalType = principalType;
 this.grantOption = grantOption;
 setGrantOptionIsSet(true);
 this.grantTime = grantTime;
 setGrantTimeIsSet(true);
 this.grantorName = grantorName;
 this.grantorPrincipalType = grantorPrincipalType;
}
origin: org.spark-project.hive/hive-metastore

public RolePrincipalGrant(
 String roleName,
 String principalName,
 PrincipalType principalType,
 boolean grantOption,
 int grantTime,
 String grantorName,
 PrincipalType grantorPrincipalType)
{
 this();
 this.roleName = roleName;
 this.principalName = principalName;
 this.principalType = principalType;
 this.grantOption = grantOption;
 setGrantOptionIsSet(true);
 this.grantTime = grantTime;
 setGrantTimeIsSet(true);
 this.grantorName = grantorName;
 this.grantorPrincipalType = grantorPrincipalType;
}
origin: com.facebook.presto.hive/hive-apache

public RolePrincipalGrant(
 String roleName,
 String principalName,
 PrincipalType principalType,
 boolean grantOption,
 int grantTime,
 String grantorName,
 PrincipalType grantorPrincipalType)
{
 this();
 this.roleName = roleName;
 this.principalName = principalName;
 this.principalType = principalType;
 this.grantOption = grantOption;
 setGrantOptionIsSet(true);
 this.grantTime = grantTime;
 setGrantTimeIsSet(true);
 this.grantorName = grantorName;
 this.grantorPrincipalType = grantorPrincipalType;
}
origin: org.apache.hive/hive-standalone-metastore

if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
 struct.grantTime = iprot.readI32();
 struct.setGrantTimeIsSet(true);
} else { 
 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
origin: org.spark-project.hive/hive-metastore

if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
 struct.grantTime = iprot.readI32();
 struct.setGrantTimeIsSet(true);
} else { 
 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
origin: com.facebook.presto.hive/hive-apache

if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
 struct.grantTime = iprot.readI32();
 struct.setGrantTimeIsSet(true);
} else { 
 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
origin: org.spark-project.hive/hive-metastore

struct.setGrantTimeIsSet(true);
origin: com.facebook.presto.hive/hive-apache

struct.setGrantTimeIsSet(true);
origin: org.apache.hive/hive-standalone-metastore

struct.setGrantTimeIsSet(true);
org.apache.hadoop.hive.metastore.apiRolePrincipalGrantsetGrantTimeIsSet

Popular methods of RolePrincipalGrant

  • getPrincipalName
  • getPrincipalType
  • getRoleName
  • isGrantOption
  • getGrantTime
  • getGrantorName
  • getGrantorPrincipalType
  • <init>
    Performs a deep copy on other.
  • equals
  • isSetGrantOption
    Returns true if field grantOption is set (has been assigned a value) and false otherwise
  • isSetGrantTime
    Returns true if field grantTime is set (has been assigned a value) and false otherwise
  • isSetGrantorName
    Returns true if field grantorName is set (has been assigned a value) and false otherwise
  • isSetGrantTime,
  • isSetGrantorName,
  • isSetGrantorPrincipalType,
  • isSetPrincipalName,
  • isSetPrincipalType,
  • isSetRoleName,
  • read,
  • setGrantOption,
  • setGrantOptionIsSet,
  • setGrantTime

Popular in Java

  • Start an intent from android
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • setScale (BigDecimal)
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Top Sublime Text plugins
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