Uses of Class
org.apache.hive.service.cli.thrift.TMapTypeEntry

Packages that use TMapTypeEntry
org.apache.hive.service.cli.thrift   
 

Uses of TMapTypeEntry in org.apache.hive.service.cli.thrift
 

Methods in org.apache.hive.service.cli.thrift that return TMapTypeEntry
 TMapTypeEntry TMapTypeEntry.deepCopy()
           
 TMapTypeEntry TTypeEntry.getMapEntry()
           
 

Methods in org.apache.hive.service.cli.thrift with parameters of type TMapTypeEntry
 int TMapTypeEntry.compareTo(TMapTypeEntry other)
           
 boolean TMapTypeEntry.equals(TMapTypeEntry that)
           
static TTypeEntry TTypeEntry.mapEntry(TMapTypeEntry value)
           
 void TTypeEntry.setMapEntry(TMapTypeEntry value)
           
 

Constructors in org.apache.hive.service.cli.thrift with parameters of type TMapTypeEntry
TMapTypeEntry(TMapTypeEntry other)
          Performs a deep copy on other.
 



Copyright © 2012 The Apache Software Foundation