| Package | Description |
|---|---|
| com.hammurapi.common.concurrent |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalAbstractPropertySet<KP,KE>
Property set which uses in-memory collections and reentrant read-write lock
|
class |
LocalStringPropertySet |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractPropertySet<KP,KE> |
AbstractPropertySet.newInstance(KE key)
Creates a property set which shares lock and chain with this one.
|
protected AbstractPropertySet<String,String> |
LocalStringPropertySet.newInstance(String key) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<KE,AbstractPropertySet<KP,KE>> |
LocalAbstractPropertySet.getSubSetStore() |
protected abstract Map<KE,AbstractPropertySet<KP,KE>> |
AbstractPropertySet.getSubSetStore() |