Class JdoDataStoreFactory.JdoValue
java.lang.Object
com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoValue
- Enclosing class:
JdoDataStoreFactory
JDO value class that contains the key-value pair, as well as the data store ID.
- Since:
- 1.16
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescription(package private)JdoValue()(package private)<V extends Serializable> -
Method Summary
Modifier and TypeMethodDescription(package private) <V extends Serializable>
V(package private) StringgetKey()(package private) <V extends Serializable>
voidserialize(V value)
-
Field Details
-
key
Key. -
id
Data store ID. -
bytes
private byte[] bytesByte array of value.
-
-
Constructor Details
-
JdoValue
JdoValue() -
JdoValue
- Throws:
IOException
-
-
Method Details
-
serialize
- Throws:
IOException
-
deserialize
- Throws:
IOException
-
getKey
String getKey()
-