Constructor and Description |
---|
PartitionMetadata(Map<String,String> metadata,
long creationTime,
long lastModificationTime) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
asMap() |
boolean |
equals(Object o) |
String |
get(String key)
Performs a get on the underlying map of user-defined metadata.
|
long |
getCreationTime() |
int |
hashCode() |
Iterator<Map.Entry<String,String>> |
iterator() |
long |
lastModificationTime() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
@Nullable public String get(String key)
key
- the key to use in the lookup on the underlying mappublic long getCreationTime()
public long lastModificationTime()
Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.