| Package | Description |
|---|---|
| org.apache.pirk.serialization |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaSerializer |
class |
JsonSerializer |
| Constructor and Description |
|---|
HadoopFileSystemStore(org.apache.hadoop.fs.FileSystem fs,
SerializationService serial)
Creates a new storage service on the given HDFS file system using the given serializer
|
LocalFileSystemStore(SerializationService serial)
Creates a new storage service on the local file system using the given serializer.
|