Uses of Class
org.apache.hadoop.hive.common.ValidTxnList.RangeResponse

Packages that use ValidTxnList.RangeResponse
org.apache.hadoop.hive.common   
 

Uses of ValidTxnList.RangeResponse in org.apache.hadoop.hive.common
 

Methods in org.apache.hadoop.hive.common that return ValidTxnList.RangeResponse
 ValidTxnList.RangeResponse ValidTxnListImpl.isTxnRangeCommitted(long minTxnId, long maxTxnId)
           
 ValidTxnList.RangeResponse ValidTxnList.isTxnRangeCommitted(long minTxnId, long maxTxnId)
          Find out if a range of transaction ids have been committed.
static ValidTxnList.RangeResponse ValidTxnList.RangeResponse.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValidTxnList.RangeResponse[] ValidTxnList.RangeResponse.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.