public abstract class BaseDatasetDescriptor extends Object implements DatasetDescriptor
| Constructor and Description |
|---|
BaseDatasetDescriptor(com.typesafe.config.Config config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(DatasetDescriptor other) |
protected abstract boolean |
isPathContaining(DatasetDescriptor other) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getFormatConfig, getPath, getPlatform, getRawConfig, isRetentionAppliedpublic BaseDatasetDescriptor(com.typesafe.config.Config config)
throws IOException
IOExceptionprotected abstract boolean isPathContaining(DatasetDescriptor other)
public boolean contains(DatasetDescriptor other)
contains in interface DatasetDescriptorother - DatasetDescriptor contains the other DatasetDescriptor i.e. the
datasets described by this DatasetDescriptor is a subset of the datasets described by the other
DatasetDescriptor. This operation is non-commutative.