protected static class DefaultPageStore.SerializedPage extends Object implements Serializable
IManageablePage
that knows additionally the id of the http
session in which this IManageablePage
instance is used. The sessionId
and
pageId
are used for better clustering in the IDataStore
structures.Constructor and Description |
---|
SerializedPage(String sessionId,
int pageId,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[] |
getData() |
int |
getPageId() |
String |
getSessionId() |
int |
hashCode() |
public SerializedPage(String sessionId, int pageId, byte[] data)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.