org.apache.hive.service.cli
Class GetInfoValue

java.lang.Object
  extended by org.apache.hive.service.cli.GetInfoValue

public class GetInfoValue
extends Object

GetInfoValue.


Constructor Summary
GetInfoValue(int intValue)
           
GetInfoValue(long longValue)
           
GetInfoValue(short shortValue)
           
GetInfoValue(String stringValue)
           
GetInfoValue(TGetInfoValue tGetInfoValue)
           
 
Method Summary
 int getIntValue()
           
 long getLongValue()
           
 short getShortValue()
           
 String getStringValue()
           
 TGetInfoValue toTGetInfoValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetInfoValue

public GetInfoValue(String stringValue)

GetInfoValue

public GetInfoValue(short shortValue)

GetInfoValue

public GetInfoValue(int intValue)

GetInfoValue

public GetInfoValue(long longValue)

GetInfoValue

public GetInfoValue(TGetInfoValue tGetInfoValue)
Method Detail

toTGetInfoValue

public TGetInfoValue toTGetInfoValue()

getStringValue

public String getStringValue()

getShortValue

public short getShortValue()

getIntValue

public int getIntValue()

getLongValue

public long getLongValue()


Copyright © 2013 The Apache Software Foundation