public static class CompressionMetadata.Chunk
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
length |
long |
offset |
static IVersionedSerializer<CompressionMetadata.Chunk> |
serializer |
Constructor and Description |
---|
Chunk(long offset,
int length) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public static final IVersionedSerializer<CompressionMetadata.Chunk> serializer
public final long offset
public final int length
Copyright © 2016 The Apache Software Foundation