T - The manifest type.K - The stream key type.public interface FilterableManifest<T,K>
| Modifier and Type | Method and Description |
|---|---|
T |
copy(java.util.List<K> streamKeys)
Returns a copy of the manifest including only the streams specified by the given keys.
|