public abstract class OdpsStorageHandler extends Object implements BaseStorageHandler
HiveStorageHandler) to extend from for custom storage handler
This provides interfaces to reason about the Extractor/Outputer implemented by the user,
for converting raw byte stream into records and vice versa.| Constructor and Description |
|---|
OdpsStorageHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract Class<? extends Extractor> |
getExtractorClass()
Getter for underlying extractor class
|
abstract Class<? extends Outputer> |
getOutputerClass()
Getter for underlying outputer class
|
public abstract Class<? extends Extractor> getExtractorClass()
getExtractorClass in interface BaseStorageHandlerpublic abstract Class<? extends Outputer> getOutputerClass()
getOutputerClass in interface BaseStorageHandlerCopyright © 2023 Alibaba Cloud Computing. All rights reserved.