Module pygw.store.accumulo

This module contains classes specific to Accumulo data stores.

It contains the following import shortcuts:

from pygw.store.accumulo import AccumuloOptions
Source code
#
# Copyright (c) 2013-2022 Contributors to the Eclipse Foundation

#
# See the NOTICE file distributed with this work for additional information regarding copyright
# ownership. All rights reserved. This program and the accompanying materials are made available
# under the terms of the Apache License, Version 2.0 which accompanies this distribution and is
# available at http://www.apache.org/licenses/LICENSE-2.0.txt
# ===============================================================================================
"""
This module contains classes specific to Accumulo data stores.

It contains the following import shortcuts:
```python
from pygw.store.accumulo import AccumuloOptions
```
"""

from .accumulo_options import AccumuloOptions

Sub-modules

pygw.store.accumulo.accumulo_options