|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.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_aiOwnerAn array of member ids representing the partition ownership. |
| Constructor Summary | |
|---|---|
Ownership()Default constructor (necessary for the ExternalizableLite interface). |
|
Ownership(int cBackups)Construct an empty Ownership object with a given backup count. |
|
Ownership(Ownership owners)Copy constructor. |
|
| 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 |
getBackupCount()Return the backup count for this Ownership object. |
java.lang.String |
getDescription()Return a human-readable description of this Ownership. |
int |
getOwner(int iStore)Return the owner id for the specified storage for this partition. |
int[] |
getOwners(int[] aiOwner)Return an array containing owner ids for this partition. |
int |
getPrimaryOwner()Return the primary owner id for this partition. |
int |
hashCode()Determine the hash code for this Ownership object. |
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 |
setOwners(int[] aiOwners)Set the owner ids for this partition according to the specified array of member-ids. |
void |
setOwners(Ownership owners)Set the owner ids for this partition according to the specified Ownership. |
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, toBytes, toBytes, toBytes, toBytes, toInt, toInt, toLong, toLong |
| Field Detail |
|---|
protected int[] m_aiOwner
| Constructor Detail |
|---|
public Ownership()
public Ownership(int cBackups)
cBackups - the partition countpublic Ownership(Ownership owners)
owners - the Ownership object to copy from| 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 int[] getOwners(int[] aiOwner)
aiOwner - the array into which the owner ids are to be stored, if it is big enough; otherwise a new array will be allocated and returned
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 ownerpublic void setOwners(int[] aiOwners)
aiOwners - the array of member ids, keyed by storage indexjava.lang.IllegalArgumentException - iff the backup count of the owners array differs from thispublic void setOwners(Ownership owners)
owners - the new ownershipjava.lang.IllegalArgumentException - iff the backup count of the new ownership differs from thispublic int getBackupCount()
public java.lang.String getDescription()
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 objectjava.io.IOException - if an I/O exception occursjava.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 tojava.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 statejava.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 statejava.io.IOException - if an I/O error occurspublic java.lang.Object clone()
public int hashCode()
public boolean equals(java.lang.Object o)
o - the object to test for equalitytrue if this object is the same as the given one; false otherwise.public java.lang.String toString()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||