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

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

public static final class Index.Isset
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 boolean colNames
           
 boolean dbName
           
 boolean indexName
           
 boolean indexType
           
 boolean tableName
           
 
Constructor Summary
Index.Isset()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indexName

public boolean indexName

indexType

public boolean indexType

tableName

public boolean tableName

dbName

public boolean dbName

colNames

public boolean colNames
Constructor Detail

Index.Isset

public Index.Isset()


Copyright © 2009 The Apache Software Foundation