Class RemoteQueryClassDefinition
java.lang.Object
com.illumon.iris.db.tables.remotequery.RemoteQueryClassDefinition
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteQueryClassDefinition
(String className, String packageName, byte[] data) -
Method Summary
Modifier and TypeMethodDescriptionstatic Object
bytesToObject
(byte[] inBytes) boolean
byte[]
getData()
int
hashCode()
static byte[]
objectToBytes
(Object inObject) static List<RemoteQueryClassDefinition>
readClasses
(Class<?> inClass) toString()
-
Constructor Details
-
RemoteQueryClassDefinition
-
-
Method Details
-
getClassName
-
getPackageName
-
getData
public byte[] getData() -
hashCode
public int hashCode() -
equals
-
toString
-
readClasses
- Throws:
IOException
-
bytesToObject
- Throws:
IOException
ClassNotFoundException
-
objectToBytes
- Throws:
IOException
-