Modifier and Type | Field and Description |
---|---|
PageType |
PageHeader.type
the type of the page: indicates which of the *_header fields is set *
|
Modifier and Type | Method and Description |
---|---|
static PageType |
PageType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
PageType |
PageHeader.getType()
the type of the page: indicates which of the *_header fields is set *
|
static PageType |
PageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageType[] |
PageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PageHeader |
PageHeader.setType(PageType type)
the type of the page: indicates which of the *_header fields is set *
|
Constructor and Description |
---|
PageHeader(PageType type,
int uncompressed_page_size,
int compressed_page_size) |
Copyright © 2015. All rights reserved.