|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCache.ValueWrapper
public static class DbStatusLevelManager.LeaderQueryCache.ValueWrapper
Wraps an items going into the Short-term query cache and includes the ID of the cluster member that put the value into cache.
Constructor Summary | |
---|---|
DbStatusLevelManager.LeaderQueryCache.ValueWrapper()
Constructor for internal use only. |
|
DbStatusLevelManager.LeaderQueryCache.ValueWrapper(java.lang.Object value)
|
Method Summary | |
---|---|
int |
getClusterMemberID()
Returns the cluster member that the object was created on. |
java.lang.Object |
getValue()
The wrapped value. |
void |
readExternal(java.io.DataInput in)
|
void |
writeExternal(java.io.DataOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DbStatusLevelManager.LeaderQueryCache.ValueWrapper(java.lang.Object value)
public DbStatusLevelManager.LeaderQueryCache.ValueWrapper()
Method Detail |
---|
public int getClusterMemberID()
public java.lang.Object getValue()
public void readExternal(java.io.DataInput in) throws java.io.IOException
readExternal
in interface com.tangosol.io.ExternalizableLite
java.io.IOException
public void writeExternal(java.io.DataOutput out) throws java.io.IOException
writeExternal
in interface com.tangosol.io.ExternalizableLite
java.io.IOException
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |