- Member kudu::client::KuduColumnStorageAttributes::GROUP_VARINT  
- GROUP_VARINT is not supported for valid types, and will fall back to another encoding on the server side.  
- Member kudu::client::KuduColumnStorageAttributes::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")
- This constructor is deprecated for external use, and will be made private in a future release. 
- Member kudu::client::KuduScanner::AddExclusiveUpperBoundRaw  (const Slice &key) ATTRIBUTE_DEPRECATED("use AddExclusiveUpperBound() instead")
- Use AddExclusiveUpperBound() instead. 
- Member kudu::client::KuduScanner::AddLowerBoundRaw  (const Slice &key) ATTRIBUTE_DEPRECATED("use AddLowerBound() instead")
- Use AddLowerBound() instead. 
- Member kudu::client::KuduScanner::NextBatch  (std::vector< KuduRowResult > *rows) ATTRIBUTE_DEPRECATED("use NextBatch(KuduScanBatch*) instead")
- Use NextBatch(KuduScanBatch*) instead. 
- Member kudu::client::KuduScanner::SetOrderMode  (OrderMode order_mode) WARN_UNUSED_RESULT ATTRIBUTE_DEPRECATED("use SetFaultTolerant() instead")
- Use SetFaultTolerant() instead. 
- Member kudu::client::KuduScanner::SetProjectedColumns  (const std::vector< std::string > &col_names) WARN_UNUSED_RESULT ATTRIBUTE_DEPRECATED("use SetProjectedColumnNames() instead")
- Use SetProjectedColumnNames() instead. 
- Member kudu::client::KuduSchema::Reset  (const std::vector< KuduColumnSchema > &columns, int key_columns) WARN_UNUSED_RESULT
- This method will be removed soon. 
- Member kudu::client::KuduSession::CountBufferedOperations  () const ATTRIBUTE_DEPRECATED("this method is experimental and will disappear ""in a future release")
- This method is experimental and will disappear in a future release. 
- Member kudu::client::KuduTableCreator::split_rows  (const std::vector< const KuduPartialRow * > &split_rows) ATTRIBUTE_DEPRECATED("use add_range_partition_split() instead")
- Use add_range_partition_split()instead.