|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tangosol.util.Base
com.tangosol.util.BitHelper
com.tangosol.util.ExternalizableHelper
com.tangosol.net.partition.Ownership
public class Ownership
Ownership is a light-weight data structure that contains a partition ownership information.
| Field Summary | |
|---|---|
protected int[] |
m_aiOwner
An array of member ids representing the parition ownership. |
| Constructor Summary | |
|---|---|
Ownership()
Default constructor (necessary for the ExternalizableLite interface). |
|
Ownership(int cBackups)
Construct an empty Ownership object with a given backup count. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Create a clone of this Ownership. |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
int |
getOwner(int iStore)
Return the owner id for the specified storage for this partition. |
int |
getPrimaryOwner()
Return the primary owner id for this partition. |
void |
readExternal(java.io.DataInput in)
Restore the contents of this object by loading the object's state from the passed DataInput object. |
void |
readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object. |
void |
setOwner(int iStore,
int iOwner)
Specify a new owner id for the specified storage for this partition. |
void |
setPrimaryOwner(int iOwner)
Specify a new primary owner id for this partition. |
java.lang.String |
toString()
Returns a string representation of this Ownership. |
void |
writeExternal(java.io.DataOutput out)
Save the contents of this object by storing the object's state into the passed DataOutput object. |
void |
writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object. |
| Methods inherited from class com.tangosol.util.BitHelper |
|---|
countBits, countBits, countBits, indexOfLSB, indexOfLSB, indexOfLSB, indexOfMSB, indexOfMSB, indexOfMSB, rotateLeft, rotateLeft, rotateLeft, rotateRight, rotateRight, rotateRight, toBitString, toBitString, toBitString |
| Field Detail |
|---|
protected int[] m_aiOwner
| Constructor Detail |
|---|
public Ownership()
public Ownership(int cBackups)
cBackups - the partition count| Method Detail |
|---|
public int getPrimaryOwner()
public void setPrimaryOwner(int iOwner)
iOwner - the new primary owner id for this partitionpublic int getOwner(int iStore)
iStore - the storage index (zero for primary)
public void setOwner(int iStore,
int iOwner)
iStore - the storage index (zero for primary)iOwner - the new primary owner id or zero if there is no owner
public void readExternal(java.io.DataInput in)
throws java.io.IOException
readExternal in interface ExternalizableLitein - the DataInput stream to read data from in order to restore
the state of this object
java.io.IOException - if an I/O exception occurs
java.io.NotActiveException - if the object is not in its initial
state, and therefore cannot be deserialized into
public void writeExternal(java.io.DataOutput out)
throws java.io.IOException
writeExternal in interface ExternalizableLiteout - the DataOutput stream to write the state of this object to
java.io.IOException - if an I/O exception occurs
public void readExternal(PofReader in)
throws java.io.IOException
readExternal in interface PortableObjectin - the PofReader from which to read the object's state
java.io.IOException - if an I/O error occurs
public void writeExternal(PofWriter out)
throws java.io.IOException
writeExternal in interface PortableObjectout - the PofWriter to which to write the object's state
java.io.IOException - if an I/O error occurspublic java.lang.Object clone()
public boolean equals(java.lang.Object o)
o - the object to test for equality
true if this object is the same as the given one;
false otherwise.public java.lang.String toString()
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||