You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Chandra Sekhar K (Jira)" <ji...@apache.org> on 2024/04/07 08:41:00 UTC

[jira] [Updated] (HBASE-28497) Missing fields in Get.toJSON

     [ https://issues.apache.org/jira/browse/HBASE-28497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chandra Sekhar K updated HBASE-28497:
-------------------------------------
    Description: 
Missing fields in Get.toJSON conversion.


|Class|Whether Mapped to JSON?|add to json?|
|Get| | |
|row|Yes| |
|maxVersions|Yes| |
|cacheBlocks|Yes| |
|storeLimit|No|Yes|
|storeOffset|No|Yes|
|tr|Yes| |
|checkExistenceOnly|No|Yes|
|familyMap|Yes| |
| | | |
|Query| | |
|filter|Yes| |
|targetReplicaId|No|Yes|
|consistency|No|Yes|
|colFamTimeRangeMap|No|Yes|
|loadColumnFamiliesOnDemand|No|Yes|
| | | |
|OperationWithAttributes| | |
|attributes|partial, only ID attribute is set|Yes|
|priority|No|Yes|

  was:
Missing fields in Get.toJSON conversion.
storeOffset
storeLimit
checkExistenceOnly


> Missing fields in Get.toJSON
> ----------------------------
>
>                 Key: HBASE-28497
>                 URL: https://issues.apache.org/jira/browse/HBASE-28497
>             Project: HBase
>          Issue Type: Improvement
>          Components: Client
>            Reporter: Chandra Sekhar K
>            Assignee: Chandra Sekhar K
>            Priority: Major
>
> Missing fields in Get.toJSON conversion.
> |Class|Whether Mapped to JSON?|add to json?|
> |Get| | |
> |row|Yes| |
> |maxVersions|Yes| |
> |cacheBlocks|Yes| |
> |storeLimit|No|Yes|
> |storeOffset|No|Yes|
> |tr|Yes| |
> |checkExistenceOnly|No|Yes|
> |familyMap|Yes| |
> | | | |
> |Query| | |
> |filter|Yes| |
> |targetReplicaId|No|Yes|
> |consistency|No|Yes|
> |colFamTimeRangeMap|No|Yes|
> |loadColumnFamiliesOnDemand|No|Yes|
> | | | |
> |OperationWithAttributes| | |
> |attributes|partial, only ID attribute is set|Yes|
> |priority|No|Yes|



--
This message was sent by Atlassian Jira
(v8.20.10#820010)