Search in sources :

Example 6 with OperationHandler

use of uk.gov.gchq.gaffer.store.operation.handler.OperationHandler in project Gaffer by gchq.

the class HBaseStoreTest method testRequestForNullHandlerManaged.

@Test
public void testRequestForNullHandlerManaged() {
    final OperationHandler returnedHandler = store.getOperationHandlerExposed(null);
    assertNull(returnedHandler);
}
Also used : OperationHandler(uk.gov.gchq.gaffer.store.operation.handler.OperationHandler) Test(org.junit.jupiter.api.Test)

Aggregations

OperationHandler (uk.gov.gchq.gaffer.store.operation.handler.OperationHandler)6 Test (org.junit.jupiter.api.Test)3 Assertions.assertThatIllegalArgumentException (org.assertj.core.api.Assertions.assertThatIllegalArgumentException)1 GetElementsBetweenSetsHandler (uk.gov.gchq.gaffer.accumulostore.operation.handler.GetElementsBetweenSetsHandler)1 GetElementsInRangesHandler (uk.gov.gchq.gaffer.accumulostore.operation.handler.GetElementsInRangesHandler)1 GetElementsWithinSetHandler (uk.gov.gchq.gaffer.accumulostore.operation.handler.GetElementsWithinSetHandler)1 AddElementsFromHdfsHandler (uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.AddElementsFromHdfsHandler)1 ImportAccumuloKeyValueFilesHandler (uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.ImportAccumuloKeyValueFilesHandler)1 SampleDataForSplitPointsHandler (uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.SampleDataForSplitPointsHandler)1 SplitStoreHandler (uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.SplitStoreHandler)1 ImportAccumuloKeyValueFiles (uk.gov.gchq.gaffer.accumulostore.operation.hdfs.operation.ImportAccumuloKeyValueFiles)1 GetElementsBetweenSets (uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsBetweenSets)1 GetElementsInRanges (uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsInRanges)1 GetElementsWithinSet (uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsWithinSet)1 SchemaException (uk.gov.gchq.gaffer.data.elementdefinition.exception.SchemaException)1 SerialisationException (uk.gov.gchq.gaffer.exception.SerialisationException)1 AddElementsFromHdfs (uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs)1 SampleDataForSplitPoints (uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints)1 AddNamedOperation (uk.gov.gchq.gaffer.named.operation.AddNamedOperation)1 DeleteNamedOperation (uk.gov.gchq.gaffer.named.operation.DeleteNamedOperation)1