| Modifier and Type | Method and Description |
|---|---|
MDSKey.Splitter |
MDSKey.split()
Splits the keys into a
MDSKey.Splitter which exposes the parts that comprise the key. |
| Modifier and Type | Method and Description |
|---|---|
static Id.NamespacedId |
KeyHelper.getTargetIdIdFromKey(MDSKey.Splitter keySplitter,
String type) |
| Modifier and Type | Method and Description |
|---|---|
Id.DatasetInstance |
DatasetKeyMaker.getElement(MDSKey.Splitter splitter) |
Id.Program |
ProgramKeyMaker.getElement(MDSKey.Splitter splitter) |
Id.Stream |
StreamKeyMaker.getElement(MDSKey.Splitter splitter) |
void |
DatasetKeyMaker.skipKey(MDSKey.Splitter splitter) |
void |
ProgramKeyMaker.skipKey(MDSKey.Splitter splitter) |
void |
StreamKeyMaker.skipKey(MDSKey.Splitter splitter) |
| Modifier and Type | Method and Description |
|---|---|
T |
KeyMaker.getElement(MDSKey.Splitter splitter)
Given a
MDSKey.Splitter, deserialize Id from it. |
void |
KeyMaker.skipKey(MDSKey.Splitter splitter)
Given
MDSKey.Splitter, skip the fields of Id. |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.