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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) <V extends Serializable>
V(package private) String
getKey()
(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
JdoValue(String id, String key, V value) throws IOException - Throws:
IOException
-
-
Method Details
-
serialize
- Throws:
IOException
-
deserialize
- Throws:
IOException
-
getKey
String getKey()
-