Package org.infinispan.xsite.irac
Class IracManagerKeyInfo
java.lang.Object
org.infinispan.xsite.irac.IracManagerKeyInfo
- Since:
- 14
- Author:
- Pedro Ruivo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getKey()
getOwner()
int
int
hashCode()
static IracManagerKeyInfo
readFrom
(ObjectInput input) toString()
static void
writeTo
(ObjectOutput output, IracManagerKeyInfo keyInfo)
-
Constructor Details
-
IracManagerKeyInfo
-
-
Method Details
-
getKey
-
getOwner
-
getSegment
public int getSegment() -
equals
-
hashCode
public int hashCode() -
toString
-
writeTo
- Throws:
IOException
-
readFrom
public static IracManagerKeyInfo readFrom(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
IOException
ClassNotFoundException
-