Package | Description |
---|---|
org.apache.pirk.querier.wideskies | |
org.apache.pirk.query.wideskies | |
org.apache.pirk.response.wideskies | |
org.apache.pirk.serialization |
Modifier and Type | Class and Description |
---|---|
class |
Querier
Class to hold the information necessary for the PIR querier to perform decryption
|
Modifier and Type | Class and Description |
---|---|
class |
Query
Class to hold the PIR query vectors
|
Modifier and Type | Class and Description |
---|---|
class |
Response
Class to hold the encrypted response elements for the PIR query
|
Modifier and Type | Method and Description |
---|---|
void |
LocalFileSystemStore.store(java.io.File file,
Storable obj)
Stores the given object at the given file location.
|
void |
HadoopFileSystemStore.store(org.apache.hadoop.fs.Path path,
Storable obj)
Store the given object at into the HDFS file system at the given path.
|
void |
LocalFileSystemStore.store(java.lang.String path,
Storable obj)
Stores the given object at the given path.
|
void |
HadoopFileSystemStore.store(java.lang.String pathName,
Storable value)
Store the given object into the HDFS file system at the given path name.
|
byte[] |
SerializationService.toBytes(Storable obj) |
abstract void |
SerializationService.write(java.io.OutputStream w,
Storable obj) |
void |
JsonSerializer.write(java.io.OutputStream outputStream,
Storable obj)
Stores the given object on the output stream as JSON.
|
void |
JavaSerializer.write(java.io.OutputStream outputStream,
Storable obj)
Stores the given object on the given stream using Java serialization.
|