- Bucket Operations
- Object/Key Operations
- Query Operations
- Server Operations
- Bucket Type Operations
- Data Type Operations
- Yokozuna Operations
NOTE: Not recommended for use on production systems
List all existing buckets.
Input: None
Response: If buckets exist, RpbListBucketsResp, otherwise the empty object {}
.
NOTE: Not recommended for use on production systems
List all keys within a bucket. When used as a stream, this method will emit multiple data
events.
Input: RpbListKeysReq
Response: If the bucket contains keys, RpbListKeysResp, otherwise the empty object {}
.
Get a single bucket's properties.
Input: RpbGetBucketReq
Response: RpbGetBucketResp
Set properties for a single bucket.
Input: RpbSetBucketReq
Response: The empty object {}
Input: RpbResetBucketReq
Response: The empty object {}
Input: RpbGetReq
Response: RpbGetResp
Input: RpbPutReq
Response: RpbPutResp
Input: RpbDelReq
Response: The empty object {}
Input: RpbMapRedReq
Response: RpbMapRedResp
Input: RpbIndexReq
Response: RpbIndexResp
Input: RpbSearchQueryReq
Response: RpbSearchQueryResp
Send a ping to the riak node.
Input: None
Response: The empty object {}
.
Ask the riak node for general server information.
Input: None
Response: RpbGetServerInfoResp
Input: RpbGetBucketTypeReq
Response: RpbGetBucketTypeResp
Input: RpbSetBucketTypeReq
Response: The empty object {}
Input: DtFetchReq
Response: DtFetchResp
Input: DtUpdateReq
Response: DtUpdateResp
Input: RpbYokozunaIndexGetReq
Response: RpbYokozunaIndexGetResp
Input: RpbYokozunaIndexPutReq
Response: The empty object {}
Input: RpbYokozunaIndexDeleteReq
Response: The empty object {}
Input: RpbYokozunaSchemaGetReq
Response: RpbYokozunaSchemaGetResp
Input: RpbYokozunaSchemaPutReq
Response: The empty object {}