com.sleepycat.je.rep.stream
Class MatchpointSearchResults.PassedTxnInfo

java.lang.Object
  extended by com.sleepycat.je.rep.stream.MatchpointSearchResults.PassedTxnInfo
Enclosing class:
MatchpointSearchResults

public static class MatchpointSearchResults.PassedTxnInfo
extends Object


Field Summary
 long id
           
 long lsn
           
 Timestamp time
           
 VLSN vlsn
           
 
Constructor Summary
MatchpointSearchResults.PassedTxnInfo(Timestamp time, long id, VLSN vlsn, long lsn)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

time

public final Timestamp time

id

public final long id

vlsn

public final VLSN vlsn

lsn

public final long lsn
Constructor Detail

MatchpointSearchResults.PassedTxnInfo

MatchpointSearchResults.PassedTxnInfo(Timestamp time,
                                      long id,
                                      VLSN vlsn,
                                      long lsn)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright (c) 2004-2010 Oracle. All rights reserved.