Package org.apache.wicket.pageStore.disk
Class PageWindowManager.FileWindow
- java.lang.Object
-
- org.apache.wicket.pageStore.disk.PageWindowManager.FileWindow
-
- All Implemented Interfaces:
Serializable
,IPersistedPage
- Enclosing class:
- PageWindowManager
public static class PageWindowManager.FileWindow extends Object implements IPersistedPage, Serializable
Contains information about a page inside the file.- Author:
- Matej Knopp
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileWindow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFilePartOffset()
int
getFilePartSize()
int
getPageId()
Id of page.Bytes
getPageSize()
Size of page.String
getPageType()
Type of page.
-
-
-
Constructor Detail
-
FileWindow
public FileWindow()
-
-
Method Detail
-
getPageId
public int getPageId()
Description copied from interface:IPersistedPage
Id of page.- Specified by:
getPageId
in interfaceIPersistedPage
-
getPageType
public String getPageType()
Description copied from interface:IPersistedPage
Type of page.- Specified by:
getPageType
in interfaceIPersistedPage
-
getPageSize
public Bytes getPageSize()
Description copied from interface:IPersistedPage
Size of page.- Specified by:
getPageSize
in interfaceIPersistedPage
-
getFilePartOffset
public int getFilePartOffset()
-
getFilePartSize
public int getFilePartSize()
-
-