You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3876 lines
151 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
5 years ago
5 years ago
6 years ago
6 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
5 years ago
  1. // Code generated by protoc-gen-go.
  2. // source: volume_server.proto
  3. // DO NOT EDIT!
  4. /*
  5. Package volume_server_pb is a generated protocol buffer package.
  6. It is generated from these files:
  7. volume_server.proto
  8. It has these top-level messages:
  9. BatchDeleteRequest
  10. BatchDeleteResponse
  11. DeleteResult
  12. FileGetRequest
  13. FileGetResponse
  14. Empty
  15. VacuumVolumeCheckRequest
  16. VacuumVolumeCheckResponse
  17. VacuumVolumeCompactRequest
  18. VacuumVolumeCompactResponse
  19. VacuumVolumeCommitRequest
  20. VacuumVolumeCommitResponse
  21. VacuumVolumeCleanupRequest
  22. VacuumVolumeCleanupResponse
  23. DeleteCollectionRequest
  24. DeleteCollectionResponse
  25. AllocateVolumeRequest
  26. AllocateVolumeResponse
  27. VolumeSyncStatusRequest
  28. VolumeSyncStatusResponse
  29. VolumeIncrementalCopyRequest
  30. VolumeIncrementalCopyResponse
  31. VolumeMountRequest
  32. VolumeMountResponse
  33. VolumeUnmountRequest
  34. VolumeUnmountResponse
  35. VolumeDeleteRequest
  36. VolumeDeleteResponse
  37. VolumeMarkReadonlyRequest
  38. VolumeMarkReadonlyResponse
  39. VolumeConfigureRequest
  40. VolumeConfigureResponse
  41. VolumeCopyRequest
  42. VolumeCopyResponse
  43. CopyFileRequest
  44. CopyFileResponse
  45. VolumeTailSenderRequest
  46. VolumeTailSenderResponse
  47. VolumeTailReceiverRequest
  48. VolumeTailReceiverResponse
  49. VolumeEcShardsGenerateRequest
  50. VolumeEcShardsGenerateResponse
  51. VolumeEcShardsRebuildRequest
  52. VolumeEcShardsRebuildResponse
  53. VolumeEcShardsCopyRequest
  54. VolumeEcShardsCopyResponse
  55. VolumeEcShardsDeleteRequest
  56. VolumeEcShardsDeleteResponse
  57. VolumeEcShardsMountRequest
  58. VolumeEcShardsMountResponse
  59. VolumeEcShardsUnmountRequest
  60. VolumeEcShardsUnmountResponse
  61. VolumeEcShardReadRequest
  62. VolumeEcShardReadResponse
  63. VolumeEcBlobDeleteRequest
  64. VolumeEcBlobDeleteResponse
  65. VolumeEcShardsToVolumeRequest
  66. VolumeEcShardsToVolumeResponse
  67. ReadVolumeFileStatusRequest
  68. ReadVolumeFileStatusResponse
  69. DiskStatus
  70. MemStatus
  71. RemoteFile
  72. VolumeInfo
  73. VolumeTierMoveDatToRemoteRequest
  74. VolumeTierMoveDatToRemoteResponse
  75. VolumeTierMoveDatFromRemoteRequest
  76. VolumeTierMoveDatFromRemoteResponse
  77. VolumeServerStatusRequest
  78. VolumeServerStatusResponse
  79. QueryRequest
  80. QueriedStripe
  81. */
  82. package volume_server_pb
  83. import proto "github.com/golang/protobuf/proto"
  84. import fmt "fmt"
  85. import math "math"
  86. import (
  87. context "golang.org/x/net/context"
  88. grpc "google.golang.org/grpc"
  89. )
  90. // Reference imports to suppress errors if they are not otherwise used.
  91. var _ = proto.Marshal
  92. var _ = fmt.Errorf
  93. var _ = math.Inf
  94. // This is a compile-time assertion to ensure that this generated file
  95. // is compatible with the proto package it is being compiled against.
  96. // A compilation error at this line likely means your copy of the
  97. // proto package needs to be updated.
  98. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  99. type BatchDeleteRequest struct {
  100. FileIds []string `protobuf:"bytes,1,rep,name=file_ids,json=fileIds" json:"file_ids,omitempty"`
  101. }
  102. func (m *BatchDeleteRequest) Reset() { *m = BatchDeleteRequest{} }
  103. func (m *BatchDeleteRequest) String() string { return proto.CompactTextString(m) }
  104. func (*BatchDeleteRequest) ProtoMessage() {}
  105. func (*BatchDeleteRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
  106. func (m *BatchDeleteRequest) GetFileIds() []string {
  107. if m != nil {
  108. return m.FileIds
  109. }
  110. return nil
  111. }
  112. type BatchDeleteResponse struct {
  113. Results []*DeleteResult `protobuf:"bytes,1,rep,name=results" json:"results,omitempty"`
  114. }
  115. func (m *BatchDeleteResponse) Reset() { *m = BatchDeleteResponse{} }
  116. func (m *BatchDeleteResponse) String() string { return proto.CompactTextString(m) }
  117. func (*BatchDeleteResponse) ProtoMessage() {}
  118. func (*BatchDeleteResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
  119. func (m *BatchDeleteResponse) GetResults() []*DeleteResult {
  120. if m != nil {
  121. return m.Results
  122. }
  123. return nil
  124. }
  125. type DeleteResult struct {
  126. FileId string `protobuf:"bytes,1,opt,name=file_id,json=fileId" json:"file_id,omitempty"`
  127. Status int32 `protobuf:"varint,2,opt,name=status" json:"status,omitempty"`
  128. Error string `protobuf:"bytes,3,opt,name=error" json:"error,omitempty"`
  129. Size uint32 `protobuf:"varint,4,opt,name=size" json:"size,omitempty"`
  130. Version uint32 `protobuf:"varint,5,opt,name=version" json:"version,omitempty"`
  131. }
  132. func (m *DeleteResult) Reset() { *m = DeleteResult{} }
  133. func (m *DeleteResult) String() string { return proto.CompactTextString(m) }
  134. func (*DeleteResult) ProtoMessage() {}
  135. func (*DeleteResult) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
  136. func (m *DeleteResult) GetFileId() string {
  137. if m != nil {
  138. return m.FileId
  139. }
  140. return ""
  141. }
  142. func (m *DeleteResult) GetStatus() int32 {
  143. if m != nil {
  144. return m.Status
  145. }
  146. return 0
  147. }
  148. func (m *DeleteResult) GetError() string {
  149. if m != nil {
  150. return m.Error
  151. }
  152. return ""
  153. }
  154. func (m *DeleteResult) GetSize() uint32 {
  155. if m != nil {
  156. return m.Size
  157. }
  158. return 0
  159. }
  160. func (m *DeleteResult) GetVersion() uint32 {
  161. if m != nil {
  162. return m.Version
  163. }
  164. return 0
  165. }
  166. type FileGetRequest struct {
  167. FileId string `protobuf:"bytes,1,opt,name=file_id,json=fileId" json:"file_id,omitempty"`
  168. AcceptGzip bool `protobuf:"varint,2,opt,name=accept_gzip,json=acceptGzip" json:"accept_gzip,omitempty"`
  169. }
  170. func (m *FileGetRequest) Reset() { *m = FileGetRequest{} }
  171. func (m *FileGetRequest) String() string { return proto.CompactTextString(m) }
  172. func (*FileGetRequest) ProtoMessage() {}
  173. func (*FileGetRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
  174. func (m *FileGetRequest) GetFileId() string {
  175. if m != nil {
  176. return m.FileId
  177. }
  178. return ""
  179. }
  180. func (m *FileGetRequest) GetAcceptGzip() bool {
  181. if m != nil {
  182. return m.AcceptGzip
  183. }
  184. return false
  185. }
  186. type FileGetResponse struct {
  187. Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
  188. ContentLength uint32 `protobuf:"varint,2,opt,name=content_length,json=contentLength" json:"content_length,omitempty"`
  189. ContentType string `protobuf:"bytes,3,opt,name=content_type,json=contentType" json:"content_type,omitempty"`
  190. LastModified uint64 `protobuf:"varint,4,opt,name=last_modified,json=lastModified" json:"last_modified,omitempty"`
  191. Filename string `protobuf:"bytes,5,opt,name=filename" json:"filename,omitempty"`
  192. Etag string `protobuf:"bytes,6,opt,name=etag" json:"etag,omitempty"`
  193. IsGzipped bool `protobuf:"varint,7,opt,name=is_gzipped,json=isGzipped" json:"is_gzipped,omitempty"`
  194. Headers map[string]string `protobuf:"bytes,8,rep,name=headers" json:"headers,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
  195. ErrorCode int32 `protobuf:"varint,9,opt,name=errorCode" json:"errorCode,omitempty"`
  196. }
  197. func (m *FileGetResponse) Reset() { *m = FileGetResponse{} }
  198. func (m *FileGetResponse) String() string { return proto.CompactTextString(m) }
  199. func (*FileGetResponse) ProtoMessage() {}
  200. func (*FileGetResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
  201. func (m *FileGetResponse) GetData() []byte {
  202. if m != nil {
  203. return m.Data
  204. }
  205. return nil
  206. }
  207. func (m *FileGetResponse) GetContentLength() uint32 {
  208. if m != nil {
  209. return m.ContentLength
  210. }
  211. return 0
  212. }
  213. func (m *FileGetResponse) GetContentType() string {
  214. if m != nil {
  215. return m.ContentType
  216. }
  217. return ""
  218. }
  219. func (m *FileGetResponse) GetLastModified() uint64 {
  220. if m != nil {
  221. return m.LastModified
  222. }
  223. return 0
  224. }
  225. func (m *FileGetResponse) GetFilename() string {
  226. if m != nil {
  227. return m.Filename
  228. }
  229. return ""
  230. }
  231. func (m *FileGetResponse) GetEtag() string {
  232. if m != nil {
  233. return m.Etag
  234. }
  235. return ""
  236. }
  237. func (m *FileGetResponse) GetIsGzipped() bool {
  238. if m != nil {
  239. return m.IsGzipped
  240. }
  241. return false
  242. }
  243. func (m *FileGetResponse) GetHeaders() map[string]string {
  244. if m != nil {
  245. return m.Headers
  246. }
  247. return nil
  248. }
  249. func (m *FileGetResponse) GetErrorCode() int32 {
  250. if m != nil {
  251. return m.ErrorCode
  252. }
  253. return 0
  254. }
  255. type Empty struct {
  256. }
  257. func (m *Empty) Reset() { *m = Empty{} }
  258. func (m *Empty) String() string { return proto.CompactTextString(m) }
  259. func (*Empty) ProtoMessage() {}
  260. func (*Empty) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} }
  261. type VacuumVolumeCheckRequest struct {
  262. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  263. }
  264. func (m *VacuumVolumeCheckRequest) Reset() { *m = VacuumVolumeCheckRequest{} }
  265. func (m *VacuumVolumeCheckRequest) String() string { return proto.CompactTextString(m) }
  266. func (*VacuumVolumeCheckRequest) ProtoMessage() {}
  267. func (*VacuumVolumeCheckRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{6} }
  268. func (m *VacuumVolumeCheckRequest) GetVolumeId() uint32 {
  269. if m != nil {
  270. return m.VolumeId
  271. }
  272. return 0
  273. }
  274. type VacuumVolumeCheckResponse struct {
  275. GarbageRatio float64 `protobuf:"fixed64,1,opt,name=garbage_ratio,json=garbageRatio" json:"garbage_ratio,omitempty"`
  276. }
  277. func (m *VacuumVolumeCheckResponse) Reset() { *m = VacuumVolumeCheckResponse{} }
  278. func (m *VacuumVolumeCheckResponse) String() string { return proto.CompactTextString(m) }
  279. func (*VacuumVolumeCheckResponse) ProtoMessage() {}
  280. func (*VacuumVolumeCheckResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} }
  281. func (m *VacuumVolumeCheckResponse) GetGarbageRatio() float64 {
  282. if m != nil {
  283. return m.GarbageRatio
  284. }
  285. return 0
  286. }
  287. type VacuumVolumeCompactRequest struct {
  288. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  289. Preallocate int64 `protobuf:"varint,2,opt,name=preallocate" json:"preallocate,omitempty"`
  290. }
  291. func (m *VacuumVolumeCompactRequest) Reset() { *m = VacuumVolumeCompactRequest{} }
  292. func (m *VacuumVolumeCompactRequest) String() string { return proto.CompactTextString(m) }
  293. func (*VacuumVolumeCompactRequest) ProtoMessage() {}
  294. func (*VacuumVolumeCompactRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} }
  295. func (m *VacuumVolumeCompactRequest) GetVolumeId() uint32 {
  296. if m != nil {
  297. return m.VolumeId
  298. }
  299. return 0
  300. }
  301. func (m *VacuumVolumeCompactRequest) GetPreallocate() int64 {
  302. if m != nil {
  303. return m.Preallocate
  304. }
  305. return 0
  306. }
  307. type VacuumVolumeCompactResponse struct {
  308. }
  309. func (m *VacuumVolumeCompactResponse) Reset() { *m = VacuumVolumeCompactResponse{} }
  310. func (m *VacuumVolumeCompactResponse) String() string { return proto.CompactTextString(m) }
  311. func (*VacuumVolumeCompactResponse) ProtoMessage() {}
  312. func (*VacuumVolumeCompactResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{9} }
  313. type VacuumVolumeCommitRequest struct {
  314. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  315. }
  316. func (m *VacuumVolumeCommitRequest) Reset() { *m = VacuumVolumeCommitRequest{} }
  317. func (m *VacuumVolumeCommitRequest) String() string { return proto.CompactTextString(m) }
  318. func (*VacuumVolumeCommitRequest) ProtoMessage() {}
  319. func (*VacuumVolumeCommitRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{10} }
  320. func (m *VacuumVolumeCommitRequest) GetVolumeId() uint32 {
  321. if m != nil {
  322. return m.VolumeId
  323. }
  324. return 0
  325. }
  326. type VacuumVolumeCommitResponse struct {
  327. }
  328. func (m *VacuumVolumeCommitResponse) Reset() { *m = VacuumVolumeCommitResponse{} }
  329. func (m *VacuumVolumeCommitResponse) String() string { return proto.CompactTextString(m) }
  330. func (*VacuumVolumeCommitResponse) ProtoMessage() {}
  331. func (*VacuumVolumeCommitResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{11} }
  332. type VacuumVolumeCleanupRequest struct {
  333. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  334. }
  335. func (m *VacuumVolumeCleanupRequest) Reset() { *m = VacuumVolumeCleanupRequest{} }
  336. func (m *VacuumVolumeCleanupRequest) String() string { return proto.CompactTextString(m) }
  337. func (*VacuumVolumeCleanupRequest) ProtoMessage() {}
  338. func (*VacuumVolumeCleanupRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{12} }
  339. func (m *VacuumVolumeCleanupRequest) GetVolumeId() uint32 {
  340. if m != nil {
  341. return m.VolumeId
  342. }
  343. return 0
  344. }
  345. type VacuumVolumeCleanupResponse struct {
  346. }
  347. func (m *VacuumVolumeCleanupResponse) Reset() { *m = VacuumVolumeCleanupResponse{} }
  348. func (m *VacuumVolumeCleanupResponse) String() string { return proto.CompactTextString(m) }
  349. func (*VacuumVolumeCleanupResponse) ProtoMessage() {}
  350. func (*VacuumVolumeCleanupResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{13} }
  351. type DeleteCollectionRequest struct {
  352. Collection string `protobuf:"bytes,1,opt,name=collection" json:"collection,omitempty"`
  353. }
  354. func (m *DeleteCollectionRequest) Reset() { *m = DeleteCollectionRequest{} }
  355. func (m *DeleteCollectionRequest) String() string { return proto.CompactTextString(m) }
  356. func (*DeleteCollectionRequest) ProtoMessage() {}
  357. func (*DeleteCollectionRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{14} }
  358. func (m *DeleteCollectionRequest) GetCollection() string {
  359. if m != nil {
  360. return m.Collection
  361. }
  362. return ""
  363. }
  364. type DeleteCollectionResponse struct {
  365. }
  366. func (m *DeleteCollectionResponse) Reset() { *m = DeleteCollectionResponse{} }
  367. func (m *DeleteCollectionResponse) String() string { return proto.CompactTextString(m) }
  368. func (*DeleteCollectionResponse) ProtoMessage() {}
  369. func (*DeleteCollectionResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{15} }
  370. type AllocateVolumeRequest struct {
  371. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  372. Collection string `protobuf:"bytes,2,opt,name=collection" json:"collection,omitempty"`
  373. Preallocate int64 `protobuf:"varint,3,opt,name=preallocate" json:"preallocate,omitempty"`
  374. Replication string `protobuf:"bytes,4,opt,name=replication" json:"replication,omitempty"`
  375. Ttl string `protobuf:"bytes,5,opt,name=ttl" json:"ttl,omitempty"`
  376. MemoryMapMaxSizeMb uint32 `protobuf:"varint,6,opt,name=memory_map_max_size_mb,json=memoryMapMaxSizeMb" json:"memory_map_max_size_mb,omitempty"`
  377. }
  378. func (m *AllocateVolumeRequest) Reset() { *m = AllocateVolumeRequest{} }
  379. func (m *AllocateVolumeRequest) String() string { return proto.CompactTextString(m) }
  380. func (*AllocateVolumeRequest) ProtoMessage() {}
  381. func (*AllocateVolumeRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{16} }
  382. func (m *AllocateVolumeRequest) GetVolumeId() uint32 {
  383. if m != nil {
  384. return m.VolumeId
  385. }
  386. return 0
  387. }
  388. func (m *AllocateVolumeRequest) GetCollection() string {
  389. if m != nil {
  390. return m.Collection
  391. }
  392. return ""
  393. }
  394. func (m *AllocateVolumeRequest) GetPreallocate() int64 {
  395. if m != nil {
  396. return m.Preallocate
  397. }
  398. return 0
  399. }
  400. func (m *AllocateVolumeRequest) GetReplication() string {
  401. if m != nil {
  402. return m.Replication
  403. }
  404. return ""
  405. }
  406. func (m *AllocateVolumeRequest) GetTtl() string {
  407. if m != nil {
  408. return m.Ttl
  409. }
  410. return ""
  411. }
  412. func (m *AllocateVolumeRequest) GetMemoryMapMaxSizeMb() uint32 {
  413. if m != nil {
  414. return m.MemoryMapMaxSizeMb
  415. }
  416. return 0
  417. }
  418. type AllocateVolumeResponse struct {
  419. }
  420. func (m *AllocateVolumeResponse) Reset() { *m = AllocateVolumeResponse{} }
  421. func (m *AllocateVolumeResponse) String() string { return proto.CompactTextString(m) }
  422. func (*AllocateVolumeResponse) ProtoMessage() {}
  423. func (*AllocateVolumeResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{17} }
  424. type VolumeSyncStatusRequest struct {
  425. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  426. }
  427. func (m *VolumeSyncStatusRequest) Reset() { *m = VolumeSyncStatusRequest{} }
  428. func (m *VolumeSyncStatusRequest) String() string { return proto.CompactTextString(m) }
  429. func (*VolumeSyncStatusRequest) ProtoMessage() {}
  430. func (*VolumeSyncStatusRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{18} }
  431. func (m *VolumeSyncStatusRequest) GetVolumeId() uint32 {
  432. if m != nil {
  433. return m.VolumeId
  434. }
  435. return 0
  436. }
  437. type VolumeSyncStatusResponse struct {
  438. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  439. Collection string `protobuf:"bytes,2,opt,name=collection" json:"collection,omitempty"`
  440. Replication string `protobuf:"bytes,4,opt,name=replication" json:"replication,omitempty"`
  441. Ttl string `protobuf:"bytes,5,opt,name=ttl" json:"ttl,omitempty"`
  442. TailOffset uint64 `protobuf:"varint,6,opt,name=tail_offset,json=tailOffset" json:"tail_offset,omitempty"`
  443. CompactRevision uint32 `protobuf:"varint,7,opt,name=compact_revision,json=compactRevision" json:"compact_revision,omitempty"`
  444. IdxFileSize uint64 `protobuf:"varint,8,opt,name=idx_file_size,json=idxFileSize" json:"idx_file_size,omitempty"`
  445. }
  446. func (m *VolumeSyncStatusResponse) Reset() { *m = VolumeSyncStatusResponse{} }
  447. func (m *VolumeSyncStatusResponse) String() string { return proto.CompactTextString(m) }
  448. func (*VolumeSyncStatusResponse) ProtoMessage() {}
  449. func (*VolumeSyncStatusResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{19} }
  450. func (m *VolumeSyncStatusResponse) GetVolumeId() uint32 {
  451. if m != nil {
  452. return m.VolumeId
  453. }
  454. return 0
  455. }
  456. func (m *VolumeSyncStatusResponse) GetCollection() string {
  457. if m != nil {
  458. return m.Collection
  459. }
  460. return ""
  461. }
  462. func (m *VolumeSyncStatusResponse) GetReplication() string {
  463. if m != nil {
  464. return m.Replication
  465. }
  466. return ""
  467. }
  468. func (m *VolumeSyncStatusResponse) GetTtl() string {
  469. if m != nil {
  470. return m.Ttl
  471. }
  472. return ""
  473. }
  474. func (m *VolumeSyncStatusResponse) GetTailOffset() uint64 {
  475. if m != nil {
  476. return m.TailOffset
  477. }
  478. return 0
  479. }
  480. func (m *VolumeSyncStatusResponse) GetCompactRevision() uint32 {
  481. if m != nil {
  482. return m.CompactRevision
  483. }
  484. return 0
  485. }
  486. func (m *VolumeSyncStatusResponse) GetIdxFileSize() uint64 {
  487. if m != nil {
  488. return m.IdxFileSize
  489. }
  490. return 0
  491. }
  492. type VolumeIncrementalCopyRequest struct {
  493. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  494. SinceNs uint64 `protobuf:"varint,2,opt,name=since_ns,json=sinceNs" json:"since_ns,omitempty"`
  495. }
  496. func (m *VolumeIncrementalCopyRequest) Reset() { *m = VolumeIncrementalCopyRequest{} }
  497. func (m *VolumeIncrementalCopyRequest) String() string { return proto.CompactTextString(m) }
  498. func (*VolumeIncrementalCopyRequest) ProtoMessage() {}
  499. func (*VolumeIncrementalCopyRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{20} }
  500. func (m *VolumeIncrementalCopyRequest) GetVolumeId() uint32 {
  501. if m != nil {
  502. return m.VolumeId
  503. }
  504. return 0
  505. }
  506. func (m *VolumeIncrementalCopyRequest) GetSinceNs() uint64 {
  507. if m != nil {
  508. return m.SinceNs
  509. }
  510. return 0
  511. }
  512. type VolumeIncrementalCopyResponse struct {
  513. FileContent []byte `protobuf:"bytes,1,opt,name=file_content,json=fileContent,proto3" json:"file_content,omitempty"`
  514. }
  515. func (m *VolumeIncrementalCopyResponse) Reset() { *m = VolumeIncrementalCopyResponse{} }
  516. func (m *VolumeIncrementalCopyResponse) String() string { return proto.CompactTextString(m) }
  517. func (*VolumeIncrementalCopyResponse) ProtoMessage() {}
  518. func (*VolumeIncrementalCopyResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{21} }
  519. func (m *VolumeIncrementalCopyResponse) GetFileContent() []byte {
  520. if m != nil {
  521. return m.FileContent
  522. }
  523. return nil
  524. }
  525. type VolumeMountRequest struct {
  526. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  527. }
  528. func (m *VolumeMountRequest) Reset() { *m = VolumeMountRequest{} }
  529. func (m *VolumeMountRequest) String() string { return proto.CompactTextString(m) }
  530. func (*VolumeMountRequest) ProtoMessage() {}
  531. func (*VolumeMountRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{22} }
  532. func (m *VolumeMountRequest) GetVolumeId() uint32 {
  533. if m != nil {
  534. return m.VolumeId
  535. }
  536. return 0
  537. }
  538. type VolumeMountResponse struct {
  539. }
  540. func (m *VolumeMountResponse) Reset() { *m = VolumeMountResponse{} }
  541. func (m *VolumeMountResponse) String() string { return proto.CompactTextString(m) }
  542. func (*VolumeMountResponse) ProtoMessage() {}
  543. func (*VolumeMountResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{23} }
  544. type VolumeUnmountRequest struct {
  545. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  546. }
  547. func (m *VolumeUnmountRequest) Reset() { *m = VolumeUnmountRequest{} }
  548. func (m *VolumeUnmountRequest) String() string { return proto.CompactTextString(m) }
  549. func (*VolumeUnmountRequest) ProtoMessage() {}
  550. func (*VolumeUnmountRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{24} }
  551. func (m *VolumeUnmountRequest) GetVolumeId() uint32 {
  552. if m != nil {
  553. return m.VolumeId
  554. }
  555. return 0
  556. }
  557. type VolumeUnmountResponse struct {
  558. }
  559. func (m *VolumeUnmountResponse) Reset() { *m = VolumeUnmountResponse{} }
  560. func (m *VolumeUnmountResponse) String() string { return proto.CompactTextString(m) }
  561. func (*VolumeUnmountResponse) ProtoMessage() {}
  562. func (*VolumeUnmountResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{25} }
  563. type VolumeDeleteRequest struct {
  564. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  565. }
  566. func (m *VolumeDeleteRequest) Reset() { *m = VolumeDeleteRequest{} }
  567. func (m *VolumeDeleteRequest) String() string { return proto.CompactTextString(m) }
  568. func (*VolumeDeleteRequest) ProtoMessage() {}
  569. func (*VolumeDeleteRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{26} }
  570. func (m *VolumeDeleteRequest) GetVolumeId() uint32 {
  571. if m != nil {
  572. return m.VolumeId
  573. }
  574. return 0
  575. }
  576. type VolumeDeleteResponse struct {
  577. }
  578. func (m *VolumeDeleteResponse) Reset() { *m = VolumeDeleteResponse{} }
  579. func (m *VolumeDeleteResponse) String() string { return proto.CompactTextString(m) }
  580. func (*VolumeDeleteResponse) ProtoMessage() {}
  581. func (*VolumeDeleteResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{27} }
  582. type VolumeMarkReadonlyRequest struct {
  583. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  584. }
  585. func (m *VolumeMarkReadonlyRequest) Reset() { *m = VolumeMarkReadonlyRequest{} }
  586. func (m *VolumeMarkReadonlyRequest) String() string { return proto.CompactTextString(m) }
  587. func (*VolumeMarkReadonlyRequest) ProtoMessage() {}
  588. func (*VolumeMarkReadonlyRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{28} }
  589. func (m *VolumeMarkReadonlyRequest) GetVolumeId() uint32 {
  590. if m != nil {
  591. return m.VolumeId
  592. }
  593. return 0
  594. }
  595. type VolumeMarkReadonlyResponse struct {
  596. }
  597. func (m *VolumeMarkReadonlyResponse) Reset() { *m = VolumeMarkReadonlyResponse{} }
  598. func (m *VolumeMarkReadonlyResponse) String() string { return proto.CompactTextString(m) }
  599. func (*VolumeMarkReadonlyResponse) ProtoMessage() {}
  600. func (*VolumeMarkReadonlyResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{29} }
  601. type VolumeConfigureRequest struct {
  602. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  603. Replication string `protobuf:"bytes,2,opt,name=replication" json:"replication,omitempty"`
  604. }
  605. func (m *VolumeConfigureRequest) Reset() { *m = VolumeConfigureRequest{} }
  606. func (m *VolumeConfigureRequest) String() string { return proto.CompactTextString(m) }
  607. func (*VolumeConfigureRequest) ProtoMessage() {}
  608. func (*VolumeConfigureRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{30} }
  609. func (m *VolumeConfigureRequest) GetVolumeId() uint32 {
  610. if m != nil {
  611. return m.VolumeId
  612. }
  613. return 0
  614. }
  615. func (m *VolumeConfigureRequest) GetReplication() string {
  616. if m != nil {
  617. return m.Replication
  618. }
  619. return ""
  620. }
  621. type VolumeConfigureResponse struct {
  622. Error string `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
  623. }
  624. func (m *VolumeConfigureResponse) Reset() { *m = VolumeConfigureResponse{} }
  625. func (m *VolumeConfigureResponse) String() string { return proto.CompactTextString(m) }
  626. func (*VolumeConfigureResponse) ProtoMessage() {}
  627. func (*VolumeConfigureResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{31} }
  628. func (m *VolumeConfigureResponse) GetError() string {
  629. if m != nil {
  630. return m.Error
  631. }
  632. return ""
  633. }
  634. type VolumeCopyRequest struct {
  635. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  636. Collection string `protobuf:"bytes,2,opt,name=collection" json:"collection,omitempty"`
  637. Replication string `protobuf:"bytes,3,opt,name=replication" json:"replication,omitempty"`
  638. Ttl string `protobuf:"bytes,4,opt,name=ttl" json:"ttl,omitempty"`
  639. SourceDataNode string `protobuf:"bytes,5,opt,name=source_data_node,json=sourceDataNode" json:"source_data_node,omitempty"`
  640. }
  641. func (m *VolumeCopyRequest) Reset() { *m = VolumeCopyRequest{} }
  642. func (m *VolumeCopyRequest) String() string { return proto.CompactTextString(m) }
  643. func (*VolumeCopyRequest) ProtoMessage() {}
  644. func (*VolumeCopyRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{32} }
  645. func (m *VolumeCopyRequest) GetVolumeId() uint32 {
  646. if m != nil {
  647. return m.VolumeId
  648. }
  649. return 0
  650. }
  651. func (m *VolumeCopyRequest) GetCollection() string {
  652. if m != nil {
  653. return m.Collection
  654. }
  655. return ""
  656. }
  657. func (m *VolumeCopyRequest) GetReplication() string {
  658. if m != nil {
  659. return m.Replication
  660. }
  661. return ""
  662. }
  663. func (m *VolumeCopyRequest) GetTtl() string {
  664. if m != nil {
  665. return m.Ttl
  666. }
  667. return ""
  668. }
  669. func (m *VolumeCopyRequest) GetSourceDataNode() string {
  670. if m != nil {
  671. return m.SourceDataNode
  672. }
  673. return ""
  674. }
  675. type VolumeCopyResponse struct {
  676. LastAppendAtNs uint64 `protobuf:"varint,1,opt,name=last_append_at_ns,json=lastAppendAtNs" json:"last_append_at_ns,omitempty"`
  677. }
  678. func (m *VolumeCopyResponse) Reset() { *m = VolumeCopyResponse{} }
  679. func (m *VolumeCopyResponse) String() string { return proto.CompactTextString(m) }
  680. func (*VolumeCopyResponse) ProtoMessage() {}
  681. func (*VolumeCopyResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{33} }
  682. func (m *VolumeCopyResponse) GetLastAppendAtNs() uint64 {
  683. if m != nil {
  684. return m.LastAppendAtNs
  685. }
  686. return 0
  687. }
  688. type CopyFileRequest struct {
  689. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  690. Ext string `protobuf:"bytes,2,opt,name=ext" json:"ext,omitempty"`
  691. CompactionRevision uint32 `protobuf:"varint,3,opt,name=compaction_revision,json=compactionRevision" json:"compaction_revision,omitempty"`
  692. StopOffset uint64 `protobuf:"varint,4,opt,name=stop_offset,json=stopOffset" json:"stop_offset,omitempty"`
  693. Collection string `protobuf:"bytes,5,opt,name=collection" json:"collection,omitempty"`
  694. IsEcVolume bool `protobuf:"varint,6,opt,name=is_ec_volume,json=isEcVolume" json:"is_ec_volume,omitempty"`
  695. IgnoreSourceFileNotFound bool `protobuf:"varint,7,opt,name=ignore_source_file_not_found,json=ignoreSourceFileNotFound" json:"ignore_source_file_not_found,omitempty"`
  696. }
  697. func (m *CopyFileRequest) Reset() { *m = CopyFileRequest{} }
  698. func (m *CopyFileRequest) String() string { return proto.CompactTextString(m) }
  699. func (*CopyFileRequest) ProtoMessage() {}
  700. func (*CopyFileRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{34} }
  701. func (m *CopyFileRequest) GetVolumeId() uint32 {
  702. if m != nil {
  703. return m.VolumeId
  704. }
  705. return 0
  706. }
  707. func (m *CopyFileRequest) GetExt() string {
  708. if m != nil {
  709. return m.Ext
  710. }
  711. return ""
  712. }
  713. func (m *CopyFileRequest) GetCompactionRevision() uint32 {
  714. if m != nil {
  715. return m.CompactionRevision
  716. }
  717. return 0
  718. }
  719. func (m *CopyFileRequest) GetStopOffset() uint64 {
  720. if m != nil {
  721. return m.StopOffset
  722. }
  723. return 0
  724. }
  725. func (m *CopyFileRequest) GetCollection() string {
  726. if m != nil {
  727. return m.Collection
  728. }
  729. return ""
  730. }
  731. func (m *CopyFileRequest) GetIsEcVolume() bool {
  732. if m != nil {
  733. return m.IsEcVolume
  734. }
  735. return false
  736. }
  737. func (m *CopyFileRequest) GetIgnoreSourceFileNotFound() bool {
  738. if m != nil {
  739. return m.IgnoreSourceFileNotFound
  740. }
  741. return false
  742. }
  743. type CopyFileResponse struct {
  744. FileContent []byte `protobuf:"bytes,1,opt,name=file_content,json=fileContent,proto3" json:"file_content,omitempty"`
  745. }
  746. func (m *CopyFileResponse) Reset() { *m = CopyFileResponse{} }
  747. func (m *CopyFileResponse) String() string { return proto.CompactTextString(m) }
  748. func (*CopyFileResponse) ProtoMessage() {}
  749. func (*CopyFileResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{35} }
  750. func (m *CopyFileResponse) GetFileContent() []byte {
  751. if m != nil {
  752. return m.FileContent
  753. }
  754. return nil
  755. }
  756. type VolumeTailSenderRequest struct {
  757. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  758. SinceNs uint64 `protobuf:"varint,2,opt,name=since_ns,json=sinceNs" json:"since_ns,omitempty"`
  759. IdleTimeoutSeconds uint32 `protobuf:"varint,3,opt,name=idle_timeout_seconds,json=idleTimeoutSeconds" json:"idle_timeout_seconds,omitempty"`
  760. }
  761. func (m *VolumeTailSenderRequest) Reset() { *m = VolumeTailSenderRequest{} }
  762. func (m *VolumeTailSenderRequest) String() string { return proto.CompactTextString(m) }
  763. func (*VolumeTailSenderRequest) ProtoMessage() {}
  764. func (*VolumeTailSenderRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{36} }
  765. func (m *VolumeTailSenderRequest) GetVolumeId() uint32 {
  766. if m != nil {
  767. return m.VolumeId
  768. }
  769. return 0
  770. }
  771. func (m *VolumeTailSenderRequest) GetSinceNs() uint64 {
  772. if m != nil {
  773. return m.SinceNs
  774. }
  775. return 0
  776. }
  777. func (m *VolumeTailSenderRequest) GetIdleTimeoutSeconds() uint32 {
  778. if m != nil {
  779. return m.IdleTimeoutSeconds
  780. }
  781. return 0
  782. }
  783. type VolumeTailSenderResponse struct {
  784. NeedleHeader []byte `protobuf:"bytes,1,opt,name=needle_header,json=needleHeader,proto3" json:"needle_header,omitempty"`
  785. NeedleBody []byte `protobuf:"bytes,2,opt,name=needle_body,json=needleBody,proto3" json:"needle_body,omitempty"`
  786. IsLastChunk bool `protobuf:"varint,3,opt,name=is_last_chunk,json=isLastChunk" json:"is_last_chunk,omitempty"`
  787. }
  788. func (m *VolumeTailSenderResponse) Reset() { *m = VolumeTailSenderResponse{} }
  789. func (m *VolumeTailSenderResponse) String() string { return proto.CompactTextString(m) }
  790. func (*VolumeTailSenderResponse) ProtoMessage() {}
  791. func (*VolumeTailSenderResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{37} }
  792. func (m *VolumeTailSenderResponse) GetNeedleHeader() []byte {
  793. if m != nil {
  794. return m.NeedleHeader
  795. }
  796. return nil
  797. }
  798. func (m *VolumeTailSenderResponse) GetNeedleBody() []byte {
  799. if m != nil {
  800. return m.NeedleBody
  801. }
  802. return nil
  803. }
  804. func (m *VolumeTailSenderResponse) GetIsLastChunk() bool {
  805. if m != nil {
  806. return m.IsLastChunk
  807. }
  808. return false
  809. }
  810. type VolumeTailReceiverRequest struct {
  811. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  812. SinceNs uint64 `protobuf:"varint,2,opt,name=since_ns,json=sinceNs" json:"since_ns,omitempty"`
  813. IdleTimeoutSeconds uint32 `protobuf:"varint,3,opt,name=idle_timeout_seconds,json=idleTimeoutSeconds" json:"idle_timeout_seconds,omitempty"`
  814. SourceVolumeServer string `protobuf:"bytes,4,opt,name=source_volume_server,json=sourceVolumeServer" json:"source_volume_server,omitempty"`
  815. }
  816. func (m *VolumeTailReceiverRequest) Reset() { *m = VolumeTailReceiverRequest{} }
  817. func (m *VolumeTailReceiverRequest) String() string { return proto.CompactTextString(m) }
  818. func (*VolumeTailReceiverRequest) ProtoMessage() {}
  819. func (*VolumeTailReceiverRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{38} }
  820. func (m *VolumeTailReceiverRequest) GetVolumeId() uint32 {
  821. if m != nil {
  822. return m.VolumeId
  823. }
  824. return 0
  825. }
  826. func (m *VolumeTailReceiverRequest) GetSinceNs() uint64 {
  827. if m != nil {
  828. return m.SinceNs
  829. }
  830. return 0
  831. }
  832. func (m *VolumeTailReceiverRequest) GetIdleTimeoutSeconds() uint32 {
  833. if m != nil {
  834. return m.IdleTimeoutSeconds
  835. }
  836. return 0
  837. }
  838. func (m *VolumeTailReceiverRequest) GetSourceVolumeServer() string {
  839. if m != nil {
  840. return m.SourceVolumeServer
  841. }
  842. return ""
  843. }
  844. type VolumeTailReceiverResponse struct {
  845. }
  846. func (m *VolumeTailReceiverResponse) Reset() { *m = VolumeTailReceiverResponse{} }
  847. func (m *VolumeTailReceiverResponse) String() string { return proto.CompactTextString(m) }
  848. func (*VolumeTailReceiverResponse) ProtoMessage() {}
  849. func (*VolumeTailReceiverResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{39} }
  850. type VolumeEcShardsGenerateRequest struct {
  851. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  852. Collection string `protobuf:"bytes,2,opt,name=collection" json:"collection,omitempty"`
  853. }
  854. func (m *VolumeEcShardsGenerateRequest) Reset() { *m = VolumeEcShardsGenerateRequest{} }
  855. func (m *VolumeEcShardsGenerateRequest) String() string { return proto.CompactTextString(m) }
  856. func (*VolumeEcShardsGenerateRequest) ProtoMessage() {}
  857. func (*VolumeEcShardsGenerateRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{40} }
  858. func (m *VolumeEcShardsGenerateRequest) GetVolumeId() uint32 {
  859. if m != nil {
  860. return m.VolumeId
  861. }
  862. return 0
  863. }
  864. func (m *VolumeEcShardsGenerateRequest) GetCollection() string {
  865. if m != nil {
  866. return m.Collection
  867. }
  868. return ""
  869. }
  870. type VolumeEcShardsGenerateResponse struct {
  871. }
  872. func (m *VolumeEcShardsGenerateResponse) Reset() { *m = VolumeEcShardsGenerateResponse{} }
  873. func (m *VolumeEcShardsGenerateResponse) String() string { return proto.CompactTextString(m) }
  874. func (*VolumeEcShardsGenerateResponse) ProtoMessage() {}
  875. func (*VolumeEcShardsGenerateResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{41} }
  876. type VolumeEcShardsRebuildRequest struct {
  877. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  878. Collection string `protobuf:"bytes,2,opt,name=collection" json:"collection,omitempty"`
  879. }
  880. func (m *VolumeEcShardsRebuildRequest) Reset() { *m = VolumeEcShardsRebuildRequest{} }
  881. func (m *VolumeEcShardsRebuildRequest) String() string { return proto.CompactTextString(m) }
  882. func (*VolumeEcShardsRebuildRequest) ProtoMessage() {}
  883. func (*VolumeEcShardsRebuildRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{42} }
  884. func (m *VolumeEcShardsRebuildRequest) GetVolumeId() uint32 {
  885. if m != nil {
  886. return m.VolumeId
  887. }
  888. return 0
  889. }
  890. func (m *VolumeEcShardsRebuildRequest) GetCollection() string {
  891. if m != nil {
  892. return m.Collection
  893. }
  894. return ""
  895. }
  896. type VolumeEcShardsRebuildResponse struct {
  897. RebuiltShardIds []uint32 `protobuf:"varint,1,rep,packed,name=rebuilt_shard_ids,json=rebuiltShardIds" json:"rebuilt_shard_ids,omitempty"`
  898. }
  899. func (m *VolumeEcShardsRebuildResponse) Reset() { *m = VolumeEcShardsRebuildResponse{} }
  900. func (m *VolumeEcShardsRebuildResponse) String() string { return proto.CompactTextString(m) }
  901. func (*VolumeEcShardsRebuildResponse) ProtoMessage() {}
  902. func (*VolumeEcShardsRebuildResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{43} }
  903. func (m *VolumeEcShardsRebuildResponse) GetRebuiltShardIds() []uint32 {
  904. if m != nil {
  905. return m.RebuiltShardIds
  906. }
  907. return nil
  908. }
  909. type VolumeEcShardsCopyRequest struct {
  910. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  911. Collection string `protobuf:"bytes,2,opt,name=collection" json:"collection,omitempty"`
  912. ShardIds []uint32 `protobuf:"varint,3,rep,packed,name=shard_ids,json=shardIds" json:"shard_ids,omitempty"`
  913. CopyEcxFile bool `protobuf:"varint,4,opt,name=copy_ecx_file,json=copyEcxFile" json:"copy_ecx_file,omitempty"`
  914. SourceDataNode string `protobuf:"bytes,5,opt,name=source_data_node,json=sourceDataNode" json:"source_data_node,omitempty"`
  915. CopyEcjFile bool `protobuf:"varint,6,opt,name=copy_ecj_file,json=copyEcjFile" json:"copy_ecj_file,omitempty"`
  916. CopyVifFile bool `protobuf:"varint,7,opt,name=copy_vif_file,json=copyVifFile" json:"copy_vif_file,omitempty"`
  917. }
  918. func (m *VolumeEcShardsCopyRequest) Reset() { *m = VolumeEcShardsCopyRequest{} }
  919. func (m *VolumeEcShardsCopyRequest) String() string { return proto.CompactTextString(m) }
  920. func (*VolumeEcShardsCopyRequest) ProtoMessage() {}
  921. func (*VolumeEcShardsCopyRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{44} }
  922. func (m *VolumeEcShardsCopyRequest) GetVolumeId() uint32 {
  923. if m != nil {
  924. return m.VolumeId
  925. }
  926. return 0
  927. }
  928. func (m *VolumeEcShardsCopyRequest) GetCollection() string {
  929. if m != nil {
  930. return m.Collection
  931. }
  932. return ""
  933. }
  934. func (m *VolumeEcShardsCopyRequest) GetShardIds() []uint32 {
  935. if m != nil {
  936. return m.ShardIds
  937. }
  938. return nil
  939. }
  940. func (m *VolumeEcShardsCopyRequest) GetCopyEcxFile() bool {
  941. if m != nil {
  942. return m.CopyEcxFile
  943. }
  944. return false
  945. }
  946. func (m *VolumeEcShardsCopyRequest) GetSourceDataNode() string {
  947. if m != nil {
  948. return m.SourceDataNode
  949. }
  950. return ""
  951. }
  952. func (m *VolumeEcShardsCopyRequest) GetCopyEcjFile() bool {
  953. if m != nil {
  954. return m.CopyEcjFile
  955. }
  956. return false
  957. }
  958. func (m *VolumeEcShardsCopyRequest) GetCopyVifFile() bool {
  959. if m != nil {
  960. return m.CopyVifFile
  961. }
  962. return false
  963. }
  964. type VolumeEcShardsCopyResponse struct {
  965. }
  966. func (m *VolumeEcShardsCopyResponse) Reset() { *m = VolumeEcShardsCopyResponse{} }
  967. func (m *VolumeEcShardsCopyResponse) String() string { return proto.CompactTextString(m) }
  968. func (*VolumeEcShardsCopyResponse) ProtoMessage() {}
  969. func (*VolumeEcShardsCopyResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{45} }
  970. type VolumeEcShardsDeleteRequest struct {
  971. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  972. Collection string `protobuf:"bytes,2,opt,name=collection" json:"collection,omitempty"`
  973. ShardIds []uint32 `protobuf:"varint,3,rep,packed,name=shard_ids,json=shardIds" json:"shard_ids,omitempty"`
  974. }
  975. func (m *VolumeEcShardsDeleteRequest) Reset() { *m = VolumeEcShardsDeleteRequest{} }
  976. func (m *VolumeEcShardsDeleteRequest) String() string { return proto.CompactTextString(m) }
  977. func (*VolumeEcShardsDeleteRequest) ProtoMessage() {}
  978. func (*VolumeEcShardsDeleteRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{46} }
  979. func (m *VolumeEcShardsDeleteRequest) GetVolumeId() uint32 {
  980. if m != nil {
  981. return m.VolumeId
  982. }
  983. return 0
  984. }
  985. func (m *VolumeEcShardsDeleteRequest) GetCollection() string {
  986. if m != nil {
  987. return m.Collection
  988. }
  989. return ""
  990. }
  991. func (m *VolumeEcShardsDeleteRequest) GetShardIds() []uint32 {
  992. if m != nil {
  993. return m.ShardIds
  994. }
  995. return nil
  996. }
  997. type VolumeEcShardsDeleteResponse struct {
  998. }
  999. func (m *VolumeEcShardsDeleteResponse) Reset() { *m = VolumeEcShardsDeleteResponse{} }
  1000. func (m *VolumeEcShardsDeleteResponse) String() string { return proto.CompactTextString(m) }
  1001. func (*VolumeEcShardsDeleteResponse) ProtoMessage() {}
  1002. func (*VolumeEcShardsDeleteResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{47} }
  1003. type VolumeEcShardsMountRequest struct {
  1004. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  1005. Collection string `protobuf:"bytes,2,opt,name=collection" json:"collection,omitempty"`
  1006. ShardIds []uint32 `protobuf:"varint,3,rep,packed,name=shard_ids,json=shardIds" json:"shard_ids,omitempty"`
  1007. }
  1008. func (m *VolumeEcShardsMountRequest) Reset() { *m = VolumeEcShardsMountRequest{} }
  1009. func (m *VolumeEcShardsMountRequest) String() string { return proto.CompactTextString(m) }
  1010. func (*VolumeEcShardsMountRequest) ProtoMessage() {}
  1011. func (*VolumeEcShardsMountRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{48} }
  1012. func (m *VolumeEcShardsMountRequest) GetVolumeId() uint32 {
  1013. if m != nil {
  1014. return m.VolumeId
  1015. }
  1016. return 0
  1017. }
  1018. func (m *VolumeEcShardsMountRequest) GetCollection() string {
  1019. if m != nil {
  1020. return m.Collection
  1021. }
  1022. return ""
  1023. }
  1024. func (m *VolumeEcShardsMountRequest) GetShardIds() []uint32 {
  1025. if m != nil {
  1026. return m.ShardIds
  1027. }
  1028. return nil
  1029. }
  1030. type VolumeEcShardsMountResponse struct {
  1031. }
  1032. func (m *VolumeEcShardsMountResponse) Reset() { *m = VolumeEcShardsMountResponse{} }
  1033. func (m *VolumeEcShardsMountResponse) String() string { return proto.CompactTextString(m) }
  1034. func (*VolumeEcShardsMountResponse) ProtoMessage() {}
  1035. func (*VolumeEcShardsMountResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{49} }
  1036. type VolumeEcShardsUnmountRequest struct {
  1037. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  1038. ShardIds []uint32 `protobuf:"varint,3,rep,packed,name=shard_ids,json=shardIds" json:"shard_ids,omitempty"`
  1039. }
  1040. func (m *VolumeEcShardsUnmountRequest) Reset() { *m = VolumeEcShardsUnmountRequest{} }
  1041. func (m *VolumeEcShardsUnmountRequest) String() string { return proto.CompactTextString(m) }
  1042. func (*VolumeEcShardsUnmountRequest) ProtoMessage() {}
  1043. func (*VolumeEcShardsUnmountRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{50} }
  1044. func (m *VolumeEcShardsUnmountRequest) GetVolumeId() uint32 {
  1045. if m != nil {
  1046. return m.VolumeId
  1047. }
  1048. return 0
  1049. }
  1050. func (m *VolumeEcShardsUnmountRequest) GetShardIds() []uint32 {
  1051. if m != nil {
  1052. return m.ShardIds
  1053. }
  1054. return nil
  1055. }
  1056. type VolumeEcShardsUnmountResponse struct {
  1057. }
  1058. func (m *VolumeEcShardsUnmountResponse) Reset() { *m = VolumeEcShardsUnmountResponse{} }
  1059. func (m *VolumeEcShardsUnmountResponse) String() string { return proto.CompactTextString(m) }
  1060. func (*VolumeEcShardsUnmountResponse) ProtoMessage() {}
  1061. func (*VolumeEcShardsUnmountResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{51} }
  1062. type VolumeEcShardReadRequest struct {
  1063. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  1064. ShardId uint32 `protobuf:"varint,2,opt,name=shard_id,json=shardId" json:"shard_id,omitempty"`
  1065. Offset int64 `protobuf:"varint,3,opt,name=offset" json:"offset,omitempty"`
  1066. Size int64 `protobuf:"varint,4,opt,name=size" json:"size,omitempty"`
  1067. FileKey uint64 `protobuf:"varint,5,opt,name=file_key,json=fileKey" json:"file_key,omitempty"`
  1068. }
  1069. func (m *VolumeEcShardReadRequest) Reset() { *m = VolumeEcShardReadRequest{} }
  1070. func (m *VolumeEcShardReadRequest) String() string { return proto.CompactTextString(m) }
  1071. func (*VolumeEcShardReadRequest) ProtoMessage() {}
  1072. func (*VolumeEcShardReadRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{52} }
  1073. func (m *VolumeEcShardReadRequest) GetVolumeId() uint32 {
  1074. if m != nil {
  1075. return m.VolumeId
  1076. }
  1077. return 0
  1078. }
  1079. func (m *VolumeEcShardReadRequest) GetShardId() uint32 {
  1080. if m != nil {
  1081. return m.ShardId
  1082. }
  1083. return 0
  1084. }
  1085. func (m *VolumeEcShardReadRequest) GetOffset() int64 {
  1086. if m != nil {
  1087. return m.Offset
  1088. }
  1089. return 0
  1090. }
  1091. func (m *VolumeEcShardReadRequest) GetSize() int64 {
  1092. if m != nil {
  1093. return m.Size
  1094. }
  1095. return 0
  1096. }
  1097. func (m *VolumeEcShardReadRequest) GetFileKey() uint64 {
  1098. if m != nil {
  1099. return m.FileKey
  1100. }
  1101. return 0
  1102. }
  1103. type VolumeEcShardReadResponse struct {
  1104. Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
  1105. IsDeleted bool `protobuf:"varint,2,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
  1106. }
  1107. func (m *VolumeEcShardReadResponse) Reset() { *m = VolumeEcShardReadResponse{} }
  1108. func (m *VolumeEcShardReadResponse) String() string { return proto.CompactTextString(m) }
  1109. func (*VolumeEcShardReadResponse) ProtoMessage() {}
  1110. func (*VolumeEcShardReadResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{53} }
  1111. func (m *VolumeEcShardReadResponse) GetData() []byte {
  1112. if m != nil {
  1113. return m.Data
  1114. }
  1115. return nil
  1116. }
  1117. func (m *VolumeEcShardReadResponse) GetIsDeleted() bool {
  1118. if m != nil {
  1119. return m.IsDeleted
  1120. }
  1121. return false
  1122. }
  1123. type VolumeEcBlobDeleteRequest struct {
  1124. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  1125. Collection string `protobuf:"bytes,2,opt,name=collection" json:"collection,omitempty"`
  1126. FileKey uint64 `protobuf:"varint,3,opt,name=file_key,json=fileKey" json:"file_key,omitempty"`
  1127. Version uint32 `protobuf:"varint,4,opt,name=version" json:"version,omitempty"`
  1128. }
  1129. func (m *VolumeEcBlobDeleteRequest) Reset() { *m = VolumeEcBlobDeleteRequest{} }
  1130. func (m *VolumeEcBlobDeleteRequest) String() string { return proto.CompactTextString(m) }
  1131. func (*VolumeEcBlobDeleteRequest) ProtoMessage() {}
  1132. func (*VolumeEcBlobDeleteRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{54} }
  1133. func (m *VolumeEcBlobDeleteRequest) GetVolumeId() uint32 {
  1134. if m != nil {
  1135. return m.VolumeId
  1136. }
  1137. return 0
  1138. }
  1139. func (m *VolumeEcBlobDeleteRequest) GetCollection() string {
  1140. if m != nil {
  1141. return m.Collection
  1142. }
  1143. return ""
  1144. }
  1145. func (m *VolumeEcBlobDeleteRequest) GetFileKey() uint64 {
  1146. if m != nil {
  1147. return m.FileKey
  1148. }
  1149. return 0
  1150. }
  1151. func (m *VolumeEcBlobDeleteRequest) GetVersion() uint32 {
  1152. if m != nil {
  1153. return m.Version
  1154. }
  1155. return 0
  1156. }
  1157. type VolumeEcBlobDeleteResponse struct {
  1158. }
  1159. func (m *VolumeEcBlobDeleteResponse) Reset() { *m = VolumeEcBlobDeleteResponse{} }
  1160. func (m *VolumeEcBlobDeleteResponse) String() string { return proto.CompactTextString(m) }
  1161. func (*VolumeEcBlobDeleteResponse) ProtoMessage() {}
  1162. func (*VolumeEcBlobDeleteResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{55} }
  1163. type VolumeEcShardsToVolumeRequest struct {
  1164. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  1165. Collection string `protobuf:"bytes,2,opt,name=collection" json:"collection,omitempty"`
  1166. }
  1167. func (m *VolumeEcShardsToVolumeRequest) Reset() { *m = VolumeEcShardsToVolumeRequest{} }
  1168. func (m *VolumeEcShardsToVolumeRequest) String() string { return proto.CompactTextString(m) }
  1169. func (*VolumeEcShardsToVolumeRequest) ProtoMessage() {}
  1170. func (*VolumeEcShardsToVolumeRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{56} }
  1171. func (m *VolumeEcShardsToVolumeRequest) GetVolumeId() uint32 {
  1172. if m != nil {
  1173. return m.VolumeId
  1174. }
  1175. return 0
  1176. }
  1177. func (m *VolumeEcShardsToVolumeRequest) GetCollection() string {
  1178. if m != nil {
  1179. return m.Collection
  1180. }
  1181. return ""
  1182. }
  1183. type VolumeEcShardsToVolumeResponse struct {
  1184. }
  1185. func (m *VolumeEcShardsToVolumeResponse) Reset() { *m = VolumeEcShardsToVolumeResponse{} }
  1186. func (m *VolumeEcShardsToVolumeResponse) String() string { return proto.CompactTextString(m) }
  1187. func (*VolumeEcShardsToVolumeResponse) ProtoMessage() {}
  1188. func (*VolumeEcShardsToVolumeResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{57} }
  1189. type ReadVolumeFileStatusRequest struct {
  1190. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  1191. }
  1192. func (m *ReadVolumeFileStatusRequest) Reset() { *m = ReadVolumeFileStatusRequest{} }
  1193. func (m *ReadVolumeFileStatusRequest) String() string { return proto.CompactTextString(m) }
  1194. func (*ReadVolumeFileStatusRequest) ProtoMessage() {}
  1195. func (*ReadVolumeFileStatusRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{58} }
  1196. func (m *ReadVolumeFileStatusRequest) GetVolumeId() uint32 {
  1197. if m != nil {
  1198. return m.VolumeId
  1199. }
  1200. return 0
  1201. }
  1202. type ReadVolumeFileStatusResponse struct {
  1203. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  1204. IdxFileTimestampSeconds uint64 `protobuf:"varint,2,opt,name=idx_file_timestamp_seconds,json=idxFileTimestampSeconds" json:"idx_file_timestamp_seconds,omitempty"`
  1205. IdxFileSize uint64 `protobuf:"varint,3,opt,name=idx_file_size,json=idxFileSize" json:"idx_file_size,omitempty"`
  1206. DatFileTimestampSeconds uint64 `protobuf:"varint,4,opt,name=dat_file_timestamp_seconds,json=datFileTimestampSeconds" json:"dat_file_timestamp_seconds,omitempty"`
  1207. DatFileSize uint64 `protobuf:"varint,5,opt,name=dat_file_size,json=datFileSize" json:"dat_file_size,omitempty"`
  1208. FileCount uint64 `protobuf:"varint,6,opt,name=file_count,json=fileCount" json:"file_count,omitempty"`
  1209. CompactionRevision uint32 `protobuf:"varint,7,opt,name=compaction_revision,json=compactionRevision" json:"compaction_revision,omitempty"`
  1210. Collection string `protobuf:"bytes,8,opt,name=collection" json:"collection,omitempty"`
  1211. }
  1212. func (m *ReadVolumeFileStatusResponse) Reset() { *m = ReadVolumeFileStatusResponse{} }
  1213. func (m *ReadVolumeFileStatusResponse) String() string { return proto.CompactTextString(m) }
  1214. func (*ReadVolumeFileStatusResponse) ProtoMessage() {}
  1215. func (*ReadVolumeFileStatusResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{59} }
  1216. func (m *ReadVolumeFileStatusResponse) GetVolumeId() uint32 {
  1217. if m != nil {
  1218. return m.VolumeId
  1219. }
  1220. return 0
  1221. }
  1222. func (m *ReadVolumeFileStatusResponse) GetIdxFileTimestampSeconds() uint64 {
  1223. if m != nil {
  1224. return m.IdxFileTimestampSeconds
  1225. }
  1226. return 0
  1227. }
  1228. func (m *ReadVolumeFileStatusResponse) GetIdxFileSize() uint64 {
  1229. if m != nil {
  1230. return m.IdxFileSize
  1231. }
  1232. return 0
  1233. }
  1234. func (m *ReadVolumeFileStatusResponse) GetDatFileTimestampSeconds() uint64 {
  1235. if m != nil {
  1236. return m.DatFileTimestampSeconds
  1237. }
  1238. return 0
  1239. }
  1240. func (m *ReadVolumeFileStatusResponse) GetDatFileSize() uint64 {
  1241. if m != nil {
  1242. return m.DatFileSize
  1243. }
  1244. return 0
  1245. }
  1246. func (m *ReadVolumeFileStatusResponse) GetFileCount() uint64 {
  1247. if m != nil {
  1248. return m.FileCount
  1249. }
  1250. return 0
  1251. }
  1252. func (m *ReadVolumeFileStatusResponse) GetCompactionRevision() uint32 {
  1253. if m != nil {
  1254. return m.CompactionRevision
  1255. }
  1256. return 0
  1257. }
  1258. func (m *ReadVolumeFileStatusResponse) GetCollection() string {
  1259. if m != nil {
  1260. return m.Collection
  1261. }
  1262. return ""
  1263. }
  1264. type DiskStatus struct {
  1265. Dir string `protobuf:"bytes,1,opt,name=dir" json:"dir,omitempty"`
  1266. All uint64 `protobuf:"varint,2,opt,name=all" json:"all,omitempty"`
  1267. Used uint64 `protobuf:"varint,3,opt,name=used" json:"used,omitempty"`
  1268. Free uint64 `protobuf:"varint,4,opt,name=free" json:"free,omitempty"`
  1269. PercentFree float32 `protobuf:"fixed32,5,opt,name=percent_free,json=percentFree" json:"percent_free,omitempty"`
  1270. PercentUsed float32 `protobuf:"fixed32,6,opt,name=percent_used,json=percentUsed" json:"percent_used,omitempty"`
  1271. }
  1272. func (m *DiskStatus) Reset() { *m = DiskStatus{} }
  1273. func (m *DiskStatus) String() string { return proto.CompactTextString(m) }
  1274. func (*DiskStatus) ProtoMessage() {}
  1275. func (*DiskStatus) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{60} }
  1276. func (m *DiskStatus) GetDir() string {
  1277. if m != nil {
  1278. return m.Dir
  1279. }
  1280. return ""
  1281. }
  1282. func (m *DiskStatus) GetAll() uint64 {
  1283. if m != nil {
  1284. return m.All
  1285. }
  1286. return 0
  1287. }
  1288. func (m *DiskStatus) GetUsed() uint64 {
  1289. if m != nil {
  1290. return m.Used
  1291. }
  1292. return 0
  1293. }
  1294. func (m *DiskStatus) GetFree() uint64 {
  1295. if m != nil {
  1296. return m.Free
  1297. }
  1298. return 0
  1299. }
  1300. func (m *DiskStatus) GetPercentFree() float32 {
  1301. if m != nil {
  1302. return m.PercentFree
  1303. }
  1304. return 0
  1305. }
  1306. func (m *DiskStatus) GetPercentUsed() float32 {
  1307. if m != nil {
  1308. return m.PercentUsed
  1309. }
  1310. return 0
  1311. }
  1312. type MemStatus struct {
  1313. Goroutines int32 `protobuf:"varint,1,opt,name=goroutines" json:"goroutines,omitempty"`
  1314. All uint64 `protobuf:"varint,2,opt,name=all" json:"all,omitempty"`
  1315. Used uint64 `protobuf:"varint,3,opt,name=used" json:"used,omitempty"`
  1316. Free uint64 `protobuf:"varint,4,opt,name=free" json:"free,omitempty"`
  1317. Self uint64 `protobuf:"varint,5,opt,name=self" json:"self,omitempty"`
  1318. Heap uint64 `protobuf:"varint,6,opt,name=heap" json:"heap,omitempty"`
  1319. Stack uint64 `protobuf:"varint,7,opt,name=stack" json:"stack,omitempty"`
  1320. }
  1321. func (m *MemStatus) Reset() { *m = MemStatus{} }
  1322. func (m *MemStatus) String() string { return proto.CompactTextString(m) }
  1323. func (*MemStatus) ProtoMessage() {}
  1324. func (*MemStatus) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{61} }
  1325. func (m *MemStatus) GetGoroutines() int32 {
  1326. if m != nil {
  1327. return m.Goroutines
  1328. }
  1329. return 0
  1330. }
  1331. func (m *MemStatus) GetAll() uint64 {
  1332. if m != nil {
  1333. return m.All
  1334. }
  1335. return 0
  1336. }
  1337. func (m *MemStatus) GetUsed() uint64 {
  1338. if m != nil {
  1339. return m.Used
  1340. }
  1341. return 0
  1342. }
  1343. func (m *MemStatus) GetFree() uint64 {
  1344. if m != nil {
  1345. return m.Free
  1346. }
  1347. return 0
  1348. }
  1349. func (m *MemStatus) GetSelf() uint64 {
  1350. if m != nil {
  1351. return m.Self
  1352. }
  1353. return 0
  1354. }
  1355. func (m *MemStatus) GetHeap() uint64 {
  1356. if m != nil {
  1357. return m.Heap
  1358. }
  1359. return 0
  1360. }
  1361. func (m *MemStatus) GetStack() uint64 {
  1362. if m != nil {
  1363. return m.Stack
  1364. }
  1365. return 0
  1366. }
  1367. // tired storage on volume servers
  1368. type RemoteFile struct {
  1369. BackendType string `protobuf:"bytes,1,opt,name=backend_type,json=backendType" json:"backend_type,omitempty"`
  1370. BackendId string `protobuf:"bytes,2,opt,name=backend_id,json=backendId" json:"backend_id,omitempty"`
  1371. Key string `protobuf:"bytes,3,opt,name=key" json:"key,omitempty"`
  1372. Offset uint64 `protobuf:"varint,4,opt,name=offset" json:"offset,omitempty"`
  1373. FileSize uint64 `protobuf:"varint,5,opt,name=file_size,json=fileSize" json:"file_size,omitempty"`
  1374. ModifiedTime uint64 `protobuf:"varint,6,opt,name=modified_time,json=modifiedTime" json:"modified_time,omitempty"`
  1375. Extension string `protobuf:"bytes,7,opt,name=extension" json:"extension,omitempty"`
  1376. }
  1377. func (m *RemoteFile) Reset() { *m = RemoteFile{} }
  1378. func (m *RemoteFile) String() string { return proto.CompactTextString(m) }
  1379. func (*RemoteFile) ProtoMessage() {}
  1380. func (*RemoteFile) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{62} }
  1381. func (m *RemoteFile) GetBackendType() string {
  1382. if m != nil {
  1383. return m.BackendType
  1384. }
  1385. return ""
  1386. }
  1387. func (m *RemoteFile) GetBackendId() string {
  1388. if m != nil {
  1389. return m.BackendId
  1390. }
  1391. return ""
  1392. }
  1393. func (m *RemoteFile) GetKey() string {
  1394. if m != nil {
  1395. return m.Key
  1396. }
  1397. return ""
  1398. }
  1399. func (m *RemoteFile) GetOffset() uint64 {
  1400. if m != nil {
  1401. return m.Offset
  1402. }
  1403. return 0
  1404. }
  1405. func (m *RemoteFile) GetFileSize() uint64 {
  1406. if m != nil {
  1407. return m.FileSize
  1408. }
  1409. return 0
  1410. }
  1411. func (m *RemoteFile) GetModifiedTime() uint64 {
  1412. if m != nil {
  1413. return m.ModifiedTime
  1414. }
  1415. return 0
  1416. }
  1417. func (m *RemoteFile) GetExtension() string {
  1418. if m != nil {
  1419. return m.Extension
  1420. }
  1421. return ""
  1422. }
  1423. type VolumeInfo struct {
  1424. Files []*RemoteFile `protobuf:"bytes,1,rep,name=files" json:"files,omitempty"`
  1425. Version uint32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
  1426. Replication string `protobuf:"bytes,3,opt,name=replication" json:"replication,omitempty"`
  1427. }
  1428. func (m *VolumeInfo) Reset() { *m = VolumeInfo{} }
  1429. func (m *VolumeInfo) String() string { return proto.CompactTextString(m) }
  1430. func (*VolumeInfo) ProtoMessage() {}
  1431. func (*VolumeInfo) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{63} }
  1432. func (m *VolumeInfo) GetFiles() []*RemoteFile {
  1433. if m != nil {
  1434. return m.Files
  1435. }
  1436. return nil
  1437. }
  1438. func (m *VolumeInfo) GetVersion() uint32 {
  1439. if m != nil {
  1440. return m.Version
  1441. }
  1442. return 0
  1443. }
  1444. func (m *VolumeInfo) GetReplication() string {
  1445. if m != nil {
  1446. return m.Replication
  1447. }
  1448. return ""
  1449. }
  1450. type VolumeTierMoveDatToRemoteRequest struct {
  1451. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  1452. Collection string `protobuf:"bytes,2,opt,name=collection" json:"collection,omitempty"`
  1453. DestinationBackendName string `protobuf:"bytes,3,opt,name=destination_backend_name,json=destinationBackendName" json:"destination_backend_name,omitempty"`
  1454. KeepLocalDatFile bool `protobuf:"varint,4,opt,name=keep_local_dat_file,json=keepLocalDatFile" json:"keep_local_dat_file,omitempty"`
  1455. }
  1456. func (m *VolumeTierMoveDatToRemoteRequest) Reset() { *m = VolumeTierMoveDatToRemoteRequest{} }
  1457. func (m *VolumeTierMoveDatToRemoteRequest) String() string { return proto.CompactTextString(m) }
  1458. func (*VolumeTierMoveDatToRemoteRequest) ProtoMessage() {}
  1459. func (*VolumeTierMoveDatToRemoteRequest) Descriptor() ([]byte, []int) {
  1460. return fileDescriptor0, []int{64}
  1461. }
  1462. func (m *VolumeTierMoveDatToRemoteRequest) GetVolumeId() uint32 {
  1463. if m != nil {
  1464. return m.VolumeId
  1465. }
  1466. return 0
  1467. }
  1468. func (m *VolumeTierMoveDatToRemoteRequest) GetCollection() string {
  1469. if m != nil {
  1470. return m.Collection
  1471. }
  1472. return ""
  1473. }
  1474. func (m *VolumeTierMoveDatToRemoteRequest) GetDestinationBackendName() string {
  1475. if m != nil {
  1476. return m.DestinationBackendName
  1477. }
  1478. return ""
  1479. }
  1480. func (m *VolumeTierMoveDatToRemoteRequest) GetKeepLocalDatFile() bool {
  1481. if m != nil {
  1482. return m.KeepLocalDatFile
  1483. }
  1484. return false
  1485. }
  1486. type VolumeTierMoveDatToRemoteResponse struct {
  1487. Processed int64 `protobuf:"varint,1,opt,name=processed" json:"processed,omitempty"`
  1488. ProcessedPercentage float32 `protobuf:"fixed32,2,opt,name=processedPercentage" json:"processedPercentage,omitempty"`
  1489. }
  1490. func (m *VolumeTierMoveDatToRemoteResponse) Reset() { *m = VolumeTierMoveDatToRemoteResponse{} }
  1491. func (m *VolumeTierMoveDatToRemoteResponse) String() string { return proto.CompactTextString(m) }
  1492. func (*VolumeTierMoveDatToRemoteResponse) ProtoMessage() {}
  1493. func (*VolumeTierMoveDatToRemoteResponse) Descriptor() ([]byte, []int) {
  1494. return fileDescriptor0, []int{65}
  1495. }
  1496. func (m *VolumeTierMoveDatToRemoteResponse) GetProcessed() int64 {
  1497. if m != nil {
  1498. return m.Processed
  1499. }
  1500. return 0
  1501. }
  1502. func (m *VolumeTierMoveDatToRemoteResponse) GetProcessedPercentage() float32 {
  1503. if m != nil {
  1504. return m.ProcessedPercentage
  1505. }
  1506. return 0
  1507. }
  1508. type VolumeTierMoveDatFromRemoteRequest struct {
  1509. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  1510. Collection string `protobuf:"bytes,2,opt,name=collection" json:"collection,omitempty"`
  1511. KeepRemoteDatFile bool `protobuf:"varint,3,opt,name=keep_remote_dat_file,json=keepRemoteDatFile" json:"keep_remote_dat_file,omitempty"`
  1512. }
  1513. func (m *VolumeTierMoveDatFromRemoteRequest) Reset() { *m = VolumeTierMoveDatFromRemoteRequest{} }
  1514. func (m *VolumeTierMoveDatFromRemoteRequest) String() string { return proto.CompactTextString(m) }
  1515. func (*VolumeTierMoveDatFromRemoteRequest) ProtoMessage() {}
  1516. func (*VolumeTierMoveDatFromRemoteRequest) Descriptor() ([]byte, []int) {
  1517. return fileDescriptor0, []int{66}
  1518. }
  1519. func (m *VolumeTierMoveDatFromRemoteRequest) GetVolumeId() uint32 {
  1520. if m != nil {
  1521. return m.VolumeId
  1522. }
  1523. return 0
  1524. }
  1525. func (m *VolumeTierMoveDatFromRemoteRequest) GetCollection() string {
  1526. if m != nil {
  1527. return m.Collection
  1528. }
  1529. return ""
  1530. }
  1531. func (m *VolumeTierMoveDatFromRemoteRequest) GetKeepRemoteDatFile() bool {
  1532. if m != nil {
  1533. return m.KeepRemoteDatFile
  1534. }
  1535. return false
  1536. }
  1537. type VolumeTierMoveDatFromRemoteResponse struct {
  1538. Processed int64 `protobuf:"varint,1,opt,name=processed" json:"processed,omitempty"`
  1539. ProcessedPercentage float32 `protobuf:"fixed32,2,opt,name=processedPercentage" json:"processedPercentage,omitempty"`
  1540. }
  1541. func (m *VolumeTierMoveDatFromRemoteResponse) Reset() { *m = VolumeTierMoveDatFromRemoteResponse{} }
  1542. func (m *VolumeTierMoveDatFromRemoteResponse) String() string { return proto.CompactTextString(m) }
  1543. func (*VolumeTierMoveDatFromRemoteResponse) ProtoMessage() {}
  1544. func (*VolumeTierMoveDatFromRemoteResponse) Descriptor() ([]byte, []int) {
  1545. return fileDescriptor0, []int{67}
  1546. }
  1547. func (m *VolumeTierMoveDatFromRemoteResponse) GetProcessed() int64 {
  1548. if m != nil {
  1549. return m.Processed
  1550. }
  1551. return 0
  1552. }
  1553. func (m *VolumeTierMoveDatFromRemoteResponse) GetProcessedPercentage() float32 {
  1554. if m != nil {
  1555. return m.ProcessedPercentage
  1556. }
  1557. return 0
  1558. }
  1559. type VolumeServerStatusRequest struct {
  1560. }
  1561. func (m *VolumeServerStatusRequest) Reset() { *m = VolumeServerStatusRequest{} }
  1562. func (m *VolumeServerStatusRequest) String() string { return proto.CompactTextString(m) }
  1563. func (*VolumeServerStatusRequest) ProtoMessage() {}
  1564. func (*VolumeServerStatusRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{68} }
  1565. type VolumeServerStatusResponse struct {
  1566. DiskStatuses []*DiskStatus `protobuf:"bytes,1,rep,name=disk_statuses,json=diskStatuses" json:"disk_statuses,omitempty"`
  1567. MemoryStatus *MemStatus `protobuf:"bytes,2,opt,name=memory_status,json=memoryStatus" json:"memory_status,omitempty"`
  1568. }
  1569. func (m *VolumeServerStatusResponse) Reset() { *m = VolumeServerStatusResponse{} }
  1570. func (m *VolumeServerStatusResponse) String() string { return proto.CompactTextString(m) }
  1571. func (*VolumeServerStatusResponse) ProtoMessage() {}
  1572. func (*VolumeServerStatusResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{69} }
  1573. func (m *VolumeServerStatusResponse) GetDiskStatuses() []*DiskStatus {
  1574. if m != nil {
  1575. return m.DiskStatuses
  1576. }
  1577. return nil
  1578. }
  1579. func (m *VolumeServerStatusResponse) GetMemoryStatus() *MemStatus {
  1580. if m != nil {
  1581. return m.MemoryStatus
  1582. }
  1583. return nil
  1584. }
  1585. // select on volume servers
  1586. type QueryRequest struct {
  1587. Selections []string `protobuf:"bytes,1,rep,name=selections" json:"selections,omitempty"`
  1588. FromFileIds []string `protobuf:"bytes,2,rep,name=from_file_ids,json=fromFileIds" json:"from_file_ids,omitempty"`
  1589. Filter *QueryRequest_Filter `protobuf:"bytes,3,opt,name=filter" json:"filter,omitempty"`
  1590. InputSerialization *QueryRequest_InputSerialization `protobuf:"bytes,4,opt,name=input_serialization,json=inputSerialization" json:"input_serialization,omitempty"`
  1591. OutputSerialization *QueryRequest_OutputSerialization `protobuf:"bytes,5,opt,name=output_serialization,json=outputSerialization" json:"output_serialization,omitempty"`
  1592. }
  1593. func (m *QueryRequest) Reset() { *m = QueryRequest{} }
  1594. func (m *QueryRequest) String() string { return proto.CompactTextString(m) }
  1595. func (*QueryRequest) ProtoMessage() {}
  1596. func (*QueryRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{70} }
  1597. func (m *QueryRequest) GetSelections() []string {
  1598. if m != nil {
  1599. return m.Selections
  1600. }
  1601. return nil
  1602. }
  1603. func (m *QueryRequest) GetFromFileIds() []string {
  1604. if m != nil {
  1605. return m.FromFileIds
  1606. }
  1607. return nil
  1608. }
  1609. func (m *QueryRequest) GetFilter() *QueryRequest_Filter {
  1610. if m != nil {
  1611. return m.Filter
  1612. }
  1613. return nil
  1614. }
  1615. func (m *QueryRequest) GetInputSerialization() *QueryRequest_InputSerialization {
  1616. if m != nil {
  1617. return m.InputSerialization
  1618. }
  1619. return nil
  1620. }
  1621. func (m *QueryRequest) GetOutputSerialization() *QueryRequest_OutputSerialization {
  1622. if m != nil {
  1623. return m.OutputSerialization
  1624. }
  1625. return nil
  1626. }
  1627. type QueryRequest_Filter struct {
  1628. Field string `protobuf:"bytes,1,opt,name=field" json:"field,omitempty"`
  1629. Operand string `protobuf:"bytes,2,opt,name=operand" json:"operand,omitempty"`
  1630. Value string `protobuf:"bytes,3,opt,name=value" json:"value,omitempty"`
  1631. }
  1632. func (m *QueryRequest_Filter) Reset() { *m = QueryRequest_Filter{} }
  1633. func (m *QueryRequest_Filter) String() string { return proto.CompactTextString(m) }
  1634. func (*QueryRequest_Filter) ProtoMessage() {}
  1635. func (*QueryRequest_Filter) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{70, 0} }
  1636. func (m *QueryRequest_Filter) GetField() string {
  1637. if m != nil {
  1638. return m.Field
  1639. }
  1640. return ""
  1641. }
  1642. func (m *QueryRequest_Filter) GetOperand() string {
  1643. if m != nil {
  1644. return m.Operand
  1645. }
  1646. return ""
  1647. }
  1648. func (m *QueryRequest_Filter) GetValue() string {
  1649. if m != nil {
  1650. return m.Value
  1651. }
  1652. return ""
  1653. }
  1654. type QueryRequest_InputSerialization struct {
  1655. // NONE | GZIP | BZIP2
  1656. CompressionType string `protobuf:"bytes,1,opt,name=compression_type,json=compressionType" json:"compression_type,omitempty"`
  1657. CsvInput *QueryRequest_InputSerialization_CSVInput `protobuf:"bytes,2,opt,name=csv_input,json=csvInput" json:"csv_input,omitempty"`
  1658. JsonInput *QueryRequest_InputSerialization_JSONInput `protobuf:"bytes,3,opt,name=json_input,json=jsonInput" json:"json_input,omitempty"`
  1659. ParquetInput *QueryRequest_InputSerialization_ParquetInput `protobuf:"bytes,4,opt,name=parquet_input,json=parquetInput" json:"parquet_input,omitempty"`
  1660. }
  1661. func (m *QueryRequest_InputSerialization) Reset() { *m = QueryRequest_InputSerialization{} }
  1662. func (m *QueryRequest_InputSerialization) String() string { return proto.CompactTextString(m) }
  1663. func (*QueryRequest_InputSerialization) ProtoMessage() {}
  1664. func (*QueryRequest_InputSerialization) Descriptor() ([]byte, []int) {
  1665. return fileDescriptor0, []int{70, 1}
  1666. }
  1667. func (m *QueryRequest_InputSerialization) GetCompressionType() string {
  1668. if m != nil {
  1669. return m.CompressionType
  1670. }
  1671. return ""
  1672. }
  1673. func (m *QueryRequest_InputSerialization) GetCsvInput() *QueryRequest_InputSerialization_CSVInput {
  1674. if m != nil {
  1675. return m.CsvInput
  1676. }
  1677. return nil
  1678. }
  1679. func (m *QueryRequest_InputSerialization) GetJsonInput() *QueryRequest_InputSerialization_JSONInput {
  1680. if m != nil {
  1681. return m.JsonInput
  1682. }
  1683. return nil
  1684. }
  1685. func (m *QueryRequest_InputSerialization) GetParquetInput() *QueryRequest_InputSerialization_ParquetInput {
  1686. if m != nil {
  1687. return m.ParquetInput
  1688. }
  1689. return nil
  1690. }
  1691. type QueryRequest_InputSerialization_CSVInput struct {
  1692. FileHeaderInfo string `protobuf:"bytes,1,opt,name=file_header_info,json=fileHeaderInfo" json:"file_header_info,omitempty"`
  1693. RecordDelimiter string `protobuf:"bytes,2,opt,name=record_delimiter,json=recordDelimiter" json:"record_delimiter,omitempty"`
  1694. FieldDelimiter string `protobuf:"bytes,3,opt,name=field_delimiter,json=fieldDelimiter" json:"field_delimiter,omitempty"`
  1695. QuoteCharactoer string `protobuf:"bytes,4,opt,name=quote_charactoer,json=quoteCharactoer" json:"quote_charactoer,omitempty"`
  1696. QuoteEscapeCharacter string `protobuf:"bytes,5,opt,name=quote_escape_character,json=quoteEscapeCharacter" json:"quote_escape_character,omitempty"`
  1697. Comments string `protobuf:"bytes,6,opt,name=comments" json:"comments,omitempty"`
  1698. // If true, records might contain record delimiters within quote characters
  1699. AllowQuotedRecordDelimiter bool `protobuf:"varint,7,opt,name=allow_quoted_record_delimiter,json=allowQuotedRecordDelimiter" json:"allow_quoted_record_delimiter,omitempty"`
  1700. }
  1701. func (m *QueryRequest_InputSerialization_CSVInput) Reset() {
  1702. *m = QueryRequest_InputSerialization_CSVInput{}
  1703. }
  1704. func (m *QueryRequest_InputSerialization_CSVInput) String() string { return proto.CompactTextString(m) }
  1705. func (*QueryRequest_InputSerialization_CSVInput) ProtoMessage() {}
  1706. func (*QueryRequest_InputSerialization_CSVInput) Descriptor() ([]byte, []int) {
  1707. return fileDescriptor0, []int{70, 1, 0}
  1708. }
  1709. func (m *QueryRequest_InputSerialization_CSVInput) GetFileHeaderInfo() string {
  1710. if m != nil {
  1711. return m.FileHeaderInfo
  1712. }
  1713. return ""
  1714. }
  1715. func (m *QueryRequest_InputSerialization_CSVInput) GetRecordDelimiter() string {
  1716. if m != nil {
  1717. return m.RecordDelimiter
  1718. }
  1719. return ""
  1720. }
  1721. func (m *QueryRequest_InputSerialization_CSVInput) GetFieldDelimiter() string {
  1722. if m != nil {
  1723. return m.FieldDelimiter
  1724. }
  1725. return ""
  1726. }
  1727. func (m *QueryRequest_InputSerialization_CSVInput) GetQuoteCharactoer() string {
  1728. if m != nil {
  1729. return m.QuoteCharactoer
  1730. }
  1731. return ""
  1732. }
  1733. func (m *QueryRequest_InputSerialization_CSVInput) GetQuoteEscapeCharacter() string {
  1734. if m != nil {
  1735. return m.QuoteEscapeCharacter
  1736. }
  1737. return ""
  1738. }
  1739. func (m *QueryRequest_InputSerialization_CSVInput) GetComments() string {
  1740. if m != nil {
  1741. return m.Comments
  1742. }
  1743. return ""
  1744. }
  1745. func (m *QueryRequest_InputSerialization_CSVInput) GetAllowQuotedRecordDelimiter() bool {
  1746. if m != nil {
  1747. return m.AllowQuotedRecordDelimiter
  1748. }
  1749. return false
  1750. }
  1751. type QueryRequest_InputSerialization_JSONInput struct {
  1752. Type string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"`
  1753. }
  1754. func (m *QueryRequest_InputSerialization_JSONInput) Reset() {
  1755. *m = QueryRequest_InputSerialization_JSONInput{}
  1756. }
  1757. func (m *QueryRequest_InputSerialization_JSONInput) String() string { return proto.CompactTextString(m) }
  1758. func (*QueryRequest_InputSerialization_JSONInput) ProtoMessage() {}
  1759. func (*QueryRequest_InputSerialization_JSONInput) Descriptor() ([]byte, []int) {
  1760. return fileDescriptor0, []int{70, 1, 1}
  1761. }
  1762. func (m *QueryRequest_InputSerialization_JSONInput) GetType() string {
  1763. if m != nil {
  1764. return m.Type
  1765. }
  1766. return ""
  1767. }
  1768. type QueryRequest_InputSerialization_ParquetInput struct {
  1769. }
  1770. func (m *QueryRequest_InputSerialization_ParquetInput) Reset() {
  1771. *m = QueryRequest_InputSerialization_ParquetInput{}
  1772. }
  1773. func (m *QueryRequest_InputSerialization_ParquetInput) String() string {
  1774. return proto.CompactTextString(m)
  1775. }
  1776. func (*QueryRequest_InputSerialization_ParquetInput) ProtoMessage() {}
  1777. func (*QueryRequest_InputSerialization_ParquetInput) Descriptor() ([]byte, []int) {
  1778. return fileDescriptor0, []int{70, 1, 2}
  1779. }
  1780. type QueryRequest_OutputSerialization struct {
  1781. CsvOutput *QueryRequest_OutputSerialization_CSVOutput `protobuf:"bytes,2,opt,name=csv_output,json=csvOutput" json:"csv_output,omitempty"`
  1782. JsonOutput *QueryRequest_OutputSerialization_JSONOutput `protobuf:"bytes,3,opt,name=json_output,json=jsonOutput" json:"json_output,omitempty"`
  1783. }
  1784. func (m *QueryRequest_OutputSerialization) Reset() { *m = QueryRequest_OutputSerialization{} }
  1785. func (m *QueryRequest_OutputSerialization) String() string { return proto.CompactTextString(m) }
  1786. func (*QueryRequest_OutputSerialization) ProtoMessage() {}
  1787. func (*QueryRequest_OutputSerialization) Descriptor() ([]byte, []int) {
  1788. return fileDescriptor0, []int{70, 2}
  1789. }
  1790. func (m *QueryRequest_OutputSerialization) GetCsvOutput() *QueryRequest_OutputSerialization_CSVOutput {
  1791. if m != nil {
  1792. return m.CsvOutput
  1793. }
  1794. return nil
  1795. }
  1796. func (m *QueryRequest_OutputSerialization) GetJsonOutput() *QueryRequest_OutputSerialization_JSONOutput {
  1797. if m != nil {
  1798. return m.JsonOutput
  1799. }
  1800. return nil
  1801. }
  1802. type QueryRequest_OutputSerialization_CSVOutput struct {
  1803. QuoteFields string `protobuf:"bytes,1,opt,name=quote_fields,json=quoteFields" json:"quote_fields,omitempty"`
  1804. RecordDelimiter string `protobuf:"bytes,2,opt,name=record_delimiter,json=recordDelimiter" json:"record_delimiter,omitempty"`
  1805. FieldDelimiter string `protobuf:"bytes,3,opt,name=field_delimiter,json=fieldDelimiter" json:"field_delimiter,omitempty"`
  1806. QuoteCharactoer string `protobuf:"bytes,4,opt,name=quote_charactoer,json=quoteCharactoer" json:"quote_charactoer,omitempty"`
  1807. QuoteEscapeCharacter string `protobuf:"bytes,5,opt,name=quote_escape_character,json=quoteEscapeCharacter" json:"quote_escape_character,omitempty"`
  1808. }
  1809. func (m *QueryRequest_OutputSerialization_CSVOutput) Reset() {
  1810. *m = QueryRequest_OutputSerialization_CSVOutput{}
  1811. }
  1812. func (m *QueryRequest_OutputSerialization_CSVOutput) String() string {
  1813. return proto.CompactTextString(m)
  1814. }
  1815. func (*QueryRequest_OutputSerialization_CSVOutput) ProtoMessage() {}
  1816. func (*QueryRequest_OutputSerialization_CSVOutput) Descriptor() ([]byte, []int) {
  1817. return fileDescriptor0, []int{70, 2, 0}
  1818. }
  1819. func (m *QueryRequest_OutputSerialization_CSVOutput) GetQuoteFields() string {
  1820. if m != nil {
  1821. return m.QuoteFields
  1822. }
  1823. return ""
  1824. }
  1825. func (m *QueryRequest_OutputSerialization_CSVOutput) GetRecordDelimiter() string {
  1826. if m != nil {
  1827. return m.RecordDelimiter
  1828. }
  1829. return ""
  1830. }
  1831. func (m *QueryRequest_OutputSerialization_CSVOutput) GetFieldDelimiter() string {
  1832. if m != nil {
  1833. return m.FieldDelimiter
  1834. }
  1835. return ""
  1836. }
  1837. func (m *QueryRequest_OutputSerialization_CSVOutput) GetQuoteCharactoer() string {
  1838. if m != nil {
  1839. return m.QuoteCharactoer
  1840. }
  1841. return ""
  1842. }
  1843. func (m *QueryRequest_OutputSerialization_CSVOutput) GetQuoteEscapeCharacter() string {
  1844. if m != nil {
  1845. return m.QuoteEscapeCharacter
  1846. }
  1847. return ""
  1848. }
  1849. type QueryRequest_OutputSerialization_JSONOutput struct {
  1850. RecordDelimiter string `protobuf:"bytes,1,opt,name=record_delimiter,json=recordDelimiter" json:"record_delimiter,omitempty"`
  1851. }
  1852. func (m *QueryRequest_OutputSerialization_JSONOutput) Reset() {
  1853. *m = QueryRequest_OutputSerialization_JSONOutput{}
  1854. }
  1855. func (m *QueryRequest_OutputSerialization_JSONOutput) String() string {
  1856. return proto.CompactTextString(m)
  1857. }
  1858. func (*QueryRequest_OutputSerialization_JSONOutput) ProtoMessage() {}
  1859. func (*QueryRequest_OutputSerialization_JSONOutput) Descriptor() ([]byte, []int) {
  1860. return fileDescriptor0, []int{70, 2, 1}
  1861. }
  1862. func (m *QueryRequest_OutputSerialization_JSONOutput) GetRecordDelimiter() string {
  1863. if m != nil {
  1864. return m.RecordDelimiter
  1865. }
  1866. return ""
  1867. }
  1868. type QueriedStripe struct {
  1869. Records []byte `protobuf:"bytes,1,opt,name=records,proto3" json:"records,omitempty"`
  1870. }
  1871. func (m *QueriedStripe) Reset() { *m = QueriedStripe{} }
  1872. func (m *QueriedStripe) String() string { return proto.CompactTextString(m) }
  1873. func (*QueriedStripe) ProtoMessage() {}
  1874. func (*QueriedStripe) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{71} }
  1875. func (m *QueriedStripe) GetRecords() []byte {
  1876. if m != nil {
  1877. return m.Records
  1878. }
  1879. return nil
  1880. }
  1881. func init() {
  1882. proto.RegisterType((*BatchDeleteRequest)(nil), "volume_server_pb.BatchDeleteRequest")
  1883. proto.RegisterType((*BatchDeleteResponse)(nil), "volume_server_pb.BatchDeleteResponse")
  1884. proto.RegisterType((*DeleteResult)(nil), "volume_server_pb.DeleteResult")
  1885. proto.RegisterType((*FileGetRequest)(nil), "volume_server_pb.FileGetRequest")
  1886. proto.RegisterType((*FileGetResponse)(nil), "volume_server_pb.FileGetResponse")
  1887. proto.RegisterType((*Empty)(nil), "volume_server_pb.Empty")
  1888. proto.RegisterType((*VacuumVolumeCheckRequest)(nil), "volume_server_pb.VacuumVolumeCheckRequest")
  1889. proto.RegisterType((*VacuumVolumeCheckResponse)(nil), "volume_server_pb.VacuumVolumeCheckResponse")
  1890. proto.RegisterType((*VacuumVolumeCompactRequest)(nil), "volume_server_pb.VacuumVolumeCompactRequest")
  1891. proto.RegisterType((*VacuumVolumeCompactResponse)(nil), "volume_server_pb.VacuumVolumeCompactResponse")
  1892. proto.RegisterType((*VacuumVolumeCommitRequest)(nil), "volume_server_pb.VacuumVolumeCommitRequest")
  1893. proto.RegisterType((*VacuumVolumeCommitResponse)(nil), "volume_server_pb.VacuumVolumeCommitResponse")
  1894. proto.RegisterType((*VacuumVolumeCleanupRequest)(nil), "volume_server_pb.VacuumVolumeCleanupRequest")
  1895. proto.RegisterType((*VacuumVolumeCleanupResponse)(nil), "volume_server_pb.VacuumVolumeCleanupResponse")
  1896. proto.RegisterType((*DeleteCollectionRequest)(nil), "volume_server_pb.DeleteCollectionRequest")
  1897. proto.RegisterType((*DeleteCollectionResponse)(nil), "volume_server_pb.DeleteCollectionResponse")
  1898. proto.RegisterType((*AllocateVolumeRequest)(nil), "volume_server_pb.AllocateVolumeRequest")
  1899. proto.RegisterType((*AllocateVolumeResponse)(nil), "volume_server_pb.AllocateVolumeResponse")
  1900. proto.RegisterType((*VolumeSyncStatusRequest)(nil), "volume_server_pb.VolumeSyncStatusRequest")
  1901. proto.RegisterType((*VolumeSyncStatusResponse)(nil), "volume_server_pb.VolumeSyncStatusResponse")
  1902. proto.RegisterType((*VolumeIncrementalCopyRequest)(nil), "volume_server_pb.VolumeIncrementalCopyRequest")
  1903. proto.RegisterType((*VolumeIncrementalCopyResponse)(nil), "volume_server_pb.VolumeIncrementalCopyResponse")
  1904. proto.RegisterType((*VolumeMountRequest)(nil), "volume_server_pb.VolumeMountRequest")
  1905. proto.RegisterType((*VolumeMountResponse)(nil), "volume_server_pb.VolumeMountResponse")
  1906. proto.RegisterType((*VolumeUnmountRequest)(nil), "volume_server_pb.VolumeUnmountRequest")
  1907. proto.RegisterType((*VolumeUnmountResponse)(nil), "volume_server_pb.VolumeUnmountResponse")
  1908. proto.RegisterType((*VolumeDeleteRequest)(nil), "volume_server_pb.VolumeDeleteRequest")
  1909. proto.RegisterType((*VolumeDeleteResponse)(nil), "volume_server_pb.VolumeDeleteResponse")
  1910. proto.RegisterType((*VolumeMarkReadonlyRequest)(nil), "volume_server_pb.VolumeMarkReadonlyRequest")
  1911. proto.RegisterType((*VolumeMarkReadonlyResponse)(nil), "volume_server_pb.VolumeMarkReadonlyResponse")
  1912. proto.RegisterType((*VolumeConfigureRequest)(nil), "volume_server_pb.VolumeConfigureRequest")
  1913. proto.RegisterType((*VolumeConfigureResponse)(nil), "volume_server_pb.VolumeConfigureResponse")
  1914. proto.RegisterType((*VolumeCopyRequest)(nil), "volume_server_pb.VolumeCopyRequest")
  1915. proto.RegisterType((*VolumeCopyResponse)(nil), "volume_server_pb.VolumeCopyResponse")
  1916. proto.RegisterType((*CopyFileRequest)(nil), "volume_server_pb.CopyFileRequest")
  1917. proto.RegisterType((*CopyFileResponse)(nil), "volume_server_pb.CopyFileResponse")
  1918. proto.RegisterType((*VolumeTailSenderRequest)(nil), "volume_server_pb.VolumeTailSenderRequest")
  1919. proto.RegisterType((*VolumeTailSenderResponse)(nil), "volume_server_pb.VolumeTailSenderResponse")
  1920. proto.RegisterType((*VolumeTailReceiverRequest)(nil), "volume_server_pb.VolumeTailReceiverRequest")
  1921. proto.RegisterType((*VolumeTailReceiverResponse)(nil), "volume_server_pb.VolumeTailReceiverResponse")
  1922. proto.RegisterType((*VolumeEcShardsGenerateRequest)(nil), "volume_server_pb.VolumeEcShardsGenerateRequest")
  1923. proto.RegisterType((*VolumeEcShardsGenerateResponse)(nil), "volume_server_pb.VolumeEcShardsGenerateResponse")
  1924. proto.RegisterType((*VolumeEcShardsRebuildRequest)(nil), "volume_server_pb.VolumeEcShardsRebuildRequest")
  1925. proto.RegisterType((*VolumeEcShardsRebuildResponse)(nil), "volume_server_pb.VolumeEcShardsRebuildResponse")
  1926. proto.RegisterType((*VolumeEcShardsCopyRequest)(nil), "volume_server_pb.VolumeEcShardsCopyRequest")
  1927. proto.RegisterType((*VolumeEcShardsCopyResponse)(nil), "volume_server_pb.VolumeEcShardsCopyResponse")
  1928. proto.RegisterType((*VolumeEcShardsDeleteRequest)(nil), "volume_server_pb.VolumeEcShardsDeleteRequest")
  1929. proto.RegisterType((*VolumeEcShardsDeleteResponse)(nil), "volume_server_pb.VolumeEcShardsDeleteResponse")
  1930. proto.RegisterType((*VolumeEcShardsMountRequest)(nil), "volume_server_pb.VolumeEcShardsMountRequest")
  1931. proto.RegisterType((*VolumeEcShardsMountResponse)(nil), "volume_server_pb.VolumeEcShardsMountResponse")
  1932. proto.RegisterType((*VolumeEcShardsUnmountRequest)(nil), "volume_server_pb.VolumeEcShardsUnmountRequest")
  1933. proto.RegisterType((*VolumeEcShardsUnmountResponse)(nil), "volume_server_pb.VolumeEcShardsUnmountResponse")
  1934. proto.RegisterType((*VolumeEcShardReadRequest)(nil), "volume_server_pb.VolumeEcShardReadRequest")
  1935. proto.RegisterType((*VolumeEcShardReadResponse)(nil), "volume_server_pb.VolumeEcShardReadResponse")
  1936. proto.RegisterType((*VolumeEcBlobDeleteRequest)(nil), "volume_server_pb.VolumeEcBlobDeleteRequest")
  1937. proto.RegisterType((*VolumeEcBlobDeleteResponse)(nil), "volume_server_pb.VolumeEcBlobDeleteResponse")
  1938. proto.RegisterType((*VolumeEcShardsToVolumeRequest)(nil), "volume_server_pb.VolumeEcShardsToVolumeRequest")
  1939. proto.RegisterType((*VolumeEcShardsToVolumeResponse)(nil), "volume_server_pb.VolumeEcShardsToVolumeResponse")
  1940. proto.RegisterType((*ReadVolumeFileStatusRequest)(nil), "volume_server_pb.ReadVolumeFileStatusRequest")
  1941. proto.RegisterType((*ReadVolumeFileStatusResponse)(nil), "volume_server_pb.ReadVolumeFileStatusResponse")
  1942. proto.RegisterType((*DiskStatus)(nil), "volume_server_pb.DiskStatus")
  1943. proto.RegisterType((*MemStatus)(nil), "volume_server_pb.MemStatus")
  1944. proto.RegisterType((*RemoteFile)(nil), "volume_server_pb.RemoteFile")
  1945. proto.RegisterType((*VolumeInfo)(nil), "volume_server_pb.VolumeInfo")
  1946. proto.RegisterType((*VolumeTierMoveDatToRemoteRequest)(nil), "volume_server_pb.VolumeTierMoveDatToRemoteRequest")
  1947. proto.RegisterType((*VolumeTierMoveDatToRemoteResponse)(nil), "volume_server_pb.VolumeTierMoveDatToRemoteResponse")
  1948. proto.RegisterType((*VolumeTierMoveDatFromRemoteRequest)(nil), "volume_server_pb.VolumeTierMoveDatFromRemoteRequest")
  1949. proto.RegisterType((*VolumeTierMoveDatFromRemoteResponse)(nil), "volume_server_pb.VolumeTierMoveDatFromRemoteResponse")
  1950. proto.RegisterType((*VolumeServerStatusRequest)(nil), "volume_server_pb.VolumeServerStatusRequest")
  1951. proto.RegisterType((*VolumeServerStatusResponse)(nil), "volume_server_pb.VolumeServerStatusResponse")
  1952. proto.RegisterType((*QueryRequest)(nil), "volume_server_pb.QueryRequest")
  1953. proto.RegisterType((*QueryRequest_Filter)(nil), "volume_server_pb.QueryRequest.Filter")
  1954. proto.RegisterType((*QueryRequest_InputSerialization)(nil), "volume_server_pb.QueryRequest.InputSerialization")
  1955. proto.RegisterType((*QueryRequest_InputSerialization_CSVInput)(nil), "volume_server_pb.QueryRequest.InputSerialization.CSVInput")
  1956. proto.RegisterType((*QueryRequest_InputSerialization_JSONInput)(nil), "volume_server_pb.QueryRequest.InputSerialization.JSONInput")
  1957. proto.RegisterType((*QueryRequest_InputSerialization_ParquetInput)(nil), "volume_server_pb.QueryRequest.InputSerialization.ParquetInput")
  1958. proto.RegisterType((*QueryRequest_OutputSerialization)(nil), "volume_server_pb.QueryRequest.OutputSerialization")
  1959. proto.RegisterType((*QueryRequest_OutputSerialization_CSVOutput)(nil), "volume_server_pb.QueryRequest.OutputSerialization.CSVOutput")
  1960. proto.RegisterType((*QueryRequest_OutputSerialization_JSONOutput)(nil), "volume_server_pb.QueryRequest.OutputSerialization.JSONOutput")
  1961. proto.RegisterType((*QueriedStripe)(nil), "volume_server_pb.QueriedStripe")
  1962. }
  1963. // Reference imports to suppress errors if they are not otherwise used.
  1964. var _ context.Context
  1965. var _ grpc.ClientConn
  1966. // This is a compile-time assertion to ensure that this generated file
  1967. // is compatible with the grpc package it is being compiled against.
  1968. const _ = grpc.SupportPackageIsVersion4
  1969. // Client API for VolumeServer service
  1970. type VolumeServerClient interface {
  1971. // Experts only: takes multiple fid parameters. This function does not propagate deletes to replicas.
  1972. BatchDelete(ctx context.Context, in *BatchDeleteRequest, opts ...grpc.CallOption) (*BatchDeleteResponse, error)
  1973. FileGet(ctx context.Context, in *FileGetRequest, opts ...grpc.CallOption) (VolumeServer_FileGetClient, error)
  1974. VacuumVolumeCheck(ctx context.Context, in *VacuumVolumeCheckRequest, opts ...grpc.CallOption) (*VacuumVolumeCheckResponse, error)
  1975. VacuumVolumeCompact(ctx context.Context, in *VacuumVolumeCompactRequest, opts ...grpc.CallOption) (*VacuumVolumeCompactResponse, error)
  1976. VacuumVolumeCommit(ctx context.Context, in *VacuumVolumeCommitRequest, opts ...grpc.CallOption) (*VacuumVolumeCommitResponse, error)
  1977. VacuumVolumeCleanup(ctx context.Context, in *VacuumVolumeCleanupRequest, opts ...grpc.CallOption) (*VacuumVolumeCleanupResponse, error)
  1978. DeleteCollection(ctx context.Context, in *DeleteCollectionRequest, opts ...grpc.CallOption) (*DeleteCollectionResponse, error)
  1979. AllocateVolume(ctx context.Context, in *AllocateVolumeRequest, opts ...grpc.CallOption) (*AllocateVolumeResponse, error)
  1980. VolumeSyncStatus(ctx context.Context, in *VolumeSyncStatusRequest, opts ...grpc.CallOption) (*VolumeSyncStatusResponse, error)
  1981. VolumeIncrementalCopy(ctx context.Context, in *VolumeIncrementalCopyRequest, opts ...grpc.CallOption) (VolumeServer_VolumeIncrementalCopyClient, error)
  1982. VolumeMount(ctx context.Context, in *VolumeMountRequest, opts ...grpc.CallOption) (*VolumeMountResponse, error)
  1983. VolumeUnmount(ctx context.Context, in *VolumeUnmountRequest, opts ...grpc.CallOption) (*VolumeUnmountResponse, error)
  1984. VolumeDelete(ctx context.Context, in *VolumeDeleteRequest, opts ...grpc.CallOption) (*VolumeDeleteResponse, error)
  1985. VolumeMarkReadonly(ctx context.Context, in *VolumeMarkReadonlyRequest, opts ...grpc.CallOption) (*VolumeMarkReadonlyResponse, error)
  1986. VolumeConfigure(ctx context.Context, in *VolumeConfigureRequest, opts ...grpc.CallOption) (*VolumeConfigureResponse, error)
  1987. // copy the .idx .dat files, and mount this volume
  1988. VolumeCopy(ctx context.Context, in *VolumeCopyRequest, opts ...grpc.CallOption) (*VolumeCopyResponse, error)
  1989. ReadVolumeFileStatus(ctx context.Context, in *ReadVolumeFileStatusRequest, opts ...grpc.CallOption) (*ReadVolumeFileStatusResponse, error)
  1990. CopyFile(ctx context.Context, in *CopyFileRequest, opts ...grpc.CallOption) (VolumeServer_CopyFileClient, error)
  1991. VolumeTailSender(ctx context.Context, in *VolumeTailSenderRequest, opts ...grpc.CallOption) (VolumeServer_VolumeTailSenderClient, error)
  1992. VolumeTailReceiver(ctx context.Context, in *VolumeTailReceiverRequest, opts ...grpc.CallOption) (*VolumeTailReceiverResponse, error)
  1993. // erasure coding
  1994. VolumeEcShardsGenerate(ctx context.Context, in *VolumeEcShardsGenerateRequest, opts ...grpc.CallOption) (*VolumeEcShardsGenerateResponse, error)
  1995. VolumeEcShardsRebuild(ctx context.Context, in *VolumeEcShardsRebuildRequest, opts ...grpc.CallOption) (*VolumeEcShardsRebuildResponse, error)
  1996. VolumeEcShardsCopy(ctx context.Context, in *VolumeEcShardsCopyRequest, opts ...grpc.CallOption) (*VolumeEcShardsCopyResponse, error)
  1997. VolumeEcShardsDelete(ctx context.Context, in *VolumeEcShardsDeleteRequest, opts ...grpc.CallOption) (*VolumeEcShardsDeleteResponse, error)
  1998. VolumeEcShardsMount(ctx context.Context, in *VolumeEcShardsMountRequest, opts ...grpc.CallOption) (*VolumeEcShardsMountResponse, error)
  1999. VolumeEcShardsUnmount(ctx context.Context, in *VolumeEcShardsUnmountRequest, opts ...grpc.CallOption) (*VolumeEcShardsUnmountResponse, error)
  2000. VolumeEcShardRead(ctx context.Context, in *VolumeEcShardReadRequest, opts ...grpc.CallOption) (VolumeServer_VolumeEcShardReadClient, error)
  2001. VolumeEcBlobDelete(ctx context.Context, in *VolumeEcBlobDeleteRequest, opts ...grpc.CallOption) (*VolumeEcBlobDeleteResponse, error)
  2002. VolumeEcShardsToVolume(ctx context.Context, in *VolumeEcShardsToVolumeRequest, opts ...grpc.CallOption) (*VolumeEcShardsToVolumeResponse, error)
  2003. // tiered storage
  2004. VolumeTierMoveDatToRemote(ctx context.Context, in *VolumeTierMoveDatToRemoteRequest, opts ...grpc.CallOption) (VolumeServer_VolumeTierMoveDatToRemoteClient, error)
  2005. VolumeTierMoveDatFromRemote(ctx context.Context, in *VolumeTierMoveDatFromRemoteRequest, opts ...grpc.CallOption) (VolumeServer_VolumeTierMoveDatFromRemoteClient, error)
  2006. VolumeServerStatus(ctx context.Context, in *VolumeServerStatusRequest, opts ...grpc.CallOption) (*VolumeServerStatusResponse, error)
  2007. // <experimental> query
  2008. Query(ctx context.Context, in *QueryRequest, opts ...grpc.CallOption) (VolumeServer_QueryClient, error)
  2009. }
  2010. type volumeServerClient struct {
  2011. cc *grpc.ClientConn
  2012. }
  2013. func NewVolumeServerClient(cc *grpc.ClientConn) VolumeServerClient {
  2014. return &volumeServerClient{cc}
  2015. }
  2016. func (c *volumeServerClient) BatchDelete(ctx context.Context, in *BatchDeleteRequest, opts ...grpc.CallOption) (*BatchDeleteResponse, error) {
  2017. out := new(BatchDeleteResponse)
  2018. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/BatchDelete", in, out, c.cc, opts...)
  2019. if err != nil {
  2020. return nil, err
  2021. }
  2022. return out, nil
  2023. }
  2024. func (c *volumeServerClient) FileGet(ctx context.Context, in *FileGetRequest, opts ...grpc.CallOption) (VolumeServer_FileGetClient, error) {
  2025. stream, err := grpc.NewClientStream(ctx, &_VolumeServer_serviceDesc.Streams[0], c.cc, "/volume_server_pb.VolumeServer/FileGet", opts...)
  2026. if err != nil {
  2027. return nil, err
  2028. }
  2029. x := &volumeServerFileGetClient{stream}
  2030. if err := x.ClientStream.SendMsg(in); err != nil {
  2031. return nil, err
  2032. }
  2033. if err := x.ClientStream.CloseSend(); err != nil {
  2034. return nil, err
  2035. }
  2036. return x, nil
  2037. }
  2038. type VolumeServer_FileGetClient interface {
  2039. Recv() (*FileGetResponse, error)
  2040. grpc.ClientStream
  2041. }
  2042. type volumeServerFileGetClient struct {
  2043. grpc.ClientStream
  2044. }
  2045. func (x *volumeServerFileGetClient) Recv() (*FileGetResponse, error) {
  2046. m := new(FileGetResponse)
  2047. if err := x.ClientStream.RecvMsg(m); err != nil {
  2048. return nil, err
  2049. }
  2050. return m, nil
  2051. }
  2052. func (c *volumeServerClient) VacuumVolumeCheck(ctx context.Context, in *VacuumVolumeCheckRequest, opts ...grpc.CallOption) (*VacuumVolumeCheckResponse, error) {
  2053. out := new(VacuumVolumeCheckResponse)
  2054. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VacuumVolumeCheck", in, out, c.cc, opts...)
  2055. if err != nil {
  2056. return nil, err
  2057. }
  2058. return out, nil
  2059. }
  2060. func (c *volumeServerClient) VacuumVolumeCompact(ctx context.Context, in *VacuumVolumeCompactRequest, opts ...grpc.CallOption) (*VacuumVolumeCompactResponse, error) {
  2061. out := new(VacuumVolumeCompactResponse)
  2062. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VacuumVolumeCompact", in, out, c.cc, opts...)
  2063. if err != nil {
  2064. return nil, err
  2065. }
  2066. return out, nil
  2067. }
  2068. func (c *volumeServerClient) VacuumVolumeCommit(ctx context.Context, in *VacuumVolumeCommitRequest, opts ...grpc.CallOption) (*VacuumVolumeCommitResponse, error) {
  2069. out := new(VacuumVolumeCommitResponse)
  2070. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VacuumVolumeCommit", in, out, c.cc, opts...)
  2071. if err != nil {
  2072. return nil, err
  2073. }
  2074. return out, nil
  2075. }
  2076. func (c *volumeServerClient) VacuumVolumeCleanup(ctx context.Context, in *VacuumVolumeCleanupRequest, opts ...grpc.CallOption) (*VacuumVolumeCleanupResponse, error) {
  2077. out := new(VacuumVolumeCleanupResponse)
  2078. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VacuumVolumeCleanup", in, out, c.cc, opts...)
  2079. if err != nil {
  2080. return nil, err
  2081. }
  2082. return out, nil
  2083. }
  2084. func (c *volumeServerClient) DeleteCollection(ctx context.Context, in *DeleteCollectionRequest, opts ...grpc.CallOption) (*DeleteCollectionResponse, error) {
  2085. out := new(DeleteCollectionResponse)
  2086. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/DeleteCollection", in, out, c.cc, opts...)
  2087. if err != nil {
  2088. return nil, err
  2089. }
  2090. return out, nil
  2091. }
  2092. func (c *volumeServerClient) AllocateVolume(ctx context.Context, in *AllocateVolumeRequest, opts ...grpc.CallOption) (*AllocateVolumeResponse, error) {
  2093. out := new(AllocateVolumeResponse)
  2094. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/AllocateVolume", in, out, c.cc, opts...)
  2095. if err != nil {
  2096. return nil, err
  2097. }
  2098. return out, nil
  2099. }
  2100. func (c *volumeServerClient) VolumeSyncStatus(ctx context.Context, in *VolumeSyncStatusRequest, opts ...grpc.CallOption) (*VolumeSyncStatusResponse, error) {
  2101. out := new(VolumeSyncStatusResponse)
  2102. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeSyncStatus", in, out, c.cc, opts...)
  2103. if err != nil {
  2104. return nil, err
  2105. }
  2106. return out, nil
  2107. }
  2108. func (c *volumeServerClient) VolumeIncrementalCopy(ctx context.Context, in *VolumeIncrementalCopyRequest, opts ...grpc.CallOption) (VolumeServer_VolumeIncrementalCopyClient, error) {
  2109. stream, err := grpc.NewClientStream(ctx, &_VolumeServer_serviceDesc.Streams[1], c.cc, "/volume_server_pb.VolumeServer/VolumeIncrementalCopy", opts...)
  2110. if err != nil {
  2111. return nil, err
  2112. }
  2113. x := &volumeServerVolumeIncrementalCopyClient{stream}
  2114. if err := x.ClientStream.SendMsg(in); err != nil {
  2115. return nil, err
  2116. }
  2117. if err := x.ClientStream.CloseSend(); err != nil {
  2118. return nil, err
  2119. }
  2120. return x, nil
  2121. }
  2122. type VolumeServer_VolumeIncrementalCopyClient interface {
  2123. Recv() (*VolumeIncrementalCopyResponse, error)
  2124. grpc.ClientStream
  2125. }
  2126. type volumeServerVolumeIncrementalCopyClient struct {
  2127. grpc.ClientStream
  2128. }
  2129. func (x *volumeServerVolumeIncrementalCopyClient) Recv() (*VolumeIncrementalCopyResponse, error) {
  2130. m := new(VolumeIncrementalCopyResponse)
  2131. if err := x.ClientStream.RecvMsg(m); err != nil {
  2132. return nil, err
  2133. }
  2134. return m, nil
  2135. }
  2136. func (c *volumeServerClient) VolumeMount(ctx context.Context, in *VolumeMountRequest, opts ...grpc.CallOption) (*VolumeMountResponse, error) {
  2137. out := new(VolumeMountResponse)
  2138. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeMount", in, out, c.cc, opts...)
  2139. if err != nil {
  2140. return nil, err
  2141. }
  2142. return out, nil
  2143. }
  2144. func (c *volumeServerClient) VolumeUnmount(ctx context.Context, in *VolumeUnmountRequest, opts ...grpc.CallOption) (*VolumeUnmountResponse, error) {
  2145. out := new(VolumeUnmountResponse)
  2146. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeUnmount", in, out, c.cc, opts...)
  2147. if err != nil {
  2148. return nil, err
  2149. }
  2150. return out, nil
  2151. }
  2152. func (c *volumeServerClient) VolumeDelete(ctx context.Context, in *VolumeDeleteRequest, opts ...grpc.CallOption) (*VolumeDeleteResponse, error) {
  2153. out := new(VolumeDeleteResponse)
  2154. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeDelete", in, out, c.cc, opts...)
  2155. if err != nil {
  2156. return nil, err
  2157. }
  2158. return out, nil
  2159. }
  2160. func (c *volumeServerClient) VolumeMarkReadonly(ctx context.Context, in *VolumeMarkReadonlyRequest, opts ...grpc.CallOption) (*VolumeMarkReadonlyResponse, error) {
  2161. out := new(VolumeMarkReadonlyResponse)
  2162. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeMarkReadonly", in, out, c.cc, opts...)
  2163. if err != nil {
  2164. return nil, err
  2165. }
  2166. return out, nil
  2167. }
  2168. func (c *volumeServerClient) VolumeConfigure(ctx context.Context, in *VolumeConfigureRequest, opts ...grpc.CallOption) (*VolumeConfigureResponse, error) {
  2169. out := new(VolumeConfigureResponse)
  2170. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeConfigure", in, out, c.cc, opts...)
  2171. if err != nil {
  2172. return nil, err
  2173. }
  2174. return out, nil
  2175. }
  2176. func (c *volumeServerClient) VolumeCopy(ctx context.Context, in *VolumeCopyRequest, opts ...grpc.CallOption) (*VolumeCopyResponse, error) {
  2177. out := new(VolumeCopyResponse)
  2178. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeCopy", in, out, c.cc, opts...)
  2179. if err != nil {
  2180. return nil, err
  2181. }
  2182. return out, nil
  2183. }
  2184. func (c *volumeServerClient) ReadVolumeFileStatus(ctx context.Context, in *ReadVolumeFileStatusRequest, opts ...grpc.CallOption) (*ReadVolumeFileStatusResponse, error) {
  2185. out := new(ReadVolumeFileStatusResponse)
  2186. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/ReadVolumeFileStatus", in, out, c.cc, opts...)
  2187. if err != nil {
  2188. return nil, err
  2189. }
  2190. return out, nil
  2191. }
  2192. func (c *volumeServerClient) CopyFile(ctx context.Context, in *CopyFileRequest, opts ...grpc.CallOption) (VolumeServer_CopyFileClient, error) {
  2193. stream, err := grpc.NewClientStream(ctx, &_VolumeServer_serviceDesc.Streams[2], c.cc, "/volume_server_pb.VolumeServer/CopyFile", opts...)
  2194. if err != nil {
  2195. return nil, err
  2196. }
  2197. x := &volumeServerCopyFileClient{stream}
  2198. if err := x.ClientStream.SendMsg(in); err != nil {
  2199. return nil, err
  2200. }
  2201. if err := x.ClientStream.CloseSend(); err != nil {
  2202. return nil, err
  2203. }
  2204. return x, nil
  2205. }
  2206. type VolumeServer_CopyFileClient interface {
  2207. Recv() (*CopyFileResponse, error)
  2208. grpc.ClientStream
  2209. }
  2210. type volumeServerCopyFileClient struct {
  2211. grpc.ClientStream
  2212. }
  2213. func (x *volumeServerCopyFileClient) Recv() (*CopyFileResponse, error) {
  2214. m := new(CopyFileResponse)
  2215. if err := x.ClientStream.RecvMsg(m); err != nil {
  2216. return nil, err
  2217. }
  2218. return m, nil
  2219. }
  2220. func (c *volumeServerClient) VolumeTailSender(ctx context.Context, in *VolumeTailSenderRequest, opts ...grpc.CallOption) (VolumeServer_VolumeTailSenderClient, error) {
  2221. stream, err := grpc.NewClientStream(ctx, &_VolumeServer_serviceDesc.Streams[3], c.cc, "/volume_server_pb.VolumeServer/VolumeTailSender", opts...)
  2222. if err != nil {
  2223. return nil, err
  2224. }
  2225. x := &volumeServerVolumeTailSenderClient{stream}
  2226. if err := x.ClientStream.SendMsg(in); err != nil {
  2227. return nil, err
  2228. }
  2229. if err := x.ClientStream.CloseSend(); err != nil {
  2230. return nil, err
  2231. }
  2232. return x, nil
  2233. }
  2234. type VolumeServer_VolumeTailSenderClient interface {
  2235. Recv() (*VolumeTailSenderResponse, error)
  2236. grpc.ClientStream
  2237. }
  2238. type volumeServerVolumeTailSenderClient struct {
  2239. grpc.ClientStream
  2240. }
  2241. func (x *volumeServerVolumeTailSenderClient) Recv() (*VolumeTailSenderResponse, error) {
  2242. m := new(VolumeTailSenderResponse)
  2243. if err := x.ClientStream.RecvMsg(m); err != nil {
  2244. return nil, err
  2245. }
  2246. return m, nil
  2247. }
  2248. func (c *volumeServerClient) VolumeTailReceiver(ctx context.Context, in *VolumeTailReceiverRequest, opts ...grpc.CallOption) (*VolumeTailReceiverResponse, error) {
  2249. out := new(VolumeTailReceiverResponse)
  2250. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeTailReceiver", in, out, c.cc, opts...)
  2251. if err != nil {
  2252. return nil, err
  2253. }
  2254. return out, nil
  2255. }
  2256. func (c *volumeServerClient) VolumeEcShardsGenerate(ctx context.Context, in *VolumeEcShardsGenerateRequest, opts ...grpc.CallOption) (*VolumeEcShardsGenerateResponse, error) {
  2257. out := new(VolumeEcShardsGenerateResponse)
  2258. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeEcShardsGenerate", in, out, c.cc, opts...)
  2259. if err != nil {
  2260. return nil, err
  2261. }
  2262. return out, nil
  2263. }
  2264. func (c *volumeServerClient) VolumeEcShardsRebuild(ctx context.Context, in *VolumeEcShardsRebuildRequest, opts ...grpc.CallOption) (*VolumeEcShardsRebuildResponse, error) {
  2265. out := new(VolumeEcShardsRebuildResponse)
  2266. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeEcShardsRebuild", in, out, c.cc, opts...)
  2267. if err != nil {
  2268. return nil, err
  2269. }
  2270. return out, nil
  2271. }
  2272. func (c *volumeServerClient) VolumeEcShardsCopy(ctx context.Context, in *VolumeEcShardsCopyRequest, opts ...grpc.CallOption) (*VolumeEcShardsCopyResponse, error) {
  2273. out := new(VolumeEcShardsCopyResponse)
  2274. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeEcShardsCopy", in, out, c.cc, opts...)
  2275. if err != nil {
  2276. return nil, err
  2277. }
  2278. return out, nil
  2279. }
  2280. func (c *volumeServerClient) VolumeEcShardsDelete(ctx context.Context, in *VolumeEcShardsDeleteRequest, opts ...grpc.CallOption) (*VolumeEcShardsDeleteResponse, error) {
  2281. out := new(VolumeEcShardsDeleteResponse)
  2282. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeEcShardsDelete", in, out, c.cc, opts...)
  2283. if err != nil {
  2284. return nil, err
  2285. }
  2286. return out, nil
  2287. }
  2288. func (c *volumeServerClient) VolumeEcShardsMount(ctx context.Context, in *VolumeEcShardsMountRequest, opts ...grpc.CallOption) (*VolumeEcShardsMountResponse, error) {
  2289. out := new(VolumeEcShardsMountResponse)
  2290. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeEcShardsMount", in, out, c.cc, opts...)
  2291. if err != nil {
  2292. return nil, err
  2293. }
  2294. return out, nil
  2295. }
  2296. func (c *volumeServerClient) VolumeEcShardsUnmount(ctx context.Context, in *VolumeEcShardsUnmountRequest, opts ...grpc.CallOption) (*VolumeEcShardsUnmountResponse, error) {
  2297. out := new(VolumeEcShardsUnmountResponse)
  2298. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeEcShardsUnmount", in, out, c.cc, opts...)
  2299. if err != nil {
  2300. return nil, err
  2301. }
  2302. return out, nil
  2303. }
  2304. func (c *volumeServerClient) VolumeEcShardRead(ctx context.Context, in *VolumeEcShardReadRequest, opts ...grpc.CallOption) (VolumeServer_VolumeEcShardReadClient, error) {
  2305. stream, err := grpc.NewClientStream(ctx, &_VolumeServer_serviceDesc.Streams[4], c.cc, "/volume_server_pb.VolumeServer/VolumeEcShardRead", opts...)
  2306. if err != nil {
  2307. return nil, err
  2308. }
  2309. x := &volumeServerVolumeEcShardReadClient{stream}
  2310. if err := x.ClientStream.SendMsg(in); err != nil {
  2311. return nil, err
  2312. }
  2313. if err := x.ClientStream.CloseSend(); err != nil {
  2314. return nil, err
  2315. }
  2316. return x, nil
  2317. }
  2318. type VolumeServer_VolumeEcShardReadClient interface {
  2319. Recv() (*VolumeEcShardReadResponse, error)
  2320. grpc.ClientStream
  2321. }
  2322. type volumeServerVolumeEcShardReadClient struct {
  2323. grpc.ClientStream
  2324. }
  2325. func (x *volumeServerVolumeEcShardReadClient) Recv() (*VolumeEcShardReadResponse, error) {
  2326. m := new(VolumeEcShardReadResponse)
  2327. if err := x.ClientStream.RecvMsg(m); err != nil {
  2328. return nil, err
  2329. }
  2330. return m, nil
  2331. }
  2332. func (c *volumeServerClient) VolumeEcBlobDelete(ctx context.Context, in *VolumeEcBlobDeleteRequest, opts ...grpc.CallOption) (*VolumeEcBlobDeleteResponse, error) {
  2333. out := new(VolumeEcBlobDeleteResponse)
  2334. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeEcBlobDelete", in, out, c.cc, opts...)
  2335. if err != nil {
  2336. return nil, err
  2337. }
  2338. return out, nil
  2339. }
  2340. func (c *volumeServerClient) VolumeEcShardsToVolume(ctx context.Context, in *VolumeEcShardsToVolumeRequest, opts ...grpc.CallOption) (*VolumeEcShardsToVolumeResponse, error) {
  2341. out := new(VolumeEcShardsToVolumeResponse)
  2342. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeEcShardsToVolume", in, out, c.cc, opts...)
  2343. if err != nil {
  2344. return nil, err
  2345. }
  2346. return out, nil
  2347. }
  2348. func (c *volumeServerClient) VolumeTierMoveDatToRemote(ctx context.Context, in *VolumeTierMoveDatToRemoteRequest, opts ...grpc.CallOption) (VolumeServer_VolumeTierMoveDatToRemoteClient, error) {
  2349. stream, err := grpc.NewClientStream(ctx, &_VolumeServer_serviceDesc.Streams[5], c.cc, "/volume_server_pb.VolumeServer/VolumeTierMoveDatToRemote", opts...)
  2350. if err != nil {
  2351. return nil, err
  2352. }
  2353. x := &volumeServerVolumeTierMoveDatToRemoteClient{stream}
  2354. if err := x.ClientStream.SendMsg(in); err != nil {
  2355. return nil, err
  2356. }
  2357. if err := x.ClientStream.CloseSend(); err != nil {
  2358. return nil, err
  2359. }
  2360. return x, nil
  2361. }
  2362. type VolumeServer_VolumeTierMoveDatToRemoteClient interface {
  2363. Recv() (*VolumeTierMoveDatToRemoteResponse, error)
  2364. grpc.ClientStream
  2365. }
  2366. type volumeServerVolumeTierMoveDatToRemoteClient struct {
  2367. grpc.ClientStream
  2368. }
  2369. func (x *volumeServerVolumeTierMoveDatToRemoteClient) Recv() (*VolumeTierMoveDatToRemoteResponse, error) {
  2370. m := new(VolumeTierMoveDatToRemoteResponse)
  2371. if err := x.ClientStream.RecvMsg(m); err != nil {
  2372. return nil, err
  2373. }
  2374. return m, nil
  2375. }
  2376. func (c *volumeServerClient) VolumeTierMoveDatFromRemote(ctx context.Context, in *VolumeTierMoveDatFromRemoteRequest, opts ...grpc.CallOption) (VolumeServer_VolumeTierMoveDatFromRemoteClient, error) {
  2377. stream, err := grpc.NewClientStream(ctx, &_VolumeServer_serviceDesc.Streams[6], c.cc, "/volume_server_pb.VolumeServer/VolumeTierMoveDatFromRemote", opts...)
  2378. if err != nil {
  2379. return nil, err
  2380. }
  2381. x := &volumeServerVolumeTierMoveDatFromRemoteClient{stream}
  2382. if err := x.ClientStream.SendMsg(in); err != nil {
  2383. return nil, err
  2384. }
  2385. if err := x.ClientStream.CloseSend(); err != nil {
  2386. return nil, err
  2387. }
  2388. return x, nil
  2389. }
  2390. type VolumeServer_VolumeTierMoveDatFromRemoteClient interface {
  2391. Recv() (*VolumeTierMoveDatFromRemoteResponse, error)
  2392. grpc.ClientStream
  2393. }
  2394. type volumeServerVolumeTierMoveDatFromRemoteClient struct {
  2395. grpc.ClientStream
  2396. }
  2397. func (x *volumeServerVolumeTierMoveDatFromRemoteClient) Recv() (*VolumeTierMoveDatFromRemoteResponse, error) {
  2398. m := new(VolumeTierMoveDatFromRemoteResponse)
  2399. if err := x.ClientStream.RecvMsg(m); err != nil {
  2400. return nil, err
  2401. }
  2402. return m, nil
  2403. }
  2404. func (c *volumeServerClient) VolumeServerStatus(ctx context.Context, in *VolumeServerStatusRequest, opts ...grpc.CallOption) (*VolumeServerStatusResponse, error) {
  2405. out := new(VolumeServerStatusResponse)
  2406. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeServerStatus", in, out, c.cc, opts...)
  2407. if err != nil {
  2408. return nil, err
  2409. }
  2410. return out, nil
  2411. }
  2412. func (c *volumeServerClient) Query(ctx context.Context, in *QueryRequest, opts ...grpc.CallOption) (VolumeServer_QueryClient, error) {
  2413. stream, err := grpc.NewClientStream(ctx, &_VolumeServer_serviceDesc.Streams[7], c.cc, "/volume_server_pb.VolumeServer/Query", opts...)
  2414. if err != nil {
  2415. return nil, err
  2416. }
  2417. x := &volumeServerQueryClient{stream}
  2418. if err := x.ClientStream.SendMsg(in); err != nil {
  2419. return nil, err
  2420. }
  2421. if err := x.ClientStream.CloseSend(); err != nil {
  2422. return nil, err
  2423. }
  2424. return x, nil
  2425. }
  2426. type VolumeServer_QueryClient interface {
  2427. Recv() (*QueriedStripe, error)
  2428. grpc.ClientStream
  2429. }
  2430. type volumeServerQueryClient struct {
  2431. grpc.ClientStream
  2432. }
  2433. func (x *volumeServerQueryClient) Recv() (*QueriedStripe, error) {
  2434. m := new(QueriedStripe)
  2435. if err := x.ClientStream.RecvMsg(m); err != nil {
  2436. return nil, err
  2437. }
  2438. return m, nil
  2439. }
  2440. // Server API for VolumeServer service
  2441. type VolumeServerServer interface {
  2442. // Experts only: takes multiple fid parameters. This function does not propagate deletes to replicas.
  2443. BatchDelete(context.Context, *BatchDeleteRequest) (*BatchDeleteResponse, error)
  2444. FileGet(*FileGetRequest, VolumeServer_FileGetServer) error
  2445. VacuumVolumeCheck(context.Context, *VacuumVolumeCheckRequest) (*VacuumVolumeCheckResponse, error)
  2446. VacuumVolumeCompact(context.Context, *VacuumVolumeCompactRequest) (*VacuumVolumeCompactResponse, error)
  2447. VacuumVolumeCommit(context.Context, *VacuumVolumeCommitRequest) (*VacuumVolumeCommitResponse, error)
  2448. VacuumVolumeCleanup(context.Context, *VacuumVolumeCleanupRequest) (*VacuumVolumeCleanupResponse, error)
  2449. DeleteCollection(context.Context, *DeleteCollectionRequest) (*DeleteCollectionResponse, error)
  2450. AllocateVolume(context.Context, *AllocateVolumeRequest) (*AllocateVolumeResponse, error)
  2451. VolumeSyncStatus(context.Context, *VolumeSyncStatusRequest) (*VolumeSyncStatusResponse, error)
  2452. VolumeIncrementalCopy(*VolumeIncrementalCopyRequest, VolumeServer_VolumeIncrementalCopyServer) error
  2453. VolumeMount(context.Context, *VolumeMountRequest) (*VolumeMountResponse, error)
  2454. VolumeUnmount(context.Context, *VolumeUnmountRequest) (*VolumeUnmountResponse, error)
  2455. VolumeDelete(context.Context, *VolumeDeleteRequest) (*VolumeDeleteResponse, error)
  2456. VolumeMarkReadonly(context.Context, *VolumeMarkReadonlyRequest) (*VolumeMarkReadonlyResponse, error)
  2457. VolumeConfigure(context.Context, *VolumeConfigureRequest) (*VolumeConfigureResponse, error)
  2458. // copy the .idx .dat files, and mount this volume
  2459. VolumeCopy(context.Context, *VolumeCopyRequest) (*VolumeCopyResponse, error)
  2460. ReadVolumeFileStatus(context.Context, *ReadVolumeFileStatusRequest) (*ReadVolumeFileStatusResponse, error)
  2461. CopyFile(*CopyFileRequest, VolumeServer_CopyFileServer) error
  2462. VolumeTailSender(*VolumeTailSenderRequest, VolumeServer_VolumeTailSenderServer) error
  2463. VolumeTailReceiver(context.Context, *VolumeTailReceiverRequest) (*VolumeTailReceiverResponse, error)
  2464. // erasure coding
  2465. VolumeEcShardsGenerate(context.Context, *VolumeEcShardsGenerateRequest) (*VolumeEcShardsGenerateResponse, error)
  2466. VolumeEcShardsRebuild(context.Context, *VolumeEcShardsRebuildRequest) (*VolumeEcShardsRebuildResponse, error)
  2467. VolumeEcShardsCopy(context.Context, *VolumeEcShardsCopyRequest) (*VolumeEcShardsCopyResponse, error)
  2468. VolumeEcShardsDelete(context.Context, *VolumeEcShardsDeleteRequest) (*VolumeEcShardsDeleteResponse, error)
  2469. VolumeEcShardsMount(context.Context, *VolumeEcShardsMountRequest) (*VolumeEcShardsMountResponse, error)
  2470. VolumeEcShardsUnmount(context.Context, *VolumeEcShardsUnmountRequest) (*VolumeEcShardsUnmountResponse, error)
  2471. VolumeEcShardRead(*VolumeEcShardReadRequest, VolumeServer_VolumeEcShardReadServer) error
  2472. VolumeEcBlobDelete(context.Context, *VolumeEcBlobDeleteRequest) (*VolumeEcBlobDeleteResponse, error)
  2473. VolumeEcShardsToVolume(context.Context, *VolumeEcShardsToVolumeRequest) (*VolumeEcShardsToVolumeResponse, error)
  2474. // tiered storage
  2475. VolumeTierMoveDatToRemote(*VolumeTierMoveDatToRemoteRequest, VolumeServer_VolumeTierMoveDatToRemoteServer) error
  2476. VolumeTierMoveDatFromRemote(*VolumeTierMoveDatFromRemoteRequest, VolumeServer_VolumeTierMoveDatFromRemoteServer) error
  2477. VolumeServerStatus(context.Context, *VolumeServerStatusRequest) (*VolumeServerStatusResponse, error)
  2478. // <experimental> query
  2479. Query(*QueryRequest, VolumeServer_QueryServer) error
  2480. }
  2481. func RegisterVolumeServerServer(s *grpc.Server, srv VolumeServerServer) {
  2482. s.RegisterService(&_VolumeServer_serviceDesc, srv)
  2483. }
  2484. func _VolumeServer_BatchDelete_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2485. in := new(BatchDeleteRequest)
  2486. if err := dec(in); err != nil {
  2487. return nil, err
  2488. }
  2489. if interceptor == nil {
  2490. return srv.(VolumeServerServer).BatchDelete(ctx, in)
  2491. }
  2492. info := &grpc.UnaryServerInfo{
  2493. Server: srv,
  2494. FullMethod: "/volume_server_pb.VolumeServer/BatchDelete",
  2495. }
  2496. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2497. return srv.(VolumeServerServer).BatchDelete(ctx, req.(*BatchDeleteRequest))
  2498. }
  2499. return interceptor(ctx, in, info, handler)
  2500. }
  2501. func _VolumeServer_FileGet_Handler(srv interface{}, stream grpc.ServerStream) error {
  2502. m := new(FileGetRequest)
  2503. if err := stream.RecvMsg(m); err != nil {
  2504. return err
  2505. }
  2506. return srv.(VolumeServerServer).FileGet(m, &volumeServerFileGetServer{stream})
  2507. }
  2508. type VolumeServer_FileGetServer interface {
  2509. Send(*FileGetResponse) error
  2510. grpc.ServerStream
  2511. }
  2512. type volumeServerFileGetServer struct {
  2513. grpc.ServerStream
  2514. }
  2515. func (x *volumeServerFileGetServer) Send(m *FileGetResponse) error {
  2516. return x.ServerStream.SendMsg(m)
  2517. }
  2518. func _VolumeServer_VacuumVolumeCheck_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2519. in := new(VacuumVolumeCheckRequest)
  2520. if err := dec(in); err != nil {
  2521. return nil, err
  2522. }
  2523. if interceptor == nil {
  2524. return srv.(VolumeServerServer).VacuumVolumeCheck(ctx, in)
  2525. }
  2526. info := &grpc.UnaryServerInfo{
  2527. Server: srv,
  2528. FullMethod: "/volume_server_pb.VolumeServer/VacuumVolumeCheck",
  2529. }
  2530. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2531. return srv.(VolumeServerServer).VacuumVolumeCheck(ctx, req.(*VacuumVolumeCheckRequest))
  2532. }
  2533. return interceptor(ctx, in, info, handler)
  2534. }
  2535. func _VolumeServer_VacuumVolumeCompact_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2536. in := new(VacuumVolumeCompactRequest)
  2537. if err := dec(in); err != nil {
  2538. return nil, err
  2539. }
  2540. if interceptor == nil {
  2541. return srv.(VolumeServerServer).VacuumVolumeCompact(ctx, in)
  2542. }
  2543. info := &grpc.UnaryServerInfo{
  2544. Server: srv,
  2545. FullMethod: "/volume_server_pb.VolumeServer/VacuumVolumeCompact",
  2546. }
  2547. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2548. return srv.(VolumeServerServer).VacuumVolumeCompact(ctx, req.(*VacuumVolumeCompactRequest))
  2549. }
  2550. return interceptor(ctx, in, info, handler)
  2551. }
  2552. func _VolumeServer_VacuumVolumeCommit_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2553. in := new(VacuumVolumeCommitRequest)
  2554. if err := dec(in); err != nil {
  2555. return nil, err
  2556. }
  2557. if interceptor == nil {
  2558. return srv.(VolumeServerServer).VacuumVolumeCommit(ctx, in)
  2559. }
  2560. info := &grpc.UnaryServerInfo{
  2561. Server: srv,
  2562. FullMethod: "/volume_server_pb.VolumeServer/VacuumVolumeCommit",
  2563. }
  2564. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2565. return srv.(VolumeServerServer).VacuumVolumeCommit(ctx, req.(*VacuumVolumeCommitRequest))
  2566. }
  2567. return interceptor(ctx, in, info, handler)
  2568. }
  2569. func _VolumeServer_VacuumVolumeCleanup_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2570. in := new(VacuumVolumeCleanupRequest)
  2571. if err := dec(in); err != nil {
  2572. return nil, err
  2573. }
  2574. if interceptor == nil {
  2575. return srv.(VolumeServerServer).VacuumVolumeCleanup(ctx, in)
  2576. }
  2577. info := &grpc.UnaryServerInfo{
  2578. Server: srv,
  2579. FullMethod: "/volume_server_pb.VolumeServer/VacuumVolumeCleanup",
  2580. }
  2581. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2582. return srv.(VolumeServerServer).VacuumVolumeCleanup(ctx, req.(*VacuumVolumeCleanupRequest))
  2583. }
  2584. return interceptor(ctx, in, info, handler)
  2585. }
  2586. func _VolumeServer_DeleteCollection_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2587. in := new(DeleteCollectionRequest)
  2588. if err := dec(in); err != nil {
  2589. return nil, err
  2590. }
  2591. if interceptor == nil {
  2592. return srv.(VolumeServerServer).DeleteCollection(ctx, in)
  2593. }
  2594. info := &grpc.UnaryServerInfo{
  2595. Server: srv,
  2596. FullMethod: "/volume_server_pb.VolumeServer/DeleteCollection",
  2597. }
  2598. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2599. return srv.(VolumeServerServer).DeleteCollection(ctx, req.(*DeleteCollectionRequest))
  2600. }
  2601. return interceptor(ctx, in, info, handler)
  2602. }
  2603. func _VolumeServer_AllocateVolume_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2604. in := new(AllocateVolumeRequest)
  2605. if err := dec(in); err != nil {
  2606. return nil, err
  2607. }
  2608. if interceptor == nil {
  2609. return srv.(VolumeServerServer).AllocateVolume(ctx, in)
  2610. }
  2611. info := &grpc.UnaryServerInfo{
  2612. Server: srv,
  2613. FullMethod: "/volume_server_pb.VolumeServer/AllocateVolume",
  2614. }
  2615. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2616. return srv.(VolumeServerServer).AllocateVolume(ctx, req.(*AllocateVolumeRequest))
  2617. }
  2618. return interceptor(ctx, in, info, handler)
  2619. }
  2620. func _VolumeServer_VolumeSyncStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2621. in := new(VolumeSyncStatusRequest)
  2622. if err := dec(in); err != nil {
  2623. return nil, err
  2624. }
  2625. if interceptor == nil {
  2626. return srv.(VolumeServerServer).VolumeSyncStatus(ctx, in)
  2627. }
  2628. info := &grpc.UnaryServerInfo{
  2629. Server: srv,
  2630. FullMethod: "/volume_server_pb.VolumeServer/VolumeSyncStatus",
  2631. }
  2632. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2633. return srv.(VolumeServerServer).VolumeSyncStatus(ctx, req.(*VolumeSyncStatusRequest))
  2634. }
  2635. return interceptor(ctx, in, info, handler)
  2636. }
  2637. func _VolumeServer_VolumeIncrementalCopy_Handler(srv interface{}, stream grpc.ServerStream) error {
  2638. m := new(VolumeIncrementalCopyRequest)
  2639. if err := stream.RecvMsg(m); err != nil {
  2640. return err
  2641. }
  2642. return srv.(VolumeServerServer).VolumeIncrementalCopy(m, &volumeServerVolumeIncrementalCopyServer{stream})
  2643. }
  2644. type VolumeServer_VolumeIncrementalCopyServer interface {
  2645. Send(*VolumeIncrementalCopyResponse) error
  2646. grpc.ServerStream
  2647. }
  2648. type volumeServerVolumeIncrementalCopyServer struct {
  2649. grpc.ServerStream
  2650. }
  2651. func (x *volumeServerVolumeIncrementalCopyServer) Send(m *VolumeIncrementalCopyResponse) error {
  2652. return x.ServerStream.SendMsg(m)
  2653. }
  2654. func _VolumeServer_VolumeMount_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2655. in := new(VolumeMountRequest)
  2656. if err := dec(in); err != nil {
  2657. return nil, err
  2658. }
  2659. if interceptor == nil {
  2660. return srv.(VolumeServerServer).VolumeMount(ctx, in)
  2661. }
  2662. info := &grpc.UnaryServerInfo{
  2663. Server: srv,
  2664. FullMethod: "/volume_server_pb.VolumeServer/VolumeMount",
  2665. }
  2666. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2667. return srv.(VolumeServerServer).VolumeMount(ctx, req.(*VolumeMountRequest))
  2668. }
  2669. return interceptor(ctx, in, info, handler)
  2670. }
  2671. func _VolumeServer_VolumeUnmount_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2672. in := new(VolumeUnmountRequest)
  2673. if err := dec(in); err != nil {
  2674. return nil, err
  2675. }
  2676. if interceptor == nil {
  2677. return srv.(VolumeServerServer).VolumeUnmount(ctx, in)
  2678. }
  2679. info := &grpc.UnaryServerInfo{
  2680. Server: srv,
  2681. FullMethod: "/volume_server_pb.VolumeServer/VolumeUnmount",
  2682. }
  2683. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2684. return srv.(VolumeServerServer).VolumeUnmount(ctx, req.(*VolumeUnmountRequest))
  2685. }
  2686. return interceptor(ctx, in, info, handler)
  2687. }
  2688. func _VolumeServer_VolumeDelete_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2689. in := new(VolumeDeleteRequest)
  2690. if err := dec(in); err != nil {
  2691. return nil, err
  2692. }
  2693. if interceptor == nil {
  2694. return srv.(VolumeServerServer).VolumeDelete(ctx, in)
  2695. }
  2696. info := &grpc.UnaryServerInfo{
  2697. Server: srv,
  2698. FullMethod: "/volume_server_pb.VolumeServer/VolumeDelete",
  2699. }
  2700. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2701. return srv.(VolumeServerServer).VolumeDelete(ctx, req.(*VolumeDeleteRequest))
  2702. }
  2703. return interceptor(ctx, in, info, handler)
  2704. }
  2705. func _VolumeServer_VolumeMarkReadonly_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2706. in := new(VolumeMarkReadonlyRequest)
  2707. if err := dec(in); err != nil {
  2708. return nil, err
  2709. }
  2710. if interceptor == nil {
  2711. return srv.(VolumeServerServer).VolumeMarkReadonly(ctx, in)
  2712. }
  2713. info := &grpc.UnaryServerInfo{
  2714. Server: srv,
  2715. FullMethod: "/volume_server_pb.VolumeServer/VolumeMarkReadonly",
  2716. }
  2717. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2718. return srv.(VolumeServerServer).VolumeMarkReadonly(ctx, req.(*VolumeMarkReadonlyRequest))
  2719. }
  2720. return interceptor(ctx, in, info, handler)
  2721. }
  2722. func _VolumeServer_VolumeConfigure_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2723. in := new(VolumeConfigureRequest)
  2724. if err := dec(in); err != nil {
  2725. return nil, err
  2726. }
  2727. if interceptor == nil {
  2728. return srv.(VolumeServerServer).VolumeConfigure(ctx, in)
  2729. }
  2730. info := &grpc.UnaryServerInfo{
  2731. Server: srv,
  2732. FullMethod: "/volume_server_pb.VolumeServer/VolumeConfigure",
  2733. }
  2734. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2735. return srv.(VolumeServerServer).VolumeConfigure(ctx, req.(*VolumeConfigureRequest))
  2736. }
  2737. return interceptor(ctx, in, info, handler)
  2738. }
  2739. func _VolumeServer_VolumeCopy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2740. in := new(VolumeCopyRequest)
  2741. if err := dec(in); err != nil {
  2742. return nil, err
  2743. }
  2744. if interceptor == nil {
  2745. return srv.(VolumeServerServer).VolumeCopy(ctx, in)
  2746. }
  2747. info := &grpc.UnaryServerInfo{
  2748. Server: srv,
  2749. FullMethod: "/volume_server_pb.VolumeServer/VolumeCopy",
  2750. }
  2751. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2752. return srv.(VolumeServerServer).VolumeCopy(ctx, req.(*VolumeCopyRequest))
  2753. }
  2754. return interceptor(ctx, in, info, handler)
  2755. }
  2756. func _VolumeServer_ReadVolumeFileStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2757. in := new(ReadVolumeFileStatusRequest)
  2758. if err := dec(in); err != nil {
  2759. return nil, err
  2760. }
  2761. if interceptor == nil {
  2762. return srv.(VolumeServerServer).ReadVolumeFileStatus(ctx, in)
  2763. }
  2764. info := &grpc.UnaryServerInfo{
  2765. Server: srv,
  2766. FullMethod: "/volume_server_pb.VolumeServer/ReadVolumeFileStatus",
  2767. }
  2768. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2769. return srv.(VolumeServerServer).ReadVolumeFileStatus(ctx, req.(*ReadVolumeFileStatusRequest))
  2770. }
  2771. return interceptor(ctx, in, info, handler)
  2772. }
  2773. func _VolumeServer_CopyFile_Handler(srv interface{}, stream grpc.ServerStream) error {
  2774. m := new(CopyFileRequest)
  2775. if err := stream.RecvMsg(m); err != nil {
  2776. return err
  2777. }
  2778. return srv.(VolumeServerServer).CopyFile(m, &volumeServerCopyFileServer{stream})
  2779. }
  2780. type VolumeServer_CopyFileServer interface {
  2781. Send(*CopyFileResponse) error
  2782. grpc.ServerStream
  2783. }
  2784. type volumeServerCopyFileServer struct {
  2785. grpc.ServerStream
  2786. }
  2787. func (x *volumeServerCopyFileServer) Send(m *CopyFileResponse) error {
  2788. return x.ServerStream.SendMsg(m)
  2789. }
  2790. func _VolumeServer_VolumeTailSender_Handler(srv interface{}, stream grpc.ServerStream) error {
  2791. m := new(VolumeTailSenderRequest)
  2792. if err := stream.RecvMsg(m); err != nil {
  2793. return err
  2794. }
  2795. return srv.(VolumeServerServer).VolumeTailSender(m, &volumeServerVolumeTailSenderServer{stream})
  2796. }
  2797. type VolumeServer_VolumeTailSenderServer interface {
  2798. Send(*VolumeTailSenderResponse) error
  2799. grpc.ServerStream
  2800. }
  2801. type volumeServerVolumeTailSenderServer struct {
  2802. grpc.ServerStream
  2803. }
  2804. func (x *volumeServerVolumeTailSenderServer) Send(m *VolumeTailSenderResponse) error {
  2805. return x.ServerStream.SendMsg(m)
  2806. }
  2807. func _VolumeServer_VolumeTailReceiver_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2808. in := new(VolumeTailReceiverRequest)
  2809. if err := dec(in); err != nil {
  2810. return nil, err
  2811. }
  2812. if interceptor == nil {
  2813. return srv.(VolumeServerServer).VolumeTailReceiver(ctx, in)
  2814. }
  2815. info := &grpc.UnaryServerInfo{
  2816. Server: srv,
  2817. FullMethod: "/volume_server_pb.VolumeServer/VolumeTailReceiver",
  2818. }
  2819. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2820. return srv.(VolumeServerServer).VolumeTailReceiver(ctx, req.(*VolumeTailReceiverRequest))
  2821. }
  2822. return interceptor(ctx, in, info, handler)
  2823. }
  2824. func _VolumeServer_VolumeEcShardsGenerate_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2825. in := new(VolumeEcShardsGenerateRequest)
  2826. if err := dec(in); err != nil {
  2827. return nil, err
  2828. }
  2829. if interceptor == nil {
  2830. return srv.(VolumeServerServer).VolumeEcShardsGenerate(ctx, in)
  2831. }
  2832. info := &grpc.UnaryServerInfo{
  2833. Server: srv,
  2834. FullMethod: "/volume_server_pb.VolumeServer/VolumeEcShardsGenerate",
  2835. }
  2836. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2837. return srv.(VolumeServerServer).VolumeEcShardsGenerate(ctx, req.(*VolumeEcShardsGenerateRequest))
  2838. }
  2839. return interceptor(ctx, in, info, handler)
  2840. }
  2841. func _VolumeServer_VolumeEcShardsRebuild_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2842. in := new(VolumeEcShardsRebuildRequest)
  2843. if err := dec(in); err != nil {
  2844. return nil, err
  2845. }
  2846. if interceptor == nil {
  2847. return srv.(VolumeServerServer).VolumeEcShardsRebuild(ctx, in)
  2848. }
  2849. info := &grpc.UnaryServerInfo{
  2850. Server: srv,
  2851. FullMethod: "/volume_server_pb.VolumeServer/VolumeEcShardsRebuild",
  2852. }
  2853. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2854. return srv.(VolumeServerServer).VolumeEcShardsRebuild(ctx, req.(*VolumeEcShardsRebuildRequest))
  2855. }
  2856. return interceptor(ctx, in, info, handler)
  2857. }
  2858. func _VolumeServer_VolumeEcShardsCopy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2859. in := new(VolumeEcShardsCopyRequest)
  2860. if err := dec(in); err != nil {
  2861. return nil, err
  2862. }
  2863. if interceptor == nil {
  2864. return srv.(VolumeServerServer).VolumeEcShardsCopy(ctx, in)
  2865. }
  2866. info := &grpc.UnaryServerInfo{
  2867. Server: srv,
  2868. FullMethod: "/volume_server_pb.VolumeServer/VolumeEcShardsCopy",
  2869. }
  2870. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2871. return srv.(VolumeServerServer).VolumeEcShardsCopy(ctx, req.(*VolumeEcShardsCopyRequest))
  2872. }
  2873. return interceptor(ctx, in, info, handler)
  2874. }
  2875. func _VolumeServer_VolumeEcShardsDelete_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2876. in := new(VolumeEcShardsDeleteRequest)
  2877. if err := dec(in); err != nil {
  2878. return nil, err
  2879. }
  2880. if interceptor == nil {
  2881. return srv.(VolumeServerServer).VolumeEcShardsDelete(ctx, in)
  2882. }
  2883. info := &grpc.UnaryServerInfo{
  2884. Server: srv,
  2885. FullMethod: "/volume_server_pb.VolumeServer/VolumeEcShardsDelete",
  2886. }
  2887. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2888. return srv.(VolumeServerServer).VolumeEcShardsDelete(ctx, req.(*VolumeEcShardsDeleteRequest))
  2889. }
  2890. return interceptor(ctx, in, info, handler)
  2891. }
  2892. func _VolumeServer_VolumeEcShardsMount_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2893. in := new(VolumeEcShardsMountRequest)
  2894. if err := dec(in); err != nil {
  2895. return nil, err
  2896. }
  2897. if interceptor == nil {
  2898. return srv.(VolumeServerServer).VolumeEcShardsMount(ctx, in)
  2899. }
  2900. info := &grpc.UnaryServerInfo{
  2901. Server: srv,
  2902. FullMethod: "/volume_server_pb.VolumeServer/VolumeEcShardsMount",
  2903. }
  2904. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2905. return srv.(VolumeServerServer).VolumeEcShardsMount(ctx, req.(*VolumeEcShardsMountRequest))
  2906. }
  2907. return interceptor(ctx, in, info, handler)
  2908. }
  2909. func _VolumeServer_VolumeEcShardsUnmount_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2910. in := new(VolumeEcShardsUnmountRequest)
  2911. if err := dec(in); err != nil {
  2912. return nil, err
  2913. }
  2914. if interceptor == nil {
  2915. return srv.(VolumeServerServer).VolumeEcShardsUnmount(ctx, in)
  2916. }
  2917. info := &grpc.UnaryServerInfo{
  2918. Server: srv,
  2919. FullMethod: "/volume_server_pb.VolumeServer/VolumeEcShardsUnmount",
  2920. }
  2921. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2922. return srv.(VolumeServerServer).VolumeEcShardsUnmount(ctx, req.(*VolumeEcShardsUnmountRequest))
  2923. }
  2924. return interceptor(ctx, in, info, handler)
  2925. }
  2926. func _VolumeServer_VolumeEcShardRead_Handler(srv interface{}, stream grpc.ServerStream) error {
  2927. m := new(VolumeEcShardReadRequest)
  2928. if err := stream.RecvMsg(m); err != nil {
  2929. return err
  2930. }
  2931. return srv.(VolumeServerServer).VolumeEcShardRead(m, &volumeServerVolumeEcShardReadServer{stream})
  2932. }
  2933. type VolumeServer_VolumeEcShardReadServer interface {
  2934. Send(*VolumeEcShardReadResponse) error
  2935. grpc.ServerStream
  2936. }
  2937. type volumeServerVolumeEcShardReadServer struct {
  2938. grpc.ServerStream
  2939. }
  2940. func (x *volumeServerVolumeEcShardReadServer) Send(m *VolumeEcShardReadResponse) error {
  2941. return x.ServerStream.SendMsg(m)
  2942. }
  2943. func _VolumeServer_VolumeEcBlobDelete_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2944. in := new(VolumeEcBlobDeleteRequest)
  2945. if err := dec(in); err != nil {
  2946. return nil, err
  2947. }
  2948. if interceptor == nil {
  2949. return srv.(VolumeServerServer).VolumeEcBlobDelete(ctx, in)
  2950. }
  2951. info := &grpc.UnaryServerInfo{
  2952. Server: srv,
  2953. FullMethod: "/volume_server_pb.VolumeServer/VolumeEcBlobDelete",
  2954. }
  2955. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2956. return srv.(VolumeServerServer).VolumeEcBlobDelete(ctx, req.(*VolumeEcBlobDeleteRequest))
  2957. }
  2958. return interceptor(ctx, in, info, handler)
  2959. }
  2960. func _VolumeServer_VolumeEcShardsToVolume_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2961. in := new(VolumeEcShardsToVolumeRequest)
  2962. if err := dec(in); err != nil {
  2963. return nil, err
  2964. }
  2965. if interceptor == nil {
  2966. return srv.(VolumeServerServer).VolumeEcShardsToVolume(ctx, in)
  2967. }
  2968. info := &grpc.UnaryServerInfo{
  2969. Server: srv,
  2970. FullMethod: "/volume_server_pb.VolumeServer/VolumeEcShardsToVolume",
  2971. }
  2972. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2973. return srv.(VolumeServerServer).VolumeEcShardsToVolume(ctx, req.(*VolumeEcShardsToVolumeRequest))
  2974. }
  2975. return interceptor(ctx, in, info, handler)
  2976. }
  2977. func _VolumeServer_VolumeTierMoveDatToRemote_Handler(srv interface{}, stream grpc.ServerStream) error {
  2978. m := new(VolumeTierMoveDatToRemoteRequest)
  2979. if err := stream.RecvMsg(m); err != nil {
  2980. return err
  2981. }
  2982. return srv.(VolumeServerServer).VolumeTierMoveDatToRemote(m, &volumeServerVolumeTierMoveDatToRemoteServer{stream})
  2983. }
  2984. type VolumeServer_VolumeTierMoveDatToRemoteServer interface {
  2985. Send(*VolumeTierMoveDatToRemoteResponse) error
  2986. grpc.ServerStream
  2987. }
  2988. type volumeServerVolumeTierMoveDatToRemoteServer struct {
  2989. grpc.ServerStream
  2990. }
  2991. func (x *volumeServerVolumeTierMoveDatToRemoteServer) Send(m *VolumeTierMoveDatToRemoteResponse) error {
  2992. return x.ServerStream.SendMsg(m)
  2993. }
  2994. func _VolumeServer_VolumeTierMoveDatFromRemote_Handler(srv interface{}, stream grpc.ServerStream) error {
  2995. m := new(VolumeTierMoveDatFromRemoteRequest)
  2996. if err := stream.RecvMsg(m); err != nil {
  2997. return err
  2998. }
  2999. return srv.(VolumeServerServer).VolumeTierMoveDatFromRemote(m, &volumeServerVolumeTierMoveDatFromRemoteServer{stream})
  3000. }
  3001. type VolumeServer_VolumeTierMoveDatFromRemoteServer interface {
  3002. Send(*VolumeTierMoveDatFromRemoteResponse) error
  3003. grpc.ServerStream
  3004. }
  3005. type volumeServerVolumeTierMoveDatFromRemoteServer struct {
  3006. grpc.ServerStream
  3007. }
  3008. func (x *volumeServerVolumeTierMoveDatFromRemoteServer) Send(m *VolumeTierMoveDatFromRemoteResponse) error {
  3009. return x.ServerStream.SendMsg(m)
  3010. }
  3011. func _VolumeServer_VolumeServerStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  3012. in := new(VolumeServerStatusRequest)
  3013. if err := dec(in); err != nil {
  3014. return nil, err
  3015. }
  3016. if interceptor == nil {
  3017. return srv.(VolumeServerServer).VolumeServerStatus(ctx, in)
  3018. }
  3019. info := &grpc.UnaryServerInfo{
  3020. Server: srv,
  3021. FullMethod: "/volume_server_pb.VolumeServer/VolumeServerStatus",
  3022. }
  3023. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  3024. return srv.(VolumeServerServer).VolumeServerStatus(ctx, req.(*VolumeServerStatusRequest))
  3025. }
  3026. return interceptor(ctx, in, info, handler)
  3027. }
  3028. func _VolumeServer_Query_Handler(srv interface{}, stream grpc.ServerStream) error {
  3029. m := new(QueryRequest)
  3030. if err := stream.RecvMsg(m); err != nil {
  3031. return err
  3032. }
  3033. return srv.(VolumeServerServer).Query(m, &volumeServerQueryServer{stream})
  3034. }
  3035. type VolumeServer_QueryServer interface {
  3036. Send(*QueriedStripe) error
  3037. grpc.ServerStream
  3038. }
  3039. type volumeServerQueryServer struct {
  3040. grpc.ServerStream
  3041. }
  3042. func (x *volumeServerQueryServer) Send(m *QueriedStripe) error {
  3043. return x.ServerStream.SendMsg(m)
  3044. }
  3045. var _VolumeServer_serviceDesc = grpc.ServiceDesc{
  3046. ServiceName: "volume_server_pb.VolumeServer",
  3047. HandlerType: (*VolumeServerServer)(nil),
  3048. Methods: []grpc.MethodDesc{
  3049. {
  3050. MethodName: "BatchDelete",
  3051. Handler: _VolumeServer_BatchDelete_Handler,
  3052. },
  3053. {
  3054. MethodName: "VacuumVolumeCheck",
  3055. Handler: _VolumeServer_VacuumVolumeCheck_Handler,
  3056. },
  3057. {
  3058. MethodName: "VacuumVolumeCompact",
  3059. Handler: _VolumeServer_VacuumVolumeCompact_Handler,
  3060. },
  3061. {
  3062. MethodName: "VacuumVolumeCommit",
  3063. Handler: _VolumeServer_VacuumVolumeCommit_Handler,
  3064. },
  3065. {
  3066. MethodName: "VacuumVolumeCleanup",
  3067. Handler: _VolumeServer_VacuumVolumeCleanup_Handler,
  3068. },
  3069. {
  3070. MethodName: "DeleteCollection",
  3071. Handler: _VolumeServer_DeleteCollection_Handler,
  3072. },
  3073. {
  3074. MethodName: "AllocateVolume",
  3075. Handler: _VolumeServer_AllocateVolume_Handler,
  3076. },
  3077. {
  3078. MethodName: "VolumeSyncStatus",
  3079. Handler: _VolumeServer_VolumeSyncStatus_Handler,
  3080. },
  3081. {
  3082. MethodName: "VolumeMount",
  3083. Handler: _VolumeServer_VolumeMount_Handler,
  3084. },
  3085. {
  3086. MethodName: "VolumeUnmount",
  3087. Handler: _VolumeServer_VolumeUnmount_Handler,
  3088. },
  3089. {
  3090. MethodName: "VolumeDelete",
  3091. Handler: _VolumeServer_VolumeDelete_Handler,
  3092. },
  3093. {
  3094. MethodName: "VolumeMarkReadonly",
  3095. Handler: _VolumeServer_VolumeMarkReadonly_Handler,
  3096. },
  3097. {
  3098. MethodName: "VolumeConfigure",
  3099. Handler: _VolumeServer_VolumeConfigure_Handler,
  3100. },
  3101. {
  3102. MethodName: "VolumeCopy",
  3103. Handler: _VolumeServer_VolumeCopy_Handler,
  3104. },
  3105. {
  3106. MethodName: "ReadVolumeFileStatus",
  3107. Handler: _VolumeServer_ReadVolumeFileStatus_Handler,
  3108. },
  3109. {
  3110. MethodName: "VolumeTailReceiver",
  3111. Handler: _VolumeServer_VolumeTailReceiver_Handler,
  3112. },
  3113. {
  3114. MethodName: "VolumeEcShardsGenerate",
  3115. Handler: _VolumeServer_VolumeEcShardsGenerate_Handler,
  3116. },
  3117. {
  3118. MethodName: "VolumeEcShardsRebuild",
  3119. Handler: _VolumeServer_VolumeEcShardsRebuild_Handler,
  3120. },
  3121. {
  3122. MethodName: "VolumeEcShardsCopy",
  3123. Handler: _VolumeServer_VolumeEcShardsCopy_Handler,
  3124. },
  3125. {
  3126. MethodName: "VolumeEcShardsDelete",
  3127. Handler: _VolumeServer_VolumeEcShardsDelete_Handler,
  3128. },
  3129. {
  3130. MethodName: "VolumeEcShardsMount",
  3131. Handler: _VolumeServer_VolumeEcShardsMount_Handler,
  3132. },
  3133. {
  3134. MethodName: "VolumeEcShardsUnmount",
  3135. Handler: _VolumeServer_VolumeEcShardsUnmount_Handler,
  3136. },
  3137. {
  3138. MethodName: "VolumeEcBlobDelete",
  3139. Handler: _VolumeServer_VolumeEcBlobDelete_Handler,
  3140. },
  3141. {
  3142. MethodName: "VolumeEcShardsToVolume",
  3143. Handler: _VolumeServer_VolumeEcShardsToVolume_Handler,
  3144. },
  3145. {
  3146. MethodName: "VolumeServerStatus",
  3147. Handler: _VolumeServer_VolumeServerStatus_Handler,
  3148. },
  3149. },
  3150. Streams: []grpc.StreamDesc{
  3151. {
  3152. StreamName: "FileGet",
  3153. Handler: _VolumeServer_FileGet_Handler,
  3154. ServerStreams: true,
  3155. },
  3156. {
  3157. StreamName: "VolumeIncrementalCopy",
  3158. Handler: _VolumeServer_VolumeIncrementalCopy_Handler,
  3159. ServerStreams: true,
  3160. },
  3161. {
  3162. StreamName: "CopyFile",
  3163. Handler: _VolumeServer_CopyFile_Handler,
  3164. ServerStreams: true,
  3165. },
  3166. {
  3167. StreamName: "VolumeTailSender",
  3168. Handler: _VolumeServer_VolumeTailSender_Handler,
  3169. ServerStreams: true,
  3170. },
  3171. {
  3172. StreamName: "VolumeEcShardRead",
  3173. Handler: _VolumeServer_VolumeEcShardRead_Handler,
  3174. ServerStreams: true,
  3175. },
  3176. {
  3177. StreamName: "VolumeTierMoveDatToRemote",
  3178. Handler: _VolumeServer_VolumeTierMoveDatToRemote_Handler,
  3179. ServerStreams: true,
  3180. },
  3181. {
  3182. StreamName: "VolumeTierMoveDatFromRemote",
  3183. Handler: _VolumeServer_VolumeTierMoveDatFromRemote_Handler,
  3184. ServerStreams: true,
  3185. },
  3186. {
  3187. StreamName: "Query",
  3188. Handler: _VolumeServer_Query_Handler,
  3189. ServerStreams: true,
  3190. },
  3191. },
  3192. Metadata: "volume_server.proto",
  3193. }
  3194. func init() { proto.RegisterFile("volume_server.proto", fileDescriptor0) }
  3195. var fileDescriptor0 = []byte{
  3196. // 3280 bytes of a gzipped FileDescriptorProto
  3197. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xd4, 0x3b, 0x4d, 0x6f, 0x1c, 0xc7,
  3198. 0xb1, 0x1c, 0x2e, 0x3f, 0x76, 0x6b, 0x77, 0x45, 0xaa, 0x49, 0x53, 0xeb, 0x21, 0x29, 0x51, 0x23,
  3199. 0x7f, 0x90, 0xb2, 0x45, 0xca, 0xb4, 0xfd, 0xac, 0x27, 0x3f, 0xfb, 0x59, 0xa2, 0x44, 0x59, 0xb6,
  3200. 0x48, 0xd9, 0x43, 0x59, 0x7e, 0x2f, 0x36, 0x32, 0x18, 0xce, 0xf4, 0x92, 0x63, 0xce, 0xce, 0x8c,
  3201. 0x66, 0x7a, 0x69, 0xad, 0xe0, 0x9c, 0x1c, 0x20, 0x01, 0x82, 0xe4, 0x10, 0xe4, 0x92, 0x4b, 0x80,
  3202. 0x20, 0xf7, 0x5c, 0xf3, 0x17, 0xfc, 0x07, 0x02, 0xe4, 0x94, 0x4b, 0xce, 0x39, 0xe4, 0x10, 0x20,
  3203. 0x40, 0x2e, 0x41, 0x7f, 0xcd, 0xce, 0x27, 0x77, 0x18, 0x31, 0x08, 0x72, 0x9b, 0xae, 0xae, 0xae,
  3204. 0xea, 0xaa, 0xae, 0xaa, 0xae, 0xae, 0xda, 0x85, 0xb9, 0x63, 0xdf, 0xed, 0xf7, 0xb0, 0x11, 0xe1,
  3205. 0xf0, 0x18, 0x87, 0xeb, 0x41, 0xe8, 0x13, 0x1f, 0xcd, 0xa6, 0x80, 0x46, 0xb0, 0xaf, 0x6d, 0x00,
  3206. 0xba, 0x6d, 0x12, 0xeb, 0xf0, 0x0e, 0x76, 0x31, 0xc1, 0x3a, 0x7e, 0xd2, 0xc7, 0x11, 0x41, 0x2f,
  3207. 0x42, 0xbd, 0xeb, 0xb8, 0xd8, 0x70, 0xec, 0xa8, 0xa3, 0xac, 0xd4, 0x56, 0x1b, 0xfa, 0x34, 0x1d,
  3208. 0xdf, 0xb7, 0x23, 0xed, 0x21, 0xcc, 0xa5, 0x16, 0x44, 0x81, 0xef, 0x45, 0x18, 0xdd, 0x80, 0xe9,
  3209. 0x10, 0x47, 0x7d, 0x97, 0xf0, 0x05, 0xcd, 0xcd, 0x8b, 0xeb, 0x59, 0x5e, 0xeb, 0xf1, 0x92, 0xbe,
  3210. 0x4b, 0x74, 0x89, 0xae, 0x7d, 0xab, 0x40, 0x2b, 0x39, 0x83, 0x2e, 0xc0, 0xb4, 0x60, 0xde, 0x51,
  3211. 0x56, 0x94, 0xd5, 0x86, 0x3e, 0xc5, 0x79, 0xa3, 0x05, 0x98, 0x8a, 0x88, 0x49, 0xfa, 0x51, 0x67,
  3212. 0x7c, 0x45, 0x59, 0x9d, 0xd4, 0xc5, 0x08, 0xcd, 0xc3, 0x24, 0x0e, 0x43, 0x3f, 0xec, 0xd4, 0x18,
  3213. 0x3a, 0x1f, 0x20, 0x04, 0x13, 0x91, 0xf3, 0x0c, 0x77, 0x26, 0x56, 0x94, 0xd5, 0xb6, 0xce, 0xbe,
  3214. 0x51, 0x07, 0xa6, 0x8f, 0x71, 0x18, 0x39, 0xbe, 0xd7, 0x99, 0x64, 0x60, 0x39, 0xd4, 0x3e, 0x82,
  3215. 0x73, 0xdb, 0x8e, 0x8b, 0xef, 0x61, 0x22, 0x75, 0x50, 0xba, 0x8d, 0x4b, 0xd0, 0x34, 0x2d, 0x0b,
  3216. 0x07, 0xc4, 0x38, 0x78, 0xe6, 0x04, 0x6c, 0x2f, 0x75, 0x1d, 0x38, 0xe8, 0xde, 0x33, 0x27, 0xd0,
  3217. 0x7e, 0x54, 0x83, 0x99, 0x98, 0x98, 0xd0, 0x0f, 0x82, 0x09, 0xdb, 0x24, 0x26, 0x23, 0xd5, 0xd2,
  3218. 0xd9, 0x37, 0x7a, 0x19, 0xce, 0x59, 0xbe, 0x47, 0xb0, 0x47, 0x0c, 0x17, 0x7b, 0x07, 0xe4, 0x90,
  3219. 0xd1, 0x6a, 0xeb, 0x6d, 0x01, 0x7d, 0xc0, 0x80, 0xe8, 0x32, 0xb4, 0x24, 0x1a, 0x19, 0x04, 0x58,
  3220. 0x48, 0xd9, 0x14, 0xb0, 0x47, 0x83, 0x00, 0xa3, 0x2b, 0xd0, 0x76, 0xcd, 0x88, 0x18, 0x3d, 0xdf,
  3221. 0x76, 0xba, 0x0e, 0xb6, 0x99, 0xd0, 0x13, 0x7a, 0x8b, 0x02, 0x77, 0x04, 0x0c, 0xa9, 0xfc, 0x50,
  3222. 0x3d, 0xb3, 0x87, 0x99, 0xf4, 0x0d, 0x3d, 0x1e, 0xd3, 0xed, 0x61, 0x62, 0x1e, 0x74, 0xa6, 0x18,
  3223. 0x9c, 0x7d, 0xa3, 0x65, 0x00, 0x27, 0x62, 0x32, 0x06, 0xd8, 0xee, 0x4c, 0x33, 0x31, 0x1b, 0x4e,
  3224. 0x74, 0x8f, 0x03, 0xd0, 0x87, 0x30, 0x7d, 0x88, 0x4d, 0x1b, 0x87, 0x51, 0xa7, 0xce, 0x4e, 0x7c,
  3225. 0x3d, 0x7f, 0xe2, 0x19, 0x2d, 0xac, 0x7f, 0xc8, 0x17, 0xdc, 0xf5, 0x48, 0x38, 0xd0, 0xe5, 0x72,
  3226. 0xb4, 0x04, 0x0d, 0x76, 0x64, 0x5b, 0xbe, 0x8d, 0x3b, 0x0d, 0x76, 0xb4, 0x43, 0x80, 0x7a, 0x13,
  3227. 0x5a, 0xc9, 0x65, 0x68, 0x16, 0x6a, 0x47, 0x78, 0x20, 0xce, 0x84, 0x7e, 0xd2, 0xf3, 0x3f, 0x36,
  3228. 0xdd, 0x3e, 0x66, 0xea, 0x6b, 0xe8, 0x7c, 0x70, 0x73, 0xfc, 0x86, 0xa2, 0x4d, 0xc3, 0xe4, 0xdd,
  3229. 0x5e, 0x40, 0x06, 0xda, 0x3b, 0xd0, 0x79, 0x6c, 0x5a, 0xfd, 0x7e, 0xef, 0x31, 0xdb, 0xe2, 0xd6,
  3230. 0x21, 0xb6, 0x8e, 0xe4, 0x41, 0x2f, 0x42, 0x43, 0x6c, 0x5c, 0x1c, 0x75, 0x5b, 0xaf, 0x73, 0xc0,
  3231. 0x7d, 0x5b, 0xfb, 0x00, 0x5e, 0x2c, 0x58, 0x28, 0x0e, 0xf5, 0x0a, 0xb4, 0x0f, 0xcc, 0x70, 0xdf,
  3232. 0x3c, 0xc0, 0x46, 0x68, 0x12, 0xc7, 0x67, 0xab, 0x15, 0xbd, 0x25, 0x80, 0x3a, 0x85, 0x69, 0x5f,
  3233. 0x80, 0x9a, 0xa2, 0xe0, 0xf7, 0x02, 0xd3, 0x22, 0x55, 0x98, 0xa3, 0x15, 0x68, 0x06, 0x21, 0x36,
  3234. 0x5d, 0xd7, 0xb7, 0x4c, 0xc2, 0xc5, 0xab, 0xe9, 0x49, 0x90, 0xb6, 0x0c, 0x8b, 0x85, 0xc4, 0xf9,
  3235. 0x06, 0xb5, 0x1b, 0x99, 0xdd, 0xfb, 0xbd, 0x9e, 0x53, 0x89, 0xb5, 0xb6, 0x94, 0xdb, 0x35, 0x5b,
  3236. 0x29, 0xe8, 0xfe, 0x77, 0x66, 0xd6, 0xc5, 0xa6, 0xd7, 0x0f, 0x2a, 0x11, 0xce, 0xee, 0x58, 0x2e,
  3237. 0x8d, 0x29, 0x5f, 0xe0, 0xc1, 0x60, 0xcb, 0x77, 0x5d, 0x6c, 0x11, 0xc7, 0xf7, 0x24, 0xd9, 0x8b,
  3238. 0x00, 0x56, 0x0c, 0x14, 0xe7, 0x9f, 0x80, 0x68, 0x2a, 0x74, 0xf2, 0x4b, 0x05, 0xd9, 0x3f, 0x2a,
  3239. 0xf0, 0xc2, 0x2d, 0xa1, 0x34, 0xce, 0xb8, 0xd2, 0x01, 0xa4, 0x59, 0x8e, 0x67, 0x59, 0x66, 0x0f,
  3240. 0xa8, 0x96, 0x3b, 0x20, 0x8a, 0x11, 0xe2, 0xc0, 0x75, 0x2c, 0x93, 0x91, 0x98, 0xe0, 0xbe, 0x9b,
  3241. 0x00, 0x51, 0x7b, 0x26, 0xc4, 0x15, 0x1e, 0x49, 0x3f, 0xd1, 0x26, 0x2c, 0xf4, 0x70, 0xcf, 0x0f,
  3242. 0x07, 0x46, 0xcf, 0x0c, 0x8c, 0x9e, 0xf9, 0xd4, 0xa0, 0xc1, 0xcb, 0xe8, 0xed, 0x33, 0xf7, 0x6c,
  3243. 0xeb, 0x88, 0xcf, 0xee, 0x98, 0xc1, 0x8e, 0xf9, 0x74, 0xcf, 0x79, 0x86, 0x77, 0xf6, 0xb5, 0x0e,
  3244. 0x2c, 0x64, 0xe5, 0x13, 0xa2, 0xff, 0x17, 0x5c, 0xe0, 0x90, 0xbd, 0x81, 0x67, 0xed, 0xb1, 0x88,
  3245. 0x59, 0xe9, 0xa0, 0xfe, 0xae, 0x40, 0x27, 0xbf, 0x50, 0x58, 0xfe, 0xf3, 0x6a, 0xed, 0xd4, 0x3a,
  3246. 0xb9, 0x04, 0x4d, 0x62, 0x3a, 0xae, 0xe1, 0x77, 0xbb, 0x11, 0x26, 0x4c, 0x11, 0x13, 0x3a, 0x50,
  3247. 0xd0, 0x43, 0x06, 0x41, 0x6b, 0x30, 0x6b, 0x71, 0xeb, 0x37, 0x42, 0x7c, 0xec, 0xb0, 0x18, 0x3f,
  3248. 0xcd, 0x36, 0x36, 0x63, 0x49, 0xaf, 0xe0, 0x60, 0xa4, 0x41, 0xdb, 0xb1, 0x9f, 0x1a, 0x2c, 0xba,
  3249. 0xb3, 0x2b, 0xa2, 0xce, 0xa8, 0x35, 0x1d, 0xfb, 0x29, 0x0d, 0x58, 0x54, 0xa3, 0xda, 0x63, 0x58,
  3250. 0xe2, 0xc2, 0xdf, 0xf7, 0xac, 0x10, 0xf7, 0xb0, 0x47, 0x4c, 0x77, 0xcb, 0x0f, 0x06, 0x95, 0xcc,
  3251. 0xe6, 0x45, 0xa8, 0x47, 0x8e, 0x67, 0x61, 0xc3, 0xe3, 0x57, 0xd5, 0x84, 0x3e, 0xcd, 0xc6, 0xbb,
  3252. 0x91, 0x76, 0x1b, 0x96, 0x4b, 0xe8, 0x0a, 0xcd, 0x5e, 0x86, 0x16, 0xdb, 0x98, 0x08, 0xef, 0xe2,
  3253. 0xc2, 0x68, 0x52, 0xd8, 0x16, 0x07, 0x69, 0x6f, 0x00, 0xe2, 0x34, 0x76, 0xfc, 0xbe, 0x57, 0xcd,
  3254. 0x9d, 0x5f, 0x80, 0xb9, 0xd4, 0x12, 0x61, 0x1b, 0x6f, 0xc2, 0x3c, 0x07, 0x7f, 0xe6, 0xf5, 0x2a,
  3255. 0xd3, 0xba, 0x00, 0x2f, 0x64, 0x16, 0x09, 0x6a, 0x9b, 0x92, 0x49, 0x3a, 0x99, 0x38, 0x91, 0xd8,
  3256. 0x82, 0xdc, 0x41, 0x3a, 0x9f, 0x60, 0x91, 0x8b, 0x6f, 0xd8, 0x0c, 0x8f, 0x74, 0x6c, 0xda, 0xbe,
  3257. 0xe7, 0x0e, 0x2a, 0x47, 0xae, 0x82, 0x95, 0x82, 0xee, 0xe7, 0xb0, 0x20, 0x23, 0x9a, 0xd7, 0x75,
  3258. 0x0e, 0xfa, 0x21, 0xae, 0x1a, 0x89, 0x93, 0x26, 0x3b, 0x9e, 0x33, 0x59, 0x6d, 0x43, 0xba, 0x59,
  3259. 0x82, 0xb0, 0x38, 0xd2, 0x38, 0x3f, 0x51, 0x12, 0xf9, 0x89, 0xf6, 0x5b, 0x05, 0xce, 0xcb, 0x15,
  3260. 0x15, 0xed, 0xea, 0x94, 0x8e, 0x55, 0x2b, 0x75, 0xac, 0x89, 0xa1, 0x63, 0xad, 0xc2, 0x6c, 0xe4,
  3261. 0xf7, 0x43, 0x0b, 0x1b, 0x34, 0x27, 0x31, 0x3c, 0x7a, 0x07, 0x73, 0xbf, 0x3b, 0xc7, 0xe1, 0x77,
  3262. 0x4c, 0x62, 0xee, 0xfa, 0x36, 0xd6, 0xfe, 0x57, 0x9a, 0x5d, 0xca, 0x5e, 0xd7, 0xe0, 0x3c, 0x4b,
  3263. 0x3d, 0xcc, 0x20, 0xc0, 0x9e, 0x6d, 0x98, 0x84, 0x1a, 0xbd, 0xc2, 0x8c, 0xfe, 0x1c, 0x9d, 0xb8,
  3264. 0xc5, 0xe0, 0xb7, 0xc8, 0x6e, 0xa4, 0xfd, 0x62, 0x1c, 0x66, 0xe8, 0x5a, 0xea, 0x64, 0x95, 0xe4,
  3265. 0x9d, 0x85, 0x1a, 0x7e, 0x4a, 0x84, 0xa0, 0xf4, 0x13, 0x6d, 0xc0, 0x9c, 0xf0, 0x66, 0xc7, 0xf7,
  3266. 0x86, 0x8e, 0x5e, 0xe3, 0x71, 0x71, 0x38, 0x15, 0xfb, 0xfa, 0x25, 0x68, 0x46, 0xc4, 0x0f, 0x64,
  3267. 0xdc, 0xe0, 0x79, 0x11, 0x50, 0x90, 0x88, 0x1b, 0x69, 0x9d, 0x4e, 0x16, 0xe8, 0xb4, 0xe5, 0x44,
  3268. 0x06, 0xb6, 0x0c, 0xbe, 0x2b, 0x16, 0x79, 0xea, 0x3a, 0x38, 0xd1, 0x5d, 0x8b, 0x6b, 0x03, 0xbd,
  3269. 0x0f, 0x4b, 0xce, 0x81, 0xe7, 0x87, 0xd8, 0x10, 0x8a, 0x64, 0xfe, 0xeb, 0xf9, 0xc4, 0xe8, 0xfa,
  3270. 0x7d, 0x4f, 0x66, 0x4e, 0x1d, 0x8e, 0xb3, 0xc7, 0x50, 0xa8, 0x06, 0x76, 0x7d, 0xb2, 0x4d, 0xe7,
  3271. 0xb5, 0xb7, 0x61, 0x76, 0xa8, 0x95, 0xea, 0x51, 0xe0, 0x5b, 0x45, 0x5a, 0xdc, 0x23, 0xd3, 0x71,
  3272. 0xf7, 0xb0, 0x67, 0xe3, 0xf0, 0x39, 0xa3, 0x13, 0xba, 0x0e, 0xf3, 0x8e, 0xed, 0x62, 0x83, 0x38,
  3273. 0x3d, 0xec, 0xf7, 0x89, 0x11, 0x61, 0xcb, 0xf7, 0xec, 0x48, 0xea, 0x97, 0xce, 0x3d, 0xe2, 0x53,
  3274. 0x7b, 0x7c, 0x46, 0xfb, 0x61, 0x7c, 0x4b, 0x24, 0x77, 0x31, 0xcc, 0x8f, 0x3c, 0x8c, 0x29, 0x41,
  3275. 0x9e, 0xea, 0x09, 0x31, 0x5a, 0x1c, 0xc8, 0xb3, 0x3a, 0x7a, 0x42, 0x02, 0x69, 0xdf, 0xb7, 0x07,
  3276. 0x6c, 0x47, 0x2d, 0x1d, 0x38, 0xe8, 0xb6, 0x6f, 0x0f, 0x58, 0xb8, 0x8e, 0x0c, 0x66, 0x64, 0xd6,
  3277. 0x61, 0xdf, 0x3b, 0x62, 0xbb, 0xa9, 0xeb, 0x4d, 0x27, 0x7a, 0x60, 0x46, 0x64, 0x8b, 0x82, 0xb4,
  3278. 0xdf, 0x29, 0x32, 0x5e, 0xd0, 0x6d, 0xe8, 0xd8, 0xc2, 0xce, 0xf1, 0xbf, 0x41, 0x1d, 0x74, 0x85,
  3279. 0x30, 0x82, 0x54, 0x2e, 0x2c, 0x1c, 0x0e, 0xf1, 0x39, 0x71, 0xab, 0xb2, 0x99, 0x61, 0xb8, 0x4a,
  3280. 0x6f, 0x5c, 0x84, 0xab, 0x2f, 0xe5, 0x75, 0x71, 0xd7, 0xda, 0x3b, 0x34, 0x43, 0x3b, 0xba, 0x87,
  3281. 0x3d, 0x1c, 0x9a, 0xe4, 0x4c, 0xd2, 0x17, 0x6d, 0x05, 0x2e, 0x96, 0x51, 0x17, 0xfc, 0xbf, 0x90,
  3282. 0xd7, 0xa0, 0xc4, 0xd0, 0xf1, 0x7e, 0xdf, 0x71, 0xed, 0x33, 0x61, 0xff, 0x71, 0x56, 0xb8, 0x98,
  3283. 0xb8, 0xb0, 0x9f, 0xab, 0x70, 0x3e, 0x64, 0x20, 0x62, 0x44, 0x14, 0x21, 0x7e, 0x8f, 0xb6, 0xf5,
  3284. 0x19, 0x31, 0xc1, 0x16, 0xd2, 0x77, 0xe9, 0x4f, 0xc6, 0xa5, 0x05, 0x48, 0x6a, 0x67, 0x16, 0x56,
  3285. 0x17, 0xa1, 0x31, 0x64, 0x5f, 0x63, 0xec, 0xeb, 0x91, 0xe0, 0x4b, 0xad, 0xd3, 0xf2, 0x83, 0x81,
  3286. 0x81, 0x2d, 0x9e, 0x51, 0xb0, 0xa3, 0xae, 0xd3, 0xe7, 0x59, 0x30, 0xb8, 0x6b, 0xb1, 0x84, 0xa2,
  3287. 0x7a, 0x8c, 0x4d, 0x50, 0xfb, 0x8a, 0x53, 0x9b, 0x4a, 0x52, 0xfb, 0x8a, 0x51, 0x93, 0x38, 0xc7,
  3288. 0x4e, 0x97, 0xe3, 0x4c, 0x0f, 0x71, 0x1e, 0x3b, 0x5d, 0x8a, 0x33, 0xb4, 0xaa, 0xb4, 0x32, 0xc4,
  3289. 0xa9, 0x7e, 0x0d, 0x8b, 0xe9, 0xd9, 0xea, 0x17, 0xf6, 0x73, 0x29, 0x4b, 0xbb, 0x98, 0x35, 0xa7,
  3290. 0xcc, 0xad, 0x7f, 0x9c, 0xdd, 0x76, 0xe5, 0x0c, 0xe7, 0xf9, 0xf6, 0xb5, 0x9c, 0x55, 0x48, 0x3a,
  3291. 0x4d, 0xfa, 0xbf, 0xec, 0xb6, 0x4f, 0x91, 0x2e, 0x9d, 0xcc, 0xf8, 0x52, 0xd6, 0x05, 0xb2, 0x39,
  3292. 0xd5, 0x2f, 0xe3, 0xf8, 0x2a, 0x30, 0x68, 0x46, 0x53, 0x39, 0xae, 0x09, 0xbe, 0xa2, 0xae, 0x30,
  3293. 0x2d, 0xd8, 0xa2, 0x05, 0x98, 0x12, 0xf7, 0x21, 0x7f, 0xb1, 0x88, 0x51, 0xaa, 0x64, 0x52, 0x13,
  3294. 0x25, 0x13, 0x59, 0x0a, 0xa2, 0x6f, 0xee, 0x49, 0x1e, 0x1e, 0xe9, 0xf8, 0x63, 0x3c, 0xd0, 0x76,
  3295. 0x33, 0x1e, 0xc7, 0xb7, 0x76, 0x42, 0xc1, 0x83, 0x57, 0x14, 0x6c, 0x76, 0xe6, 0xb6, 0x28, 0x9c,
  3296. 0x34, 0x1c, 0x61, 0x04, 0xb6, 0xf6, 0x53, 0x65, 0x48, 0xf0, 0xb6, 0xeb, 0xef, 0x9f, 0xa1, 0x55,
  3297. 0x26, 0xa5, 0xa8, 0xa5, 0xa4, 0x48, 0xd6, 0x84, 0x26, 0xd2, 0x35, 0xa1, 0x84, 0x13, 0x25, 0xb7,
  3298. 0x53, 0x16, 0x9a, 0x1f, 0xf9, 0x67, 0xf7, 0xb2, 0xcc, 0x87, 0xe6, 0x21, 0x75, 0xc1, 0xff, 0x26,
  3299. 0x2c, 0x52, 0x85, 0x73, 0x28, 0x7b, 0xb7, 0x54, 0x7f, 0xdb, 0xfd, 0x79, 0x1c, 0x96, 0x8a, 0x17,
  3300. 0x57, 0x79, 0xdf, 0xbd, 0x0b, 0x6a, 0xfc, 0x7e, 0xa2, 0x57, 0x63, 0x44, 0xcc, 0x5e, 0x10, 0x5f,
  3301. 0x8e, 0xfc, 0x0e, 0xbd, 0x20, 0x1e, 0x53, 0x8f, 0xe4, 0xbc, 0xbc, 0x21, 0x73, 0x8f, 0xaf, 0x5a,
  3302. 0xee, 0xf1, 0x45, 0x19, 0xd8, 0x26, 0x29, 0x63, 0xc0, 0x73, 0xb8, 0x0b, 0xb6, 0x49, 0xca, 0x18,
  3303. 0xc4, 0x8b, 0x19, 0x03, 0x6e, 0xb5, 0x4d, 0x81, 0xcf, 0x18, 0x2c, 0x03, 0x88, 0xf4, 0xaa, 0xef,
  3304. 0xc9, 0xc7, 0x64, 0x83, 0x27, 0x57, 0x7d, 0xaf, 0x34, 0xcb, 0x9c, 0x2e, 0xcd, 0x32, 0xd3, 0xa7,
  3305. 0x59, 0xcf, 0x9d, 0xe6, 0xaf, 0x14, 0x80, 0x3b, 0x4e, 0x74, 0xc4, 0xb5, 0x4c, 0xf3, 0x5a, 0xdb,
  3306. 0x91, 0xcf, 0x01, 0xfa, 0x49, 0x21, 0xa6, 0xeb, 0x0a, 0xdd, 0xd1, 0x4f, 0xea, 0x3f, 0xfd, 0x08,
  3307. 0xdb, 0x42, 0x3d, 0xec, 0x9b, 0xc2, 0xba, 0x21, 0xc6, 0x42, 0x03, 0xec, 0x9b, 0x66, 0x8a, 0x01,
  3308. 0x0e, 0x2d, 0xec, 0x11, 0x83, 0xcd, 0x51, 0x69, 0xc7, 0xf5, 0xa6, 0x80, 0x6d, 0x67, 0x50, 0x18,
  3309. 0xc9, 0xa9, 0x14, 0xca, 0x67, 0x11, 0xb6, 0xb5, 0xdf, 0x28, 0xd0, 0xd8, 0xc1, 0x3d, 0xb1, 0xbf,
  3310. 0x8b, 0x00, 0x07, 0x7e, 0xe8, 0xf7, 0x89, 0xe3, 0x61, 0x9e, 0xcc, 0x4f, 0xea, 0x09, 0xc8, 0x73,
  3311. 0xec, 0x96, 0x46, 0x18, 0xec, 0x76, 0xc5, 0x99, 0xb0, 0x6f, 0x0a, 0x3b, 0xc4, 0x66, 0x20, 0x8e,
  3312. 0x81, 0x7d, 0xd3, 0x27, 0x53, 0x44, 0x4c, 0xeb, 0x88, 0xe9, 0x7c, 0x42, 0xe7, 0x03, 0xed, 0x0f,
  3313. 0x0a, 0x80, 0x8e, 0x7b, 0x3e, 0x61, 0x26, 0x4b, 0xe5, 0xda, 0x37, 0xad, 0x23, 0xfa, 0xec, 0x60,
  3314. 0x85, 0x51, 0xae, 0xcf, 0xa6, 0x80, 0xb1, 0xc2, 0xe8, 0x32, 0x80, 0x44, 0x11, 0x61, 0xb0, 0xa1,
  3315. 0x37, 0x04, 0x84, 0x3f, 0x30, 0x64, 0x44, 0x10, 0xb5, 0xc4, 0x61, 0x68, 0xe4, 0xdb, 0x96, 0xa1,
  3316. 0x71, 0x11, 0x1a, 0x59, 0x8b, 0x62, 0x11, 0x85, 0x99, 0xd3, 0x15, 0x68, 0xcb, 0xca, 0x2b, 0xb3,
  3317. 0x57, 0x21, 0x4a, 0x4b, 0x02, 0xa9, 0x8d, 0xb2, 0x2a, 0xe7, 0x53, 0x82, 0xbd, 0xd8, 0x94, 0x1a,
  3318. 0xfa, 0x10, 0xa0, 0x7d, 0x03, 0x20, 0xeb, 0x02, 0x5d, 0x1f, 0x6d, 0xc2, 0x24, 0x25, 0x2e, 0x6b,
  3319. 0xe9, 0x4b, 0xf9, 0xca, 0xea, 0x50, 0x0d, 0x3a, 0x47, 0x4d, 0xc6, 0xb1, 0xf1, 0x54, 0x1c, 0x1b,
  3320. 0xfd, 0x2c, 0xd4, 0xbe, 0x53, 0x60, 0x45, 0x64, 0xa1, 0x0e, 0x0e, 0x77, 0xfc, 0x63, 0x9a, 0x91,
  3321. 0x3c, 0xf2, 0x39, 0x93, 0x33, 0x09, 0xc0, 0x37, 0xa0, 0x63, 0xe3, 0x88, 0x38, 0x1e, 0x63, 0x68,
  3322. 0xc8, 0x43, 0x61, 0xc5, 0x68, 0xbe, 0xa1, 0x85, 0xc4, 0xfc, 0x6d, 0x3e, 0xbd, 0x6b, 0xf6, 0x30,
  3323. 0xba, 0x06, 0x73, 0x47, 0x18, 0x07, 0x86, 0xeb, 0x5b, 0xa6, 0x6b, 0x48, 0xd7, 0x16, 0x69, 0xd6,
  3324. 0x2c, 0x9d, 0x7a, 0x40, 0x67, 0xee, 0x70, 0xf7, 0xd6, 0x22, 0xb8, 0x7c, 0x82, 0x24, 0x22, 0xbc,
  3325. 0x2d, 0x41, 0x23, 0x08, 0x7d, 0x0b, 0x47, 0xd4, 0x66, 0x15, 0x76, 0xdb, 0x0d, 0x01, 0xe8, 0x3a,
  3326. 0xcc, 0xc5, 0x83, 0x4f, 0xb8, 0x93, 0x98, 0x07, 0xbc, 0xfc, 0x3a, 0xae, 0x17, 0x4d, 0x69, 0x3f,
  3327. 0x57, 0x40, 0xcb, 0x71, 0xdd, 0x0e, 0xfd, 0xde, 0x19, 0x6a, 0x70, 0x03, 0xe6, 0x99, 0x1e, 0x42,
  3328. 0x46, 0x72, 0xa8, 0x08, 0xfe, 0x1a, 0x3a, 0x4f, 0xe7, 0x38, 0x37, 0xa9, 0x89, 0x3e, 0x5c, 0x39,
  3329. 0x71, 0x4f, 0xff, 0x22, 0x5d, 0x2c, 0xca, 0x4b, 0x9c, 0x3f, 0x70, 0x52, 0xb7, 0x92, 0xf6, 0x6b,
  3330. 0x45, 0xde, 0xa9, 0xe9, 0x59, 0xb1, 0x97, 0x5b, 0xd0, 0xb6, 0x9d, 0xe8, 0xc8, 0xe0, 0x8d, 0x9d,
  3331. 0x93, 0xec, 0x7f, 0x18, 0x4d, 0xf5, 0x96, 0x1d, 0x7f, 0xe3, 0x08, 0x7d, 0x00, 0x6d, 0x51, 0x3c,
  3332. 0x4d, 0xf4, 0x8a, 0x9a, 0x9b, 0x8b, 0x79, 0x12, 0x71, 0xbc, 0xd3, 0x5b, 0x7c, 0x05, 0x1f, 0x69,
  3333. 0x7f, 0x6b, 0x41, 0xeb, 0xd3, 0x3e, 0x0e, 0x07, 0x89, 0xc2, 0x73, 0x84, 0xc5, 0x31, 0xc8, 0x7e,
  3334. 0x58, 0x02, 0x42, 0x6f, 0x9c, 0x6e, 0xe8, 0xf7, 0x8c, 0xb8, 0x65, 0x36, 0xce, 0x50, 0x9a, 0x14,
  3335. 0xb8, 0xcd, 0xdb, 0x66, 0xe8, 0x3d, 0x98, 0xea, 0x3a, 0x2e, 0xc1, 0xbc, 0x49, 0xd5, 0xdc, 0x7c,
  3336. 0x39, 0xbf, 0x9f, 0x24, 0xcf, 0xf5, 0x6d, 0x86, 0xac, 0x8b, 0x45, 0x68, 0x1f, 0xe6, 0x1c, 0x2f,
  3337. 0x60, 0x4f, 0xd0, 0xd0, 0x31, 0x5d, 0xe7, 0xd9, 0xb0, 0x74, 0xda, 0xdc, 0x7c, 0x63, 0x04, 0xad,
  3338. 0xfb, 0x74, 0xe5, 0x5e, 0x72, 0xa1, 0x8e, 0x9c, 0x1c, 0x0c, 0x61, 0x98, 0xf7, 0xfb, 0x24, 0xcf,
  3339. 0x64, 0x92, 0x31, 0xd9, 0x1c, 0xc1, 0xe4, 0x21, 0x5b, 0x9a, 0xe6, 0x32, 0xe7, 0xe7, 0x81, 0xea,
  3340. 0x2e, 0x4c, 0x71, 0xe1, 0x68, 0x90, 0xef, 0x3a, 0xd8, 0x95, 0xfd, 0x35, 0x3e, 0xa0, 0x71, 0xcc,
  3341. 0x0f, 0x70, 0x68, 0x7a, 0x32, 0x5e, 0xcb, 0xe1, 0xb0, 0xcf, 0x53, 0x4b, 0xf4, 0x79, 0xd4, 0xdf,
  3342. 0x4f, 0x02, 0xca, 0x4b, 0x28, 0xeb, 0xc1, 0x21, 0x8e, 0x68, 0x0c, 0x4c, 0x5e, 0x10, 0x33, 0x09,
  3343. 0x38, 0xbb, 0x24, 0x3e, 0x87, 0x86, 0x15, 0x1d, 0x1b, 0x4c, 0x25, 0xc2, 0x5c, 0x6e, 0x9e, 0x5a,
  3344. 0xa5, 0xeb, 0x5b, 0x7b, 0x8f, 0x19, 0x54, 0xaf, 0x5b, 0xd1, 0x31, 0xfb, 0x42, 0xdf, 0x03, 0xf8,
  3345. 0x2a, 0xf2, 0x3d, 0x41, 0x99, 0x1f, 0xfc, 0xbb, 0xa7, 0xa7, 0xfc, 0xd1, 0xde, 0xc3, 0x5d, 0x4e,
  3346. 0xba, 0x41, 0xc9, 0x71, 0xda, 0x16, 0xb4, 0x03, 0x33, 0x7c, 0xd2, 0xc7, 0x44, 0x90, 0xe7, 0xb6,
  3347. 0xf0, 0xfe, 0xe9, 0xc9, 0x7f, 0xc2, 0xc9, 0x70, 0x0e, 0xad, 0x20, 0x31, 0x52, 0xbf, 0x1b, 0x87,
  3348. 0xba, 0x94, 0x8b, 0xbe, 0x62, 0x99, 0x85, 0xf3, 0x5a, 0x8e, 0xe1, 0x78, 0x5d, 0x5f, 0x68, 0xf4,
  3349. 0x1c, 0x85, 0xf3, 0x72, 0x0e, 0xbb, 0xbe, 0xd6, 0x60, 0x36, 0xc4, 0x96, 0x1f, 0xda, 0x34, 0xd7,
  3350. 0x77, 0x7a, 0x0e, 0x35, 0x7b, 0x7e, 0x96, 0x33, 0x1c, 0x7e, 0x47, 0x82, 0xd1, 0xab, 0x30, 0xc3,
  3351. 0x8e, 0x3d, 0x81, 0x59, 0x93, 0x34, 0xb1, 0x9b, 0x40, 0x5c, 0x83, 0xd9, 0x27, 0x7d, 0x1a, 0xf8,
  3352. 0xac, 0x43, 0x33, 0x34, 0x2d, 0xe2, 0xc7, 0x55, 0x95, 0x19, 0x06, 0xdf, 0x8a, 0xc1, 0xe8, 0x2d,
  3353. 0x58, 0xe0, 0xa8, 0x38, 0xb2, 0xcc, 0x20, 0x5e, 0x81, 0x43, 0xf1, 0xe8, 0x9e, 0x67, 0xb3, 0x77,
  3354. 0xd9, 0xe4, 0x96, 0x9c, 0x43, 0x2a, 0xd4, 0x2d, 0xbf, 0xd7, 0xc3, 0x1e, 0x89, 0x44, 0x1b, 0x34,
  3355. 0x1e, 0xa3, 0x5b, 0xb0, 0x6c, 0xba, 0xae, 0xff, 0xb5, 0xc1, 0x56, 0xda, 0x46, 0x4e, 0x3a, 0xfe,
  3356. 0x04, 0x57, 0x19, 0xd2, 0xa7, 0x0c, 0x47, 0x4f, 0x0b, 0xaa, 0x5e, 0x82, 0x46, 0x7c, 0x8e, 0x34,
  3357. 0xe5, 0x49, 0x18, 0x24, 0xfb, 0x56, 0xcf, 0x41, 0x2b, 0x79, 0x12, 0xea, 0x5f, 0x6a, 0x30, 0x57,
  3358. 0xe0, 0x54, 0xe8, 0x0b, 0x00, 0x6a, 0xad, 0xdc, 0xb5, 0x84, 0xb9, 0xfe, 0xcf, 0xe9, 0x9d, 0x93,
  3359. 0xda, 0x2b, 0x07, 0xeb, 0xd4, 0xfa, 0xf9, 0x27, 0xfa, 0x3e, 0x34, 0x99, 0xc5, 0x0a, 0xea, 0xdc,
  3360. 0x64, 0xdf, 0xfb, 0x27, 0xa8, 0x53, 0x59, 0x05, 0x79, 0xe6, 0x03, 0xfc, 0x5b, 0xfd, 0x93, 0x02,
  3361. 0x8d, 0x98, 0x31, 0x4d, 0xe0, 0xf8, 0x41, 0xb1, 0xb3, 0x8e, 0x64, 0x02, 0xc7, 0x60, 0xdb, 0x0c,
  3362. 0xf4, 0x1f, 0x69, 0x4a, 0xea, 0x3b, 0x00, 0x43, 0xf9, 0x0b, 0x45, 0x50, 0x0a, 0x45, 0xd0, 0xd6,
  3363. 0xa0, 0x4d, 0x35, 0xeb, 0x60, 0x7b, 0x8f, 0x84, 0x4e, 0xc0, 0x7e, 0xb0, 0xc0, 0x71, 0x22, 0xf1,
  3364. 0x90, 0x96, 0xc3, 0xcd, 0xbf, 0x2e, 0x41, 0x2b, 0x79, 0x93, 0xa2, 0x2f, 0xa1, 0x99, 0xf8, 0x61,
  3365. 0x06, 0x7a, 0x29, 0x7f, 0x68, 0xf9, 0x1f, 0x7a, 0xa8, 0x2f, 0x8f, 0xc0, 0x12, 0x6f, 0xcd, 0x31,
  3366. 0xa4, 0xc3, 0xb4, 0x68, 0xe6, 0xa3, 0x95, 0x13, 0xfa, 0xfc, 0x9c, 0xea, 0xe5, 0x91, 0xbf, 0x04,
  3367. 0xd0, 0xc6, 0xae, 0x2b, 0xc8, 0x83, 0xf3, 0xb9, 0xde, 0x3a, 0xba, 0x9a, 0x5f, 0x5b, 0xd6, 0xb9,
  3368. 0x57, 0x5f, 0xab, 0x84, 0x1b, 0xcb, 0x40, 0x60, 0xae, 0xa0, 0x59, 0x8e, 0x5e, 0x1f, 0x41, 0x25,
  3369. 0xd5, 0xb0, 0x57, 0xaf, 0x55, 0xc4, 0x8e, 0xb9, 0x3e, 0x01, 0x94, 0xef, 0xa4, 0xa3, 0xd7, 0x46,
  3370. 0x92, 0x19, 0x76, 0xea, 0xd5, 0xd7, 0xab, 0x21, 0x97, 0x0a, 0xca, 0x7b, 0xec, 0x23, 0x05, 0x4d,
  3371. 0x75, 0xf1, 0x47, 0x0a, 0x9a, 0x69, 0xdc, 0x8f, 0xa1, 0x23, 0x98, 0xcd, 0xf6, 0xdf, 0xd1, 0x5a,
  3372. 0xd9, 0xaf, 0x80, 0x72, 0xed, 0x7d, 0xf5, 0x6a, 0x15, 0xd4, 0x98, 0x19, 0x86, 0x73, 0xe9, 0x7e,
  3373. 0x37, 0x7a, 0x35, 0xbf, 0xbe, 0xb0, 0xe3, 0xaf, 0xae, 0x8e, 0x46, 0x4c, 0xca, 0x94, 0xed, 0x81,
  3374. 0x17, 0xc9, 0x54, 0xd2, 0x60, 0x2f, 0x92, 0xa9, 0xac, 0xa5, 0xae, 0x8d, 0xa1, 0x6f, 0x64, 0x63,
  3375. 0x35, 0xd3, 0x1b, 0x46, 0xeb, 0x65, 0x64, 0x8a, 0x9b, 0xd3, 0xea, 0x46, 0x65, 0xfc, 0x84, 0x37,
  3376. 0x7e, 0x09, 0xcd, 0x44, 0x8b, 0xb8, 0x28, 0x7e, 0xe4, 0x9b, 0xce, 0x45, 0xf1, 0xa3, 0xa8, 0xcf,
  3377. 0x3c, 0x86, 0xf6, 0xa1, 0x9d, 0x6a, 0x1a, 0xa3, 0x57, 0xca, 0x56, 0xa6, 0x6b, 0xab, 0xea, 0xab,
  3378. 0x23, 0xf1, 0x62, 0x1e, 0x86, 0x8c, 0x88, 0x22, 0x04, 0x96, 0x6e, 0x2e, 0x1d, 0x03, 0x5f, 0x19,
  3379. 0x85, 0x96, 0x72, 0xe5, 0x5c, 0x6b, 0xb9, 0xd0, 0x95, 0xcb, 0x5a, 0xd7, 0x85, 0xae, 0x5c, 0xde,
  3380. 0xad, 0x1e, 0x43, 0x87, 0x30, 0x93, 0x69, 0x2b, 0xa3, 0xd5, 0x32, 0x12, 0xd9, 0x96, 0xb6, 0xba,
  3381. 0x56, 0x01, 0x33, 0xe6, 0xf4, 0xff, 0xb2, 0x02, 0xc1, 0x4c, 0xee, 0x4a, 0xf9, 0xd2, 0xa1, 0x9d,
  3382. 0xbd, 0x74, 0x32, 0x52, 0x4c, 0xfa, 0x6b, 0x98, 0x2f, 0xaa, 0x36, 0xa2, 0x6b, 0x45, 0x75, 0x8d,
  3383. 0xd2, 0x92, 0xa6, 0xba, 0x5e, 0x15, 0x3d, 0x66, 0xfc, 0x19, 0xd4, 0x65, 0x6b, 0x15, 0x15, 0x5c,
  3384. 0x4a, 0x99, 0x66, 0xb4, 0xaa, 0x9d, 0x84, 0x92, 0x70, 0x95, 0x9e, 0x8c, 0x0a, 0xc3, 0x9e, 0x67,
  3385. 0x79, 0x54, 0xc8, 0x75, 0x67, 0xcb, 0xa3, 0x42, 0xbe, 0x85, 0xca, 0xd8, 0xc5, 0x66, 0x97, 0x6c,
  3386. 0x11, 0x96, 0x9b, 0x5d, 0x41, 0x07, 0xb4, 0xdc, 0xec, 0x0a, 0xbb, 0x8e, 0x63, 0xe8, 0x07, 0xf2,
  3387. 0x67, 0x12, 0xd9, 0xce, 0x20, 0x2a, 0x8d, 0x2d, 0x25, 0x1d, 0x4a, 0xf5, 0x7a, 0xf5, 0x05, 0x31,
  3388. 0xfb, 0x67, 0x32, 0x12, 0x66, 0x3a, 0x83, 0xe5, 0x91, 0xb0, 0xb8, 0x3f, 0xa9, 0x6e, 0x54, 0xc6,
  3389. 0xcf, 0x3b, 0x79, 0xb2, 0x75, 0x56, 0xae, 0xed, 0x82, 0x6e, 0x63, 0xb9, 0xb6, 0x0b, 0xbb, 0x71,
  3390. 0xcc, 0x3f, 0x8a, 0xda, 0x62, 0x45, 0xfe, 0x71, 0x42, 0xdf, 0x4e, 0x5d, 0xaf, 0x8a, 0x9e, 0x4a,
  3391. 0x14, 0xf2, 0x7d, 0x2f, 0x34, 0x72, 0xff, 0xa9, 0x3b, 0xe0, 0x5a, 0x45, 0xec, 0xf2, 0xd3, 0x95,
  3392. 0x77, 0xc2, 0x48, 0x01, 0x32, 0x77, 0xc3, 0x46, 0x65, 0xfc, 0x98, 0x77, 0x20, 0x7f, 0x74, 0x93,
  3393. 0xe8, 0x59, 0xa1, 0xab, 0x23, 0xe8, 0x24, 0x7a, 0x6e, 0xea, 0x6b, 0x95, 0x70, 0x8b, 0xbc, 0x37,
  3394. 0xd9, 0x45, 0x3a, 0xc9, 0x9e, 0x72, 0xad, 0xaf, 0x93, 0xec, 0xa9, 0xa0, 0x31, 0x55, 0xe0, 0xbd,
  3395. 0xb2, 0x79, 0x34, 0xda, 0x7b, 0x33, 0x4d, 0xac, 0xd1, 0xde, 0x9b, 0xeb, 0x4b, 0x8d, 0xa1, 0x1f,
  3396. 0x0f, 0x7f, 0x8c, 0x91, 0xaf, 0xc1, 0xa2, 0xcd, 0xd2, 0x50, 0x54, 0x5a, 0x7a, 0x56, 0xdf, 0x3c,
  3397. 0xd5, 0x9a, 0x84, 0xf2, 0x7f, 0xa6, 0xc8, 0xce, 0x6e, 0x61, 0x11, 0x14, 0xbd, 0x55, 0x81, 0x70,
  3398. 0xae, 0x8e, 0xab, 0xbe, 0x7d, 0xca, 0x55, 0x45, 0xd6, 0x90, 0xac, 0x7f, 0x96, 0x5b, 0x43, 0x41,
  3399. 0x0d, 0xb5, 0xdc, 0x1a, 0x8a, 0x4a, 0xaa, 0xda, 0x18, 0x7a, 0x00, 0x93, 0xec, 0xb9, 0x8e, 0x2e,
  3400. 0x9e, 0xfc, 0x8e, 0x57, 0x2f, 0x15, 0xcf, 0xc7, 0xaf, 0x51, 0x2a, 0xc0, 0xfe, 0x14, 0xfb, 0x27,
  3401. 0xc1, 0x9b, 0xff, 0x08, 0x00, 0x00, 0xff, 0xff, 0xc6, 0x4b, 0x03, 0xaa, 0x60, 0x30, 0x00, 0x00,
  3402. }