A B C D E F G H I M N O P R S T U V W 

A

add(byte[], byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Concatenate two byte arrays.
add(byte[], byte[], byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Concatenate three byte arrays.
ALL - Static variable in class co.cask.cdap.api.data.format.Formats
 
arrayOf(Schema) - Static method in class co.cask.cdap.api.data.schema.Schema
Creates an ARRAY Schema of the given component type.
AVRO - Static variable in class co.cask.cdap.api.data.format.Formats
 

B

Beta - Annotation Type in co.cask.cdap.api.annotation
Annotates a public API that may be subjected to incompatible changes up to the extent of removal from the library in future releases.
build() - Method in class co.cask.cdap.api.data.format.StructuredRecord.Builder
Build a StructuredRecord with the fields set by this builder.
builder(Schema) - Static method in class co.cask.cdap.api.data.format.StructuredRecord
Get a builder for creating a record with the given schema.
Bytes - Class in co.cask.cdap.api.common
Utility class that handles byte arrays, conversions to/from other types, comparisons, hash code generation, manufacturing keys for HashMaps or HashSets, etc.
Bytes() - Constructor for class co.cask.cdap.api.common.Bytes
 
Bytes.ByteArrayComparator - Class in co.cask.cdap.api.common
Byte array comparator class.
Bytes.ByteArrayComparator() - Constructor for class co.cask.cdap.api.common.Bytes.ByteArrayComparator
Constructor.
BYTES_COMPARATOR - Static variable in class co.cask.cdap.api.common.Bytes
Pass this to TreeMaps where byte [] are keys.

C

co.cask.cdap.api.annotation - package co.cask.cdap.api.annotation
 
co.cask.cdap.api.common - package co.cask.cdap.api.common
 
co.cask.cdap.api.data.format - package co.cask.cdap.api.data.format
Defines data formats for use in programs and data exploration.
co.cask.cdap.api.data.schema - package co.cask.cdap.api.data.schema
This package contains beta classes for schema in CDAP.
co.cask.cdap.api.flow.flowlet - package co.cask.cdap.api.flow.flowlet
 
co.cask.cdap.api.stream - package co.cask.cdap.api.stream
Interfaces for stream interactions.
co.cask.cdap.internal.io - package co.cask.cdap.internal.io
 
COMBINED_LOG_FORMAT - Static variable in class co.cask.cdap.api.data.format.Formats
 
compare(byte[], byte[]) - Method in class co.cask.cdap.api.common.Bytes.ByteArrayComparator
 
compareTo(byte[], byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Lexicographically compare two arrays.
compareTo(byte[], int, int, byte[], int, int) - Static method in class co.cask.cdap.api.common.Bytes
Lexicographically compare two arrays.
concat(byte[]...) - Static method in class co.cask.cdap.api.common.Bytes
Returns the values from each provided array combined into a single array.
configure(Map<String, String>) - Method in class co.cask.cdap.api.data.format.RecordFormat
Configure the format with the given properties.
convertAndSet(String, String) - Method in class co.cask.cdap.api.data.format.StructuredRecord.Builder
Convert the given string into the type of the given field, and set the value for that field.
CSV - Static variable in class co.cask.cdap.api.data.format.Formats
 

D

decode(StreamEvent, StreamEventDecoder.DecodeResult<K, V>) - Method in interface co.cask.cdap.api.stream.StreamEventDecoder
Decode a StreamEvent.

E

EMPTY_BYTE_ARRAY - Static variable in class co.cask.cdap.api.common.Bytes
Byte array of size zero.
enumWith(String...) - Static method in class co.cask.cdap.api.data.schema.Schema
Creates a Schema of ENUM type, with the given enum values.
enumWith(Iterable<String>) - Static method in class co.cask.cdap.api.data.schema.Schema
Creates a Schema of ENUM type, with the given enum values.
enumWith(Class<Enum<?>>) - Static method in class co.cask.cdap.api.data.schema.Schema
Creates a Schema of ENUM type, with values extracted from the given Enum class.
equals(byte[], byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Checks two byte arrays for equality.
equals(byte[], int, int, byte[], int, int) - Static method in class co.cask.cdap.api.common.Bytes
Checks segments of two byte arrays for equality.
equals(Object) - Method in class co.cask.cdap.api.data.format.FormatSpecification
 
equals(Object) - Method in class co.cask.cdap.api.data.format.StructuredRecord
 
equals(Object) - Method in class co.cask.cdap.api.data.schema.Schema
 
equals(Object) - Method in class co.cask.cdap.api.data.schema.SchemaHash
 
equals(Object) - Method in class co.cask.cdap.api.stream.StreamEventDecoder.DecodeResult
 

F

Formats - Class in co.cask.cdap.api.data.format
Names of RecordFormats built into the platform.
Formats() - Constructor for class co.cask.cdap.api.data.format.Formats
 
FormatSpecification - Class in co.cask.cdap.api.data.format
Specification for a RecordFormat, including the class, schema, and settings to use for the format.
FormatSpecification(String, Schema, Map<String, String>) - Constructor for class co.cask.cdap.api.data.format.FormatSpecification
 
FormatSpecification(String, Schema) - Constructor for class co.cask.cdap.api.data.format.FormatSpecification
 

G

GenericStreamEventData<T> - Class in co.cask.cdap.api.stream
Represents data in one stream event with the body as a specific type.
GenericStreamEventData(Map<String, String>, T) - Constructor for class co.cask.cdap.api.stream.GenericStreamEventData
Constructs a GenericStreamEventData instance.
get(String) - Method in class co.cask.cdap.api.data.format.StructuredRecord
Get the value of a field in the record.
getBody() - Method in class co.cask.cdap.api.stream.GenericStreamEventData
 
getBytes(ByteBuffer) - Static method in class co.cask.cdap.api.common.Bytes
This method will get a sequence of bytes from pos -> limit, but will restore pos after.
getComponentSchema() - Method in class co.cask.cdap.api.data.schema.Schema
 
getDefaultSchema() - Method in class co.cask.cdap.api.data.format.RecordFormat
Get the default schema for the format.
getEnumIndex(String) - Method in class co.cask.cdap.api.data.schema.Schema
 
getEnumValue(int) - Method in class co.cask.cdap.api.data.schema.Schema
 
getEnumValues() - Method in class co.cask.cdap.api.data.schema.Schema
 
getField(String) - Method in class co.cask.cdap.api.data.schema.Schema
Returns the record Schema.Field of the given name.
getFields() - Method in class co.cask.cdap.api.data.schema.Schema
 
getHeaders() - Method in class co.cask.cdap.api.stream.GenericStreamEventData
 
getKey() - Method in class co.cask.cdap.api.stream.StreamEventDecoder.DecodeResult
 
getMapSchema() - Method in class co.cask.cdap.api.data.schema.Schema
 
getName() - Method in class co.cask.cdap.api.data.format.FormatSpecification
 
getName() - Method in class co.cask.cdap.api.data.schema.Schema.Field
 
getNonNullable() - Method in class co.cask.cdap.api.data.schema.Schema
Assuming this is a union of a null and one non-null type, return the non-null schema.
getRecordName() - Method in class co.cask.cdap.api.data.schema.Schema
 
getSchema() - Method in class co.cask.cdap.api.data.format.FormatSpecification
 
getSchema() - Method in class co.cask.cdap.api.data.format.RecordFormat
Get the schema of the format.
getSchema() - Method in class co.cask.cdap.api.data.format.StructuredRecord
Get the schema of the record.
getSchema() - Method in class co.cask.cdap.api.data.schema.Schema.Field
 
getSchemaHash() - Method in class co.cask.cdap.api.data.schema.Schema
 
getSettings() - Method in class co.cask.cdap.api.data.format.FormatSpecification
 
getTimestamp() - Method in class co.cask.cdap.api.flow.flowlet.StreamEvent
 
getType() - Method in class co.cask.cdap.api.data.schema.Schema
 
getUnionSchema(int) - Method in class co.cask.cdap.api.data.schema.Schema
 
getUnionSchemas() - Method in class co.cask.cdap.api.data.schema.Schema
 
getValue() - Method in class co.cask.cdap.api.stream.StreamEventDecoder.DecodeResult
 
GROK - Static variable in class co.cask.cdap.api.data.format.Formats
 

H

hashBytes(byte[], int, int) - Static method in class co.cask.cdap.api.common.Bytes
Compute hash for binary data.
hashBytes(byte[], int) - Static method in class co.cask.cdap.api.common.Bytes
Compute hash for binary data.
hashCode(byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Compute hash for binary data.
hashCode(byte[], int) - Static method in class co.cask.cdap.api.common.Bytes
Compute hash for binary data.
hashCode(byte[], int, int) - Static method in class co.cask.cdap.api.common.Bytes
 
hashCode() - Method in class co.cask.cdap.api.data.format.FormatSpecification
 
hashCode() - Method in class co.cask.cdap.api.data.format.StructuredRecord
 
hashCode() - Method in class co.cask.cdap.api.data.schema.Schema
 
hashCode() - Method in class co.cask.cdap.api.data.schema.SchemaHash
 
hashCode() - Method in class co.cask.cdap.api.stream.StreamEventDecoder.DecodeResult
 
head(byte[], int) - Static method in class co.cask.cdap.api.common.Bytes
Returns first length bytes from byte array.

I

immutableSortedMapOf(byte[], T) - Static method in class co.cask.cdap.api.common.Bytes
Deprecated.
This method will be removed in future release
immutableSortedMapOf(byte[], T, byte[], T) - Static method in class co.cask.cdap.api.common.Bytes
Deprecated.
This method will be removed in future release
incrementBytes(byte[], long) - Static method in class co.cask.cdap.api.common.Bytes
Bytewise binary increment/deincrement of long contained in byte array on given amount.
initialize(FormatSpecification) - Method in class co.cask.cdap.api.data.format.RecordFormat
Initialize the format with the given desired schema and properties.
isCompatible(Schema) - Method in class co.cask.cdap.api.data.schema.Schema
Checks if the given target schema is compatible with this schema, meaning datum being written with this schema could be projected correctly into the given target schema.
isNullable() - Method in class co.cask.cdap.api.data.schema.Schema
Check if this is a nullable type, which is a union of a null and one other non-null type.
isNullableSimple() - Method in class co.cask.cdap.api.data.schema.Schema
Check if this is a nullable simple type, which is a union of a null and one other non-null simple type, where a simple type is a boolean, int, long, float, double, bytes, or string type.
isSimpleOrNullableSimple() - Method in class co.cask.cdap.api.data.schema.Schema
Check if this is a simple type or a nullable simple type, which is a union of a null and one other non-null simple type, where a simple type is a boolean, int, long, float, double, bytes, or string type.
isSimpleType() - Method in enum co.cask.cdap.api.data.schema.Schema.Type
 
iterateOnSplits(byte[], byte[], int) - Static method in class co.cask.cdap.api.common.Bytes
Iterate over keys within the passed range, splitting at an [a,b) boundary.
iterateOnSplits(byte[], byte[], boolean, int) - Static method in class co.cask.cdap.api.common.Bytes
Iterate over keys within the passed range.

M

mapKey(byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Returns a hash of a byte array as an Integer that can be used as key in Maps.
mapKey(byte[], int) - Static method in class co.cask.cdap.api.common.Bytes
Returns a hash of a byte array segment as an Integer that can be used as key in Maps.
mapOf(Schema, Schema) - Static method in class co.cask.cdap.api.data.schema.Schema
Creates a MAP Schema of the given key and value types.

N

nullableOf(Schema) - Static method in class co.cask.cdap.api.data.schema.Schema
Creates a nullable Schema for the given schema, which is a union of the given schema with the null type.

O

of(String, Schema) - Static method in class co.cask.cdap.api.data.schema.Schema.Field
Creates a Schema.Field instance with the given name and Schema.
of(Schema.Type) - Static method in class co.cask.cdap.api.data.schema.Schema
Creates a Schema for the given type.

P

padHead(byte[], int) - Static method in class co.cask.cdap.api.common.Bytes
Return a byte array with value in a plus length prepended 0 bytes.
padTail(byte[], int) - Static method in class co.cask.cdap.api.common.Bytes
Return a byte array with value in a plus length appended 0 bytes.
parse() - Method in class co.cask.cdap.internal.io.SQLSchemaParser
 
parseJson(String) - Static method in class co.cask.cdap.api.data.schema.Schema
Parse the given JSON representation, as returned by Schema.toString() into a Schema object.
parseJson(Reader) - Static method in class co.cask.cdap.api.data.schema.Schema
Parse the given json representation of a schema object contained in a reader into a schema object.
parseSQL(String) - Static method in class co.cask.cdap.api.data.schema.Schema
Parse the given sql-like schema representation into a schema object.
putBigDecimal(byte[], int, BigDecimal) - Static method in class co.cask.cdap.api.common.Bytes
Put a BigDecimal value out to the specified byte array position.
putByte(byte[], int, byte) - Static method in class co.cask.cdap.api.common.Bytes
Write a single byte out to the specified byte array position.
putBytes(byte[], int, byte[], int, int) - Static method in class co.cask.cdap.api.common.Bytes
Put bytes at the specified byte array position.
putDouble(byte[], int, double) - Static method in class co.cask.cdap.api.common.Bytes
Put a double value out to the specified byte array position.
putFloat(byte[], int, float) - Static method in class co.cask.cdap.api.common.Bytes
Put a float value out to the specified byte array position.
putInt(byte[], int, int) - Static method in class co.cask.cdap.api.common.Bytes
Put an int value out to the specified byte array position.
putLong(byte[], int, long) - Static method in class co.cask.cdap.api.common.Bytes
Put a long value out to the specified byte array position.
putShort(byte[], int, short) - Static method in class co.cask.cdap.api.common.Bytes
Put a short value out to the specified byte array position.

R

read(FROM) - Method in class co.cask.cdap.api.data.format.RecordFormat
Read data from the input format to the output type.
read(JsonReader) - Method in class co.cask.cdap.internal.io.SchemaTypeAdapter
 
RecordFormat<FROM,TO> - Class in co.cask.cdap.api.data.format
Interface specifying how to read data in some format into java objects.
RecordFormat() - Constructor for class co.cask.cdap.api.data.format.RecordFormat
 
recordOf(String) - Static method in class co.cask.cdap.api.data.schema.Schema
Creates a RECORD Schema of the given name.
recordOf(String, Schema.Field...) - Static method in class co.cask.cdap.api.data.schema.Schema
Creates a RECORD Schema with the given name and Fields.
recordOf(String, Iterable<Schema.Field>) - Static method in class co.cask.cdap.api.data.schema.Schema
Creates a RECORD Schema with the given name and Fields.

S

schema - Variable in class co.cask.cdap.api.data.format.RecordFormat
 
Schema - Class in co.cask.cdap.api.data.schema
This class represents schema of data types.
Schema.Field - Class in co.cask.cdap.api.data.schema
Represents a field inside a Schema.Type.RECORD schema.
Schema.Type - Enum in co.cask.cdap.api.data.schema
Types known to Schema.
SchemaHash - Class in co.cask.cdap.api.data.schema
A MD5 hash of a Schema.
SchemaHash(Schema) - Constructor for class co.cask.cdap.api.data.schema.SchemaHash
 
SchemaHash(ByteBuffer) - Constructor for class co.cask.cdap.api.data.schema.SchemaHash
Creates a SchemaHash by reading the hash value from the given ByteBuffer.
SchemaTypeAdapter - Class in co.cask.cdap.internal.io
Class for serialize/deserialize Schema object to/from json through Gson.
SchemaTypeAdapter() - Constructor for class co.cask.cdap.internal.io.SchemaTypeAdapter
 
set(String, Object) - Method in class co.cask.cdap.api.data.format.StructuredRecord.Builder
Set the field to the given value.
setKey(K) - Method in class co.cask.cdap.api.stream.StreamEventDecoder.DecodeResult
 
setValue(V) - Method in class co.cask.cdap.api.stream.StreamEventDecoder.DecodeResult
 
SIZEOF_BOOLEAN - Static variable in class co.cask.cdap.api.common.Bytes
Size of boolean in bytes.
SIZEOF_BYTE - Static variable in class co.cask.cdap.api.common.Bytes
Size of byte in bytes.
SIZEOF_CHAR - Static variable in class co.cask.cdap.api.common.Bytes
Size of char in bytes.
SIZEOF_DOUBLE - Static variable in class co.cask.cdap.api.common.Bytes
Size of double in bytes.
SIZEOF_FLOAT - Static variable in class co.cask.cdap.api.common.Bytes
Size of float in bytes.
SIZEOF_INT - Static variable in class co.cask.cdap.api.common.Bytes
Size of int in bytes.
SIZEOF_LONG - Static variable in class co.cask.cdap.api.common.Bytes
Size of long in bytes.
SIZEOF_SHORT - Static variable in class co.cask.cdap.api.common.Bytes
Size of short in bytes.
split(byte[], byte[], int) - Static method in class co.cask.cdap.api.common.Bytes
Split passed range.
split(byte[], byte[], boolean, int) - Static method in class co.cask.cdap.api.common.Bytes
Split passed range.
SQLSchemaParser - Class in co.cask.cdap.internal.io
Parses a SQL like schema into a Schema.
SQLSchemaParser(String) - Constructor for class co.cask.cdap.internal.io.SQLSchemaParser
 
startsWith(byte[], byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Return true if the byte array on the right is a prefix of the byte array on the left.
stopKeyForPrefix(byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Returns the given prefix, incremented by one, in the form that will be suitable for prefix matching.
StreamEvent - Class in co.cask.cdap.api.flow.flowlet
Represents single event from a stream.
StreamEvent() - Constructor for class co.cask.cdap.api.flow.flowlet.StreamEvent
Creates an instance with empty body and empty headers.
StreamEvent(ByteBuffer) - Constructor for class co.cask.cdap.api.flow.flowlet.StreamEvent
Creates an instance with the given body and empty headers.
StreamEvent(Map<String, String>, ByteBuffer) - Constructor for class co.cask.cdap.api.flow.flowlet.StreamEvent
Creates an instance with the given headers and body and current time as the event timestamp.
StreamEvent(StreamEventData, long) - Constructor for class co.cask.cdap.api.flow.flowlet.StreamEvent
Creates an instance with the given StreamEventData and timestamp.
StreamEvent(StreamEvent) - Constructor for class co.cask.cdap.api.flow.flowlet.StreamEvent
Creates an instance that copies from the another StreamEvent.
StreamEvent(Map<String, String>, ByteBuffer, long) - Constructor for class co.cask.cdap.api.flow.flowlet.StreamEvent
Creates an instance with the given headers, body and timestamp.
StreamEventData - Class in co.cask.cdap.api.stream
Represents data in one stream event.
StreamEventData(Map<String, String>, ByteBuffer) - Constructor for class co.cask.cdap.api.stream.StreamEventData
Constructs a StreamEventData instance.
StreamEventDecoder<K,V> - Interface in co.cask.cdap.api.stream
Represents decoder that turns StreamEvent into key value pair.
StreamEventDecoder.DecodeResult<K,V> - Class in co.cask.cdap.api.stream
Represents the decoded result pair.
StreamEventDecoder.DecodeResult() - Constructor for class co.cask.cdap.api.stream.StreamEventDecoder.DecodeResult
 
StructuredRecord - Class in co.cask.cdap.api.data.format
Instance of a record structured by a Schema.
StructuredRecord.Builder - Class in co.cask.cdap.api.data.format
Builder for creating a StructuredRecord.
SYSLOG - Static variable in class co.cask.cdap.api.data.format.Formats
 

T

tail(byte[], int) - Static method in class co.cask.cdap.api.common.Bytes
Returns last length bytes from byte array.
TEXT - Static variable in class co.cask.cdap.api.data.format.Formats
 
toBigDecimal(byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Converts a byte array to a BigDecimal.
toBigDecimal(byte[], int, int) - Static method in class co.cask.cdap.api.common.Bytes
Converts a byte array to a BigDecimal value.
toBinaryFromHex(byte) - Static method in class co.cask.cdap.api.common.Bytes
Takes a ASCII digit in the range A-F0-9 and returns the corresponding integer/ordinal value.
toBoolean(byte[]) - Static method in class co.cask.cdap.api.common.Bytes
toByteArray() - Method in class co.cask.cdap.api.data.schema.SchemaHash
 
toByteArrays(String[]) - Static method in class co.cask.cdap.api.common.Bytes
Returns an array of byte arrays made from passed array of Text.
toByteArrays(String) - Static method in class co.cask.cdap.api.common.Bytes
Returns an array of byte arrays where first and only entry is.
toByteArrays(byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Returns an array of byte arrays where first and only entry is.
toBytes(ByteBuffer) - Static method in class co.cask.cdap.api.common.Bytes
Returns a new byte array, copied from the passed ByteBuffer.
toBytes(String) - Static method in class co.cask.cdap.api.common.Bytes
Converts a string to a UTF-8 byte array.
toBytes(boolean) - Static method in class co.cask.cdap.api.common.Bytes
Convert a boolean to a byte array.
toBytes(long) - Static method in class co.cask.cdap.api.common.Bytes
Convert a long value to a byte array using big-endian.
toBytes(float) - Static method in class co.cask.cdap.api.common.Bytes
 
toBytes(double) - Static method in class co.cask.cdap.api.common.Bytes
Serialize a double as the IEEE 754 double format output.
toBytes(int) - Static method in class co.cask.cdap.api.common.Bytes
Convert an int value to a byte array.
toBytes(short) - Static method in class co.cask.cdap.api.common.Bytes
Convert a short value to a byte array of Bytes.SIZEOF_SHORT bytes long.
toBytes(BigDecimal) - Static method in class co.cask.cdap.api.common.Bytes
Convert a BigDecimal value to a byte array.
toBytes(UUID) - Static method in class co.cask.cdap.api.common.Bytes
Returns a copy of the byte representation of the given UUID.
toBytesBinary(String) - Static method in class co.cask.cdap.api.common.Bytes
 
toDouble(byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Return double made from passed bytes.
toDouble(byte[], int) - Static method in class co.cask.cdap.api.common.Bytes
Return double made from passed bytes.
toFloat(byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Presumes float encoded as IEEE 754 floating-point "single format".
toFloat(byte[], int) - Static method in class co.cask.cdap.api.common.Bytes
Presumes float encoded as IEEE 754 floating-point "single format".
toHexString(byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Returns a string containing each byte, in order, as a two-digit unsigned hexadecimal number in lower case.
toInt(byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Converts a byte array to an int value.
toInt(byte[], int) - Static method in class co.cask.cdap.api.common.Bytes
Converts a byte array to an int value.
toInt(byte[], int, int) - Static method in class co.cask.cdap.api.common.Bytes
Converts a byte array to an int value.
toLong(byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Converts a byte array to a long value.
toLong(byte[], int) - Static method in class co.cask.cdap.api.common.Bytes
Converts a byte array to a long value.
toLong(byte[], int, int) - Static method in class co.cask.cdap.api.common.Bytes
Converts a byte array to a long value.
toShort(byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Converts a byte array to a short value.
toShort(byte[], int) - Static method in class co.cask.cdap.api.common.Bytes
Converts a byte array to a short value.
toShort(byte[], int, int) - Static method in class co.cask.cdap.api.common.Bytes
Converts a byte array to a short value.
toString(byte[]) - Static method in class co.cask.cdap.api.common.Bytes
This method will convert utf8 encoded bytes into a string.
toString(byte[], String, byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Joins two byte arrays together using a separator.
toString(byte[], int, int) - Static method in class co.cask.cdap.api.common.Bytes
This method will convert utf8 encoded bytes into a string.
toString(ByteBuffer) - Static method in class co.cask.cdap.api.common.Bytes
This method will convert the remaining bytes of a UTF8 encoded byte buffer into a string.
toString(ByteBuffer, Charset) - Static method in class co.cask.cdap.api.common.Bytes
This method will convert the remaining bytes of an encoded byte buffer into a string of the given charset.
toString() - Method in class co.cask.cdap.api.data.format.FormatSpecification
 
toString() - Method in class co.cask.cdap.api.data.schema.Schema.Field
 
toString() - Method in class co.cask.cdap.api.data.schema.Schema
 
toString() - Method in class co.cask.cdap.api.data.schema.SchemaHash
 
toStringBinary(byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Write a printable representation of a byte array.
toStringBinary(ByteBuffer) - Static method in class co.cask.cdap.api.common.Bytes
Converts the given byte buffer, from its array offset to its limit, to a string.
toStringBinary(byte[], int, int) - Static method in class co.cask.cdap.api.common.Bytes
Write a printable representation of a byte array.
toUUID(byte[]) - Static method in class co.cask.cdap.api.common.Bytes
Convert the given byte representation of a UUID into a UUID.
TSV - Static variable in class co.cask.cdap.api.data.format.Formats
 

U

UnexpectedFormatException - Exception in co.cask.cdap.api.data.format
Exception to indicate data is of an unexpected format.
UnexpectedFormatException(String) - Constructor for exception co.cask.cdap.api.data.format.UnexpectedFormatException
 
UnexpectedFormatException(String, Throwable) - Constructor for exception co.cask.cdap.api.data.format.UnexpectedFormatException
 
UnexpectedFormatException(Throwable) - Constructor for exception co.cask.cdap.api.data.format.UnexpectedFormatException
 
unionOf(Schema...) - Static method in class co.cask.cdap.api.data.schema.Schema
Creates a UNION Schema which represents a union of all the given schemas.
unionOf(Iterable<Schema>) - Static method in class co.cask.cdap.api.data.schema.Schema
Creates a UNION Schema which represents a union of all the given schemas.
UnsupportedTypeException - Exception in co.cask.cdap.api.data.schema
Exception to indicate a given type is not supported.
UnsupportedTypeException(String) - Constructor for exception co.cask.cdap.api.data.schema.UnsupportedTypeException
 
UnsupportedTypeException(String, Throwable) - Constructor for exception co.cask.cdap.api.data.schema.UnsupportedTypeException
 
UnsupportedTypeException(Throwable) - Constructor for exception co.cask.cdap.api.data.schema.UnsupportedTypeException
 
UTF8_ENCODING - Static variable in class co.cask.cdap.api.common.Bytes
When we encode strings, we always specify UTF8 encoding.

V

validateSchema(Schema) - Method in class co.cask.cdap.api.data.format.RecordFormat
Validate the given schema, throwing an exception if it is unsupported.
valueOf(String) - Static method in enum co.cask.cdap.api.data.schema.Schema.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum co.cask.cdap.api.data.schema.Schema.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(JsonWriter, Schema) - Method in class co.cask.cdap.internal.io.SchemaTypeAdapter
 
writeStringFixedSize(DataOutput, String, int) - Static method in class co.cask.cdap.api.common.Bytes
Writes a string as a fixed-size field, padded with zeros.
A B C D E F G H I M N O P R S T U V W 

Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.