- All Known Subinterfaces:
- Dataset, FileSystemDataset, PartitionableDataset<T>, PartitionableDataset.DatasetPartition
- All Known Implementing Classes:
- SimpleDatasetForTesting, SimpleDatasetPartitionForTesting, SimplePartitionableDatasetForTesting
public interface URNIdentified
An object that can be identified by URN.
Note the contract is that given o1, o2, then o1.equals(o2) iff o1.class.equals(o2.class) and o1.getUrn().equals(o2.getUrn())