|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.replication.plugin.AttrInfoWithOptions
public class AttrInfoWithOptions
Used to store historical information. Contain a map of AttrInfo for each options of a given attribute type.
Constructor Summary | |
---|---|
AttrInfoWithOptions()
creates a new AttrInfoWithOptions. |
Method Summary | |
---|---|
AttributeInfo |
get(java.util.Set<java.lang.String> options)
Get the info for a given option. |
java.util.HashMap<java.util.Set<java.lang.String>,AttributeInfo> |
getAttributesInfo()
get the Attributes information associated to this object. |
AttributeInfo |
put(java.util.Set<java.lang.String> options,
AttributeInfo attrInfo)
Associate some info to a given set of options. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttrInfoWithOptions()
Method Detail |
---|
public AttributeInfo get(java.util.Set<java.lang.String> options)
options
- the options
public AttributeInfo put(java.util.Set<java.lang.String> options, AttributeInfo attrInfo)
options
- the optionsattrInfo
- the info to associate
public java.util.HashMap<java.util.Set<java.lang.String>,AttributeInfo> getAttributesInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |