| Package | Description |
|---|---|
| org.infinispan.schematic | |
| org.infinispan.schematic.internal | |
| org.modeshape.jcr | |
| org.modeshape.jcr.cache.document | |
| org.modeshape.jcr.federation |
| Modifier and Type | Method and Description |
|---|---|
SchematicEntry |
SchematicDb.get(String key)
Get the entry with the supplied key.
|
SchematicEntry |
SchematicDb.put(Document entryDocument)
Store the supplied document and metadata at the given key.
|
SchematicEntry |
SchematicDb.put(String key,
Document document)
Store the supplied document and metadata at the given key.
|
SchematicEntry |
SchematicDb.putIfAbsent(String key,
Document document)
Store the supplied document and metadata at the given key.
|
SchematicEntry |
SchematicDb.remove(String key)
Remove the existing document at the given key.
|
SchematicEntry |
SchematicDb.replace(String key,
Document document)
Replace the existing document and metadata at the given key with the document that is supplied.
|
| Modifier and Type | Method and Description |
|---|---|
Cache<String,SchematicEntry> |
SchematicDb.getCache()
Get the cache that backs this schematic database.
|
| Modifier and Type | Method and Description |
|---|---|
static SchematicDb |
Schematic.get(Cache<String,SchematicEntry> cache)
Get the
SchematicDb instance given the appropriately-configured cache. |
| Modifier and Type | Class and Description |
|---|---|
class |
SchematicEntryLiteral
The primary implementation of
SchematicEntry. |
| Modifier and Type | Method and Description |
|---|---|
SchematicEntry |
CacheSchematicDb.get(String key) |
static SchematicEntry |
SchematicEntryLiteral.newInstance(Cache<String,SchematicEntry> cache,
String key)
Construction only allowed through this factory method.
|
SchematicEntry |
CacheSchematicDb.put(Document entryDocument) |
SchematicEntry |
CacheSchematicDb.put(String key,
Document document) |
SchematicEntry |
CacheSchematicDb.putIfAbsent(String key,
Document document) |
SchematicEntry |
CacheSchematicDb.remove(String key) |
protected SchematicEntry |
CacheSchematicDb.removedResult(String key,
SchematicEntry entry) |
SchematicEntry |
CacheSchematicDb.replace(String key,
Document document) |
| Modifier and Type | Method and Description |
|---|---|
Cache<String,SchematicEntry> |
CacheSchematicDb.getCache() |
| Modifier and Type | Method and Description |
|---|---|
protected SchematicEntry |
CacheSchematicDb.removedResult(String key,
SchematicEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
protected EditableDocument |
SchematicEntryLiteral.edit(String key,
AdvancedCache<String,SchematicEntry> cache,
AdvancedCache<String,SchematicEntry> lockingCache) |
protected EditableDocument |
SchematicEntryLiteral.edit(String key,
AdvancedCache<String,SchematicEntry> cache,
AdvancedCache<String,SchematicEntry> lockingCache) |
static SchematicEntry |
SchematicEntryLiteral.newInstance(Cache<String,SchematicEntry> cache,
String key)
Construction only allowed through this factory method.
|
| Constructor and Description |
|---|
CacheSchematicDb(AdvancedCache<String,SchematicEntry> store) |
| Modifier and Type | Method and Description |
|---|---|
protected SchematicEntry |
JcrSession.entryForNode(NodeKey nodeKey) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BackupService.BackupActivity.writeToChangedArea(SchematicEntry document) |
protected void |
BackupService.BackupActivity.writeToContentArea(SchematicEntry document) |
| Modifier and Type | Field and Description |
|---|---|
protected Cache<String,SchematicEntry> |
LocalDocumentStore.DocumentOperation.cache |
| Modifier and Type | Method and Description |
|---|---|
SchematicEntry |
LocalDocumentStore.get(String key) |
SchematicEntry |
DocumentStore.get(String key)
Get the entry with the supplied key.
|
SchematicEntry |
LocalDocumentStore.putIfAbsent(String key,
Document document)
Store the supplied document and metadata at the given key.
|
SchematicEntry |
LocalDocumentStore.storeDocument(String key,
Document document) |
SchematicEntry |
DocumentStore.storeDocument(String key,
Document document)
Store the supplied document at the given key.
|
| Modifier and Type | Method and Description |
|---|---|
Cache<String,SchematicEntry> |
LocalDocumentStore.localCache()
Returns the local Infinispan cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalDocumentStore.DocumentOperation.setEnvironment(Cache<String,SchematicEntry> cache)
Invoked by execution environment after the operation has been migrated for execution to a specific Infinispan node.
|
void |
LocalDocumentStore.DistributedOperation.setEnvironment(Cache<String,SchematicEntry> cache,
Set<String> inputKeys) |
| Constructor and Description |
|---|
DocumentOptimizer(Cache<String,SchematicEntry> cache) |
| Modifier and Type | Class and Description |
|---|---|
class |
FederatedSchematicEntry
A simple
SchematicEntry implementation which is used by the FederatedDocumentStore to wrap editable documents. |
| Modifier and Type | Method and Description |
|---|---|
SchematicEntry |
FederatedDocumentStore.get(String key) |
SchematicEntry |
FederatedDocumentStore.storeDocument(String key,
Document document) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.