| Package | Description |
|---|---|
| org.jgroups.simple.cache |
| Modifier and Type | Method and Description |
|---|---|
protected Attributes |
CacheEntry.getAttributes() |
Attributes |
CacheAccess.getAttributes() |
Attributes |
CacheAccess.getAttributes(Object name) |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheAccess.defineObject(Object name,
Attributes attr) |
static void |
CacheAccess.defineRegion(String regionName,
Attributes attr) |
void |
CacheAccess.put(Object name,
Attributes attr,
Object value) |
void |
CacheAccess.resetAttributes(Attributes attr) |
protected void |
Attributes.resetAttributes(Attributes other) |
void |
CacheAccess.resetAttributes(Object name,
Attributes attr) |
protected void |
CacheEntry.setAttributes(Attributes a) |
void |
CacheLoader.setAttributes(Object handle,
Attributes attr) |
| Constructor and Description |
|---|
CacheEntry(Object name,
Attributes attr) |
CacheEntry(Object name,
Attributes attr,
Object value) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.