| Package | Description |
|---|---|
| co.cask.cdap.data.stream |
This package contains classes for management and manipulation of stream files.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamFileType |
StreamFileType.getType(String fileName) |
static StreamFileType |
StreamFileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamFileType[] |
StreamFileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Location |
StreamUtils.createStreamLocation(Location partitionLocation,
String prefix,
int seqId,
StreamFileType type)
Creates location for stream file.
|
static boolean |
StreamFileType.isMatched(String fileName,
StreamFileType type) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.