- HadoopFileSystemStore - Class in org.apache.pirk.serialization
-
- HadoopFileSystemStore(FileSystem) - Constructor for class org.apache.pirk.serialization.HadoopFileSystemStore
-
Creates a new storage service on the given HDFS file system using default Java serialization.
- HadoopFileSystemStore(FileSystem, SerializationService) - Constructor for class org.apache.pirk.serialization.HadoopFileSystemStore
-
Creates a new storage service on the given HDFS file system using the given serializer
- hash(String, int, String) - Static method in class org.apache.pirk.utils.KeyedHash
-
Hash method that uses the java String hashCode()
- hash(String, int, String, String) - Static method in class org.apache.pirk.utils.KeyedHash
-
Hash method to optionally specify a hash type other than the default java hashCode() hashType must be MD5, SHA-1, or SHA-256
- hashBitSize(int) - Method in class org.apache.pirk.querier.wideskies.EncryptionPropertiesBuilder
-
- hashBitSize - Static variable in class org.apache.pirk.test.utils.BaseTests
-
- hashCode() - Method in class org.apache.pirk.schema.response.QueryResponseJSON
-
- hashKey(String) - Method in class org.apache.pirk.querier.wideskies.EncryptionPropertiesBuilder
-
- hashKey - Static variable in class org.apache.pirk.test.utils.BaseTests
-
- hashSelectorAndFormPartitions(MapWritable, QuerySchema, DataSchema, QueryInfo) - Static method in class org.apache.pirk.responder.wideskies.common.HashSelectorAndPartitionData
-
- hashSelectorAndFormPartitions(JSONObject, QueryInfo, QuerySchema) - Static method in class org.apache.pirk.responder.wideskies.common.HashSelectorAndPartitionData
-
- hashSelectorAndFormPartitionsBigInteger(MapWritable, QuerySchema, DataSchema, QueryInfo) - Static method in class org.apache.pirk.responder.wideskies.common.HashSelectorAndPartitionData
-
- HashSelectorAndPartitionData - Class in org.apache.pirk.responder.wideskies.common
-
Given a MapWritable or JSON formatted dataElement, this class gives the common functionality to extract the selector by queryType from each dataElement,
perform a keyed hash of the selector, extract the partitions of the dataElement, and outputs <hash(selector), dataPartitions>
- HashSelectorAndPartitionData() - Constructor for class org.apache.pirk.responder.wideskies.common.HashSelectorAndPartitionData
-
- HashSelectorsAndPartitionData - Class in org.apache.pirk.responder.wideskies.spark
-
Function to extract the selector by queryType from each dataElement, perform a keyed hash of the selector, extract the partitions of the dataElement, and
output <hash(selector), dataPartitions>
- HashSelectorsAndPartitionData(BroadcastVars) - Constructor for class org.apache.pirk.responder.wideskies.spark.HashSelectorsAndPartitionData
-
- HashSelectorsAndPartitionDataMapper - Class in org.apache.pirk.responder.wideskies.mapreduce
-
Initialization mapper for PIR
- HashSelectorsAndPartitionDataMapper() - Constructor for class org.apache.pirk.responder.wideskies.mapreduce.HashSelectorsAndPartitionDataMapper
-
- hasOption(String) - Method in class org.apache.pirk.querier.wideskies.QuerierCLI
-
Determine if an option was provided by the user via the CLI
- hasOption(String) - Method in class org.apache.pirk.responder.wideskies.ResponderCLI
-
Determine if an option was provided by the user via the CLI
- hasOption(String) - Method in class org.apache.pirk.test.distributed.DistributedTestCLI
-
Determine if an option was provided by the user via the CLI
- hasProperty(String) - Static method in class org.apache.pirk.utils.SystemConfiguration
-
Returns true iff the given property name is defined.
- HDFS - Class in org.apache.pirk.utils
-
Class for basic HDFS fileIO utils
- HDFS() - Constructor for class org.apache.pirk.utils.HDFS
-
- HDFS_QUERY_FILES - Static variable in class org.apache.pirk.test.utils.Inputs
-