Package | Description |
---|---|
org.jboss.cache | |
org.jboss.cache.buddyreplication | |
org.jboss.cache.invocation |
Modifier and Type | Method and Description |
---|---|
GravitateResult |
CacheSPI.gravitateData(Fqn fqn,
boolean searchBuddyBackupSubtrees,
InvocationContext ctx)
Used with buddy replication's data gravitation interceptor.
|
Modifier and Type | Method and Description |
---|---|
static GravitateResult |
GravitateResult.noDataFound()
Factory method that creates a GravitateResult indicating that no data has been found.
|
static GravitateResult |
GravitateResult.subtreeResult(List<NodeData> nodeData,
Fqn fqn)
Factory method that creates a GravitateResult with the data found and the backup fqn it was found in.
|
Modifier and Type | Method and Description |
---|---|
GravitateResult |
CacheInvocationDelegate.gravitateData(Fqn fqn,
boolean searchBuddyBackupSubtrees,
InvocationContext ctx) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.