@Immutable public class Storage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Storage.Builder |
| Constructor and Description |
|---|
Storage(StorageFormat storageFormat,
String location,
Optional<HiveBucketProperty> bucketProperty,
boolean skewed,
Map<String,String> serdeParameters) |
| Modifier and Type | Method and Description |
|---|---|
static Storage.Builder |
builder() |
static Storage.Builder |
builder(Storage storage) |
boolean |
equals(Object o) |
Optional<HiveBucketProperty> |
getBucketProperty() |
String |
getLocation() |
Map<String,String> |
getSerdeParameters() |
StorageFormat |
getStorageFormat() |
int |
hashCode() |
boolean |
isSkewed() |
String |
toString() |
public Storage(StorageFormat storageFormat, String location, Optional<HiveBucketProperty> bucketProperty, boolean skewed, Map<String,String> serdeParameters)
public StorageFormat getStorageFormat()
public String getLocation()
public Optional<HiveBucketProperty> getBucketProperty()
public boolean isSkewed()
public static Storage.Builder builder()
public static Storage.Builder builder(Storage storage)
Copyright © 2012–2019. All rights reserved.