| Package | Description |
|---|---|
| com.vesoft.nebula | |
| com.vesoft.nebula.drainer |
| Modifier and Type | Method and Description |
|---|---|
LogEntry |
LogEntry.Builder.build() |
LogEntry |
LogEntry.deepCopy() |
LogEntry |
LogEntry.setCluster(long cluster) |
LogEntry |
LogEntry.setLog_str(byte[] log_str) |
| Modifier and Type | Method and Description |
|---|---|
int |
LogEntry.compareTo(LogEntry other) |
| Constructor and Description |
|---|
LogEntry(LogEntry other)
Performs a deep copy on other.
|
| Modifier and Type | Field and Description |
|---|---|
List<LogEntry> |
AppendLogRequest.log_str_list |
| Modifier and Type | Method and Description |
|---|---|
List<LogEntry> |
AppendLogRequest.getLog_str_list() |
| Modifier and Type | Method and Description |
|---|---|
AppendLogRequest |
AppendLogRequest.setLog_str_list(List<LogEntry> log_str_list) |
AppendLogRequest.Builder |
AppendLogRequest.Builder.setLog_str_list(List<LogEntry> log_str_list) |
| Constructor and Description |
|---|
AppendLogRequest(long clusterId,
int space,
int part,
int part_num,
long last_log_id_to_send,
long last_log_id_sent,
long log_term,
List<LogEntry> log_str_list,
boolean need_cleanup,
boolean is_snapshot,
boolean snapshot_finished,
long snapshot_commitLogId,
byte[] to_space_name,
boolean sync_meta,
PropertyType space_vid_type,
short space_vid_len) |
Copyright © 2024. All rights reserved.