- java.lang.Object
-
- org.apache.activemq.store.kahadb.disk.page.Page<T>
-
-
Constructor Summary
Constructors
| Constructor and Description |
Page() |
Page(long pageId) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Constructor Detail
-
Page
public Page(long pageId)
-
Method Detail
-
getPageId
public long getPageId()
-
getTxId
public long getTxId()
-
set
public void set(T data)
-
getType
public short getType()
-
getNext
public long getNext()
-
getChecksum
public int getChecksum()
Copyright © 2005-2016 Red Hat, Inc.. All Rights Reserved.