org.teiid.query.tempdata
Class TempTableStore.MatTableInfo

java.lang.Object
  extended by org.teiid.query.tempdata.TempTableStore.MatTableInfo
Enclosing class:
TempTableStore

public static class TempTableStore.MatTableInfo
extends java.lang.Object


Constructor Summary
TempTableStore.MatTableInfo()
           
 
Method Summary
 TempTableStore.MatState getState()
           
 long getTtl()
           
 long getUpdateTime()
           
 boolean isValid()
           
 TempTableStore.MatState setState(TempTableStore.MatState state, java.lang.Boolean valid, java.lang.Long timestamp)
           
 void setTtl(long ttl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TempTableStore.MatTableInfo

public TempTableStore.MatTableInfo()
Method Detail

setState

public TempTableStore.MatState setState(TempTableStore.MatState state,
                                        java.lang.Boolean valid,
                                        java.lang.Long timestamp)

setTtl

public void setTtl(long ttl)

getUpdateTime

public long getUpdateTime()

getState

public TempTableStore.MatState getState()

isValid

public boolean isValid()

getTtl

public long getTtl()


Copyright © 2010. All Rights Reserved.