org.apache.hadoop.hive.metastore.api
Class Partition.Isset

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.api.Partition.Isset
All Implemented Interfaces:
Serializable
Enclosing class:
Partition

public static final class Partition.Isset
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 boolean createTime
           
 boolean dbName
           
 boolean lastAccessTime
           
 boolean parameters
           
 boolean sd
           
 boolean tableName
           
 boolean values
           
 
Constructor Summary
Partition.Isset()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

public boolean values

dbName

public boolean dbName

tableName

public boolean tableName

createTime

public boolean createTime

lastAccessTime

public boolean lastAccessTime

sd

public boolean sd

parameters

public boolean parameters
Constructor Detail

Partition.Isset

public Partition.Isset()


Copyright © 2009 The Apache Software Foundation