org.apache.activemq.kaha
Interface StoreLocation

All Known Implementing Classes:
DataItem

public interface StoreLocation

Location of a data in the Store

Version:
$Revision: 1.2 $

Method Summary
 int getFile()
           
 long getOffset()
           
 int getSize()
           
 

Method Detail

getSize

int getSize()
Returns:
Returns the size.

getOffset

long getOffset()
Returns:
Returns the offset.

getFile

int getFile()
Returns:
Returns the file.


Copyright © 2010 Apache Software Foundation. All Rights Reserved.