http://git-wip-us.apache.org/repos/asf/kudu/blob/20153945/cpp-client-api/classkudu_1_1client_1_1_kudu_column_storage_attributes-members.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/classkudu_1_1client_1_1_kudu_column_storage_attributes-members.html b/cpp-client-api/classkudu_1_1client_1_1_kudu_column_storage_attributes-members.html deleted file mode 100644 index 49733cf..0000000 --- a/cpp-client-api/classkudu_1_1client_1_1_kudu_column_storage_attributes-members.html +++ /dev/null @@ -1,102 +0,0 @@ - - -
- - - - -
- Kudu C++ client API
-
- |
-
This is the complete list of members for kudu::client::KuduColumnStorageAttributes, including all inherited members.
-
- Kudu C++ client API
-
- |
-
Representation of column storage attributes. - More...
- -#include <schema.h>
-Public Types | |
enum | EncodingType { - AUTO_ENCODING = 0, -PLAIN_ENCODING = 1, -PREFIX_ENCODING = 2, -RLE = 4, - - DICT_ENCODING = 5, -BIT_SHUFFLE = 6, -GROUP_VARINT = 3 - - } |
Column encoding types. More... | |
enum | CompressionType { - DEFAULT_COMPRESSION = 0, -NO_COMPRESSION = 1, -SNAPPY = 2, -LZ4 = 3, - - ZLIB = 4 - - } |
Column compression types. | |
-Public Member Functions | |
KuduColumnStorageAttributes (EncodingType encoding=AUTO_ENCODING, CompressionType compression=DEFAULT_COMPRESSION, int32_t block_size=0) ATTRIBUTE_DEPRECATED("this const ructor will be private in a future release") | |
const EncodingType | encoding () const |
const CompressionType | compression () const |
std::string | ToString () const |
Representation of column storage attributes.
-enum kudu::client::KuduColumnStorageAttributes::EncodingType | -
Column encoding types.
-Enumerator | |
---|---|
GROUP_VARINT |
|
-
|
- -inlineexplicit | -
[in] | encoding | Encoding type for the column storage. |
[in] | compression | Compression type for the column storage. |
[in] | block_size | Block size (in bytes, uncompressed data) for the column storage. |
-
|
- -inline | -
-
|
- -inline | -
std::string kudu::client::KuduColumnStorageAttributes::ToString | -( | -) | -const | -
- Kudu C++ client API
-
- |
-
This is the complete list of members for kudu::client::KuduColumnTypeAttributes, including all inherited members.
-CopyFrom(const KuduColumnTypeAttributes &other) (defined in kudu::client::KuduColumnTypeAttributes) | kudu::client::KuduColumnTypeAttributes | |
KuduColumnTypeAttributes() (defined in kudu::client::KuduColumnTypeAttributes) | kudu::client::KuduColumnTypeAttributes | |
KuduColumnTypeAttributes(const KuduColumnTypeAttributes &other) | kudu::client::KuduColumnTypeAttributes | |
KuduColumnTypeAttributes(int8_t precision, int8_t scale) | kudu::client::KuduColumnTypeAttributes | |
operator=(const KuduColumnTypeAttributes &other) (defined in kudu::client::KuduColumnTypeAttributes) | kudu::client::KuduColumnTypeAttributes | |
precision() const | kudu::client::KuduColumnTypeAttributes | |
scale() const | kudu::client::KuduColumnTypeAttributes | |
~KuduColumnTypeAttributes() (defined in kudu::client::KuduColumnTypeAttributes) | kudu::client::KuduColumnTypeAttributes |
- Kudu C++ client API
-
- |
-
Representation of column type attributes. - More...
- -#include <schema.h>
-Public Member Functions | ||||
KuduColumnTypeAttributes (const KuduColumnTypeAttributes &other) | ||||
KuduColumnTypeAttributes (int8_t precision, int8_t scale) | ||||
int8_t | precision () const | |||
int8_t | scale () const | |||
Assign/copy KuduColumnTypeAttributes. | ||||
| ||||
-KuduColumnTypeAttributes & | operator= (const KuduColumnTypeAttributes &other) | |||
-void | CopyFrom (const KuduColumnTypeAttributes &other) | |||
Representation of column type attributes.
-kudu::client::KuduColumnTypeAttributes::KuduColumnTypeAttributes | -( | -const KuduColumnTypeAttributes & | -other | ) | -- |
Create a KuduColumnTypeAttributes object as a copy of the other one.
-[in] | other | The other KuduColumnTypeAttributes object to use as a reference. |
kudu::client::KuduColumnTypeAttributes::KuduColumnTypeAttributes | -( | -int8_t | -precision, | -
- | - | int8_t | -scale | -
- | ) | -- |
Create a KuduColumnTypeAttributes object
-[in] | precision | The precision of a decimal column. |
[in] | scale | The scale of a decimal column. |
int8_t kudu::client::KuduColumnTypeAttributes::precision | -( | -) | -const | -
int8_t kudu::client::KuduColumnTypeAttributes::scale | -( | -) | -const | -
- Kudu C++ client API
-
- |
-
This is the complete list of members for kudu::client::KuduDelete, including all inherited members.
-DELETE enum value (defined in kudu::client::KuduWriteOperation) | kudu::client::KuduWriteOperation | |
INSERT enum value (defined in kudu::client::KuduWriteOperation) | kudu::client::KuduWriteOperation | |
KuduTable (defined in kudu::client::KuduDelete) | kudu::client::KuduDelete | friend |
mutable_row() | kudu::client::KuduWriteOperation | inline |
row() const | kudu::client::KuduWriteOperation | inline |
ToString() const OVERRIDE | kudu::client::KuduDelete | inlinevirtual |
Type enum name | kudu::client::KuduWriteOperation | |
UPDATE enum value (defined in kudu::client::KuduWriteOperation) | kudu::client::KuduWriteOperation | |
UPSERT enum value (defined in kudu::client::KuduWriteOperation) | kudu::client::KuduWriteOperation | |
~KuduDelete() (defined in kudu::client::KuduDelete) | kudu::client::KuduDelete | virtual |
~KuduWriteOperation() (defined in kudu::client::KuduWriteOperation) | kudu::client::KuduWriteOperation | virtual |
- Kudu C++ client API
-
- |
-
A single row delete to be sent to the cluster. - More...
- -#include <write_op.h>
-Public Member Functions | |
virtual std::string | ToString () const OVERRIDE |
![]() | |
const KuduPartialRow & | row () const |
KuduPartialRow * | mutable_row () |
-Friends | |
-class | KuduTable |
-Additional Inherited Members | |
![]() | |
enum | Type { INSERT = 1, -UPDATE = 2, -DELETE = 3, -UPSERT = 4 - } |
Write operation types. | |
A single row delete to be sent to the cluster.
-
-
|
- -inlinevirtual | -
Implements kudu::client::KuduWriteOperation.
- -
- Kudu C++ client API
-
- |
-
This is the complete list of members for kudu::client::KuduError, including all inherited members.
-failed_op() const | kudu::client::KuduError | |
internal::Batcher (defined in kudu::client::KuduError) | kudu::client::KuduError | friend |
internal::ErrorCollector (defined in kudu::client::KuduError) | kudu::client::KuduError | friend |
KuduSession (defined in kudu::client::KuduError) | kudu::client::KuduError | friend |
release_failed_op() | kudu::client::KuduError | |
status() const | kudu::client::KuduError | |
was_possibly_successful() const | kudu::client::KuduError | |
~KuduError() (defined in kudu::client::KuduError) | kudu::client::KuduError |
- Kudu C++ client API
-
- |
-
This class represents an error which occurred in a write operation. - More...
- -#include <client.h>
-Public Member Functions | |
const Status & | status () const |
const KuduWriteOperation & | failed_op () const |
KuduWriteOperation * | release_failed_op () |
bool | was_possibly_successful () const |
-Friends | |
-class | internal::Batcher |
-class | internal::ErrorCollector |
-class | KuduSession |
This class represents an error which occurred in a write operation.
-Using an instance of this class, it is possible to track error details such as the operation which caused the error, along with whatever the actual error was.
-const KuduWriteOperation& kudu::client::KuduError::failed_op | -( | -) | -const | -
KuduWriteOperation* kudu::client::KuduError::release_failed_op | -( | -) | -- |
Release the operation that failed.
-This method must be called only once on an instance of the KuduError class.
-const Status& kudu::client::KuduError::status | -( | -) | -const | -
bool kudu::client::KuduError::was_possibly_successful | -( | -) | -const | -
Check if there is a chance that the requested operation was successful.
-In some cases, it is possible that the server did receive and successfully perform the requested operation, but the client can't tell whether or not it was successful. For example, if the call times out, the server may still succeed in processing at a later time.
-true
if there is some chance that the server did process the operation, and false
if it can guarantee that the operation did not succeed.