@FunctionalInterface public interface HBaseResourceFactory
HBaseResource
implementations.Modifier and Type | Method and Description |
---|---|
HBaseResource |
create(String version)
Returns a
HBaseResource instance. |
HBaseResource create(String version) throws Exception
HBaseResource
instance. If the instance could not be instantiated (for
example, because a mandatory parameter was missing), then an empty Optional
should be
returned.version
- The hbase versionException
- if the instance could not be instantiatedCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.