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 null
parent
- a MutableCachedNode
instance under which the initialization should be done, never null
boolean initializeIndexStorage(SessionCache session, MutableCachedNode systemNode)
session
- a SessionCache
instance, never null
systemNode
- a MutableCachedNode
instance, never null
true
if the initialization was performed, false
otherwise.Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.