public class RepoSerializer extends Object
Repository
Usage:
RepoSerializer .builder() .repo( repo ) .stepMeta( stepMeta ) .stepId( stepId ) .transId( transId ) .serialize();
Future enhancement could cover inclusion of Metastore and Databases for steps which need that info.
Modifier and Type | Class and Description |
---|---|
static class |
RepoSerializer.Builder |
Modifier and Type | Method and Description |
---|---|
static RepoSerializer.Builder |
builder() |
void |
deserialize() |
void |
serialize() |
public static RepoSerializer.Builder builder()
public void serialize() throws KettleException
KettleException
public void deserialize() throws KettleException
KettleException
Copyright © 2018 Hitachi Vantara. All rights reserved.