T
- event with hash to control versionpublic abstract class AgentDataHolder<T extends Hashable> extends Object
Modifier and Type | Field and Description |
---|---|
protected ReentrantLock |
updateLock |
Constructor and Description |
---|
AgentDataHolder() |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
getEmptyData() |
protected String |
getHash(T data) |
protected String |
getHash(T data,
String salt) |
protected boolean |
isIdentifierValid(T data) |
protected void |
regenerateDataIdentifiers(T data) |
protected final ReentrantLock updateLock
Copyright © 2022 Apache Software Foundation. All rights reserved.