public static interface RepositoryCache.ContentInitializer
| Modifier and Type | Method and Description |
|---|---|
boolean |
initializeIndexStorage(SessionCache session,
MutableCachedNode systemNode)
Initializes the system part of the repository that deals with index storage.
|
void |
initializeSystemArea(SessionCache session,
MutableCachedNode parent)
Initializes the system part of the repository.
|
void initializeSystemArea(SessionCache session, MutableCachedNode parent)
session - a SessionCache instance, never nullparent - a MutableCachedNode instance under which the initialization should be done, never nullboolean initializeIndexStorage(SessionCache session, MutableCachedNode systemNode)
session - a SessionCache instance, never nullsystemNode - a MutableCachedNode instance, never nulltrue if the initialization was performed, false otherwise.Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.