| Package | Description |
|---|---|
| com.vesoft.nebula | |
| com.vesoft.nebula.meta | |
| com.vesoft.nebula.storage |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
KeyValue.Builder.build() |
KeyValue |
KeyValue.deepCopy() |
KeyValue |
KeyValue.setKey(byte[] key) |
KeyValue |
KeyValue.setValue(byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
int |
KeyValue.compareTo(KeyValue other) |
| Constructor and Description |
|---|
KeyValue(KeyValue other)
Performs a deep copy on other.
|
| Modifier and Type | Field and Description |
|---|---|
List<KeyValue> |
MultiPutReq.pairs |
| Modifier and Type | Method and Description |
|---|---|
List<KeyValue> |
MultiPutReq.getPairs() |
| Modifier and Type | Method and Description |
|---|---|
MultiPutReq |
MultiPutReq.setPairs(List<KeyValue> pairs) |
MultiPutReq.Builder |
MultiPutReq.Builder.setPairs(List<KeyValue> pairs) |
| Constructor and Description |
|---|
MultiPutReq(byte[] segment,
List<KeyValue> pairs) |
| Modifier and Type | Field and Description |
|---|---|
Map<Integer,List<KeyValue>> |
KVPutRequest.parts |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,List<KeyValue>> |
KVPutRequest.getParts() |
| Modifier and Type | Method and Description |
|---|---|
KVPutRequest |
KVPutRequest.setParts(Map<Integer,List<KeyValue>> parts) |
KVPutRequest.Builder |
KVPutRequest.Builder.setParts(Map<Integer,List<KeyValue>> parts) |
| Constructor and Description |
|---|
KVPutRequest(int space_id,
Map<Integer,List<KeyValue>> parts) |
Copyright © 2022. All rights reserved.