| Modifier and Type | Class and Description |
|---|---|
static class |
ItemInfoCache.Entry<T extends ItemInfo>
This class represents a cache entry.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeInfo
The
NodeInfo provides the basic information required to build
nodes making up the repository hierarchy.
Note however, that the list of child nodes does not form part of a
NodeInfo. |
interface |
PropertyInfo
The
PropertyInfo provides the basic information to build a
Property. |
| Modifier and Type | Field and Description |
|---|---|
T |
ItemInfoCache.Entry.info
The
ItemInfo |
| Modifier and Type | Method and Description |
|---|---|
Iterator<? extends ItemInfo> |
RepositoryService.getItemInfos(SessionInfo sessionInfo,
ItemId itemId)
Method used to 'batch-read' from the persistent storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItemInfoCache.put(ItemInfo info,
long generation)
|
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.