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.

3859 lines
150 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
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
  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. }
  1270. func (m *DiskStatus) Reset() { *m = DiskStatus{} }
  1271. func (m *DiskStatus) String() string { return proto.CompactTextString(m) }
  1272. func (*DiskStatus) ProtoMessage() {}
  1273. func (*DiskStatus) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{60} }
  1274. func (m *DiskStatus) GetDir() string {
  1275. if m != nil {
  1276. return m.Dir
  1277. }
  1278. return ""
  1279. }
  1280. func (m *DiskStatus) GetAll() uint64 {
  1281. if m != nil {
  1282. return m.All
  1283. }
  1284. return 0
  1285. }
  1286. func (m *DiskStatus) GetUsed() uint64 {
  1287. if m != nil {
  1288. return m.Used
  1289. }
  1290. return 0
  1291. }
  1292. func (m *DiskStatus) GetFree() uint64 {
  1293. if m != nil {
  1294. return m.Free
  1295. }
  1296. return 0
  1297. }
  1298. type MemStatus struct {
  1299. Goroutines int32 `protobuf:"varint,1,opt,name=goroutines" json:"goroutines,omitempty"`
  1300. All uint64 `protobuf:"varint,2,opt,name=all" json:"all,omitempty"`
  1301. Used uint64 `protobuf:"varint,3,opt,name=used" json:"used,omitempty"`
  1302. Free uint64 `protobuf:"varint,4,opt,name=free" json:"free,omitempty"`
  1303. Self uint64 `protobuf:"varint,5,opt,name=self" json:"self,omitempty"`
  1304. Heap uint64 `protobuf:"varint,6,opt,name=heap" json:"heap,omitempty"`
  1305. Stack uint64 `protobuf:"varint,7,opt,name=stack" json:"stack,omitempty"`
  1306. }
  1307. func (m *MemStatus) Reset() { *m = MemStatus{} }
  1308. func (m *MemStatus) String() string { return proto.CompactTextString(m) }
  1309. func (*MemStatus) ProtoMessage() {}
  1310. func (*MemStatus) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{61} }
  1311. func (m *MemStatus) GetGoroutines() int32 {
  1312. if m != nil {
  1313. return m.Goroutines
  1314. }
  1315. return 0
  1316. }
  1317. func (m *MemStatus) GetAll() uint64 {
  1318. if m != nil {
  1319. return m.All
  1320. }
  1321. return 0
  1322. }
  1323. func (m *MemStatus) GetUsed() uint64 {
  1324. if m != nil {
  1325. return m.Used
  1326. }
  1327. return 0
  1328. }
  1329. func (m *MemStatus) GetFree() uint64 {
  1330. if m != nil {
  1331. return m.Free
  1332. }
  1333. return 0
  1334. }
  1335. func (m *MemStatus) GetSelf() uint64 {
  1336. if m != nil {
  1337. return m.Self
  1338. }
  1339. return 0
  1340. }
  1341. func (m *MemStatus) GetHeap() uint64 {
  1342. if m != nil {
  1343. return m.Heap
  1344. }
  1345. return 0
  1346. }
  1347. func (m *MemStatus) GetStack() uint64 {
  1348. if m != nil {
  1349. return m.Stack
  1350. }
  1351. return 0
  1352. }
  1353. // tired storage on volume servers
  1354. type RemoteFile struct {
  1355. BackendType string `protobuf:"bytes,1,opt,name=backend_type,json=backendType" json:"backend_type,omitempty"`
  1356. BackendId string `protobuf:"bytes,2,opt,name=backend_id,json=backendId" json:"backend_id,omitempty"`
  1357. Key string `protobuf:"bytes,3,opt,name=key" json:"key,omitempty"`
  1358. Offset uint64 `protobuf:"varint,4,opt,name=offset" json:"offset,omitempty"`
  1359. FileSize uint64 `protobuf:"varint,5,opt,name=file_size,json=fileSize" json:"file_size,omitempty"`
  1360. ModifiedTime uint64 `protobuf:"varint,6,opt,name=modified_time,json=modifiedTime" json:"modified_time,omitempty"`
  1361. Extension string `protobuf:"bytes,7,opt,name=extension" json:"extension,omitempty"`
  1362. }
  1363. func (m *RemoteFile) Reset() { *m = RemoteFile{} }
  1364. func (m *RemoteFile) String() string { return proto.CompactTextString(m) }
  1365. func (*RemoteFile) ProtoMessage() {}
  1366. func (*RemoteFile) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{62} }
  1367. func (m *RemoteFile) GetBackendType() string {
  1368. if m != nil {
  1369. return m.BackendType
  1370. }
  1371. return ""
  1372. }
  1373. func (m *RemoteFile) GetBackendId() string {
  1374. if m != nil {
  1375. return m.BackendId
  1376. }
  1377. return ""
  1378. }
  1379. func (m *RemoteFile) GetKey() string {
  1380. if m != nil {
  1381. return m.Key
  1382. }
  1383. return ""
  1384. }
  1385. func (m *RemoteFile) GetOffset() uint64 {
  1386. if m != nil {
  1387. return m.Offset
  1388. }
  1389. return 0
  1390. }
  1391. func (m *RemoteFile) GetFileSize() uint64 {
  1392. if m != nil {
  1393. return m.FileSize
  1394. }
  1395. return 0
  1396. }
  1397. func (m *RemoteFile) GetModifiedTime() uint64 {
  1398. if m != nil {
  1399. return m.ModifiedTime
  1400. }
  1401. return 0
  1402. }
  1403. func (m *RemoteFile) GetExtension() string {
  1404. if m != nil {
  1405. return m.Extension
  1406. }
  1407. return ""
  1408. }
  1409. type VolumeInfo struct {
  1410. Files []*RemoteFile `protobuf:"bytes,1,rep,name=files" json:"files,omitempty"`
  1411. Version uint32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
  1412. Replication string `protobuf:"bytes,3,opt,name=replication" json:"replication,omitempty"`
  1413. }
  1414. func (m *VolumeInfo) Reset() { *m = VolumeInfo{} }
  1415. func (m *VolumeInfo) String() string { return proto.CompactTextString(m) }
  1416. func (*VolumeInfo) ProtoMessage() {}
  1417. func (*VolumeInfo) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{63} }
  1418. func (m *VolumeInfo) GetFiles() []*RemoteFile {
  1419. if m != nil {
  1420. return m.Files
  1421. }
  1422. return nil
  1423. }
  1424. func (m *VolumeInfo) GetVersion() uint32 {
  1425. if m != nil {
  1426. return m.Version
  1427. }
  1428. return 0
  1429. }
  1430. func (m *VolumeInfo) GetReplication() string {
  1431. if m != nil {
  1432. return m.Replication
  1433. }
  1434. return ""
  1435. }
  1436. type VolumeTierMoveDatToRemoteRequest struct {
  1437. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  1438. Collection string `protobuf:"bytes,2,opt,name=collection" json:"collection,omitempty"`
  1439. DestinationBackendName string `protobuf:"bytes,3,opt,name=destination_backend_name,json=destinationBackendName" json:"destination_backend_name,omitempty"`
  1440. KeepLocalDatFile bool `protobuf:"varint,4,opt,name=keep_local_dat_file,json=keepLocalDatFile" json:"keep_local_dat_file,omitempty"`
  1441. }
  1442. func (m *VolumeTierMoveDatToRemoteRequest) Reset() { *m = VolumeTierMoveDatToRemoteRequest{} }
  1443. func (m *VolumeTierMoveDatToRemoteRequest) String() string { return proto.CompactTextString(m) }
  1444. func (*VolumeTierMoveDatToRemoteRequest) ProtoMessage() {}
  1445. func (*VolumeTierMoveDatToRemoteRequest) Descriptor() ([]byte, []int) {
  1446. return fileDescriptor0, []int{64}
  1447. }
  1448. func (m *VolumeTierMoveDatToRemoteRequest) GetVolumeId() uint32 {
  1449. if m != nil {
  1450. return m.VolumeId
  1451. }
  1452. return 0
  1453. }
  1454. func (m *VolumeTierMoveDatToRemoteRequest) GetCollection() string {
  1455. if m != nil {
  1456. return m.Collection
  1457. }
  1458. return ""
  1459. }
  1460. func (m *VolumeTierMoveDatToRemoteRequest) GetDestinationBackendName() string {
  1461. if m != nil {
  1462. return m.DestinationBackendName
  1463. }
  1464. return ""
  1465. }
  1466. func (m *VolumeTierMoveDatToRemoteRequest) GetKeepLocalDatFile() bool {
  1467. if m != nil {
  1468. return m.KeepLocalDatFile
  1469. }
  1470. return false
  1471. }
  1472. type VolumeTierMoveDatToRemoteResponse struct {
  1473. Processed int64 `protobuf:"varint,1,opt,name=processed" json:"processed,omitempty"`
  1474. ProcessedPercentage float32 `protobuf:"fixed32,2,opt,name=processedPercentage" json:"processedPercentage,omitempty"`
  1475. }
  1476. func (m *VolumeTierMoveDatToRemoteResponse) Reset() { *m = VolumeTierMoveDatToRemoteResponse{} }
  1477. func (m *VolumeTierMoveDatToRemoteResponse) String() string { return proto.CompactTextString(m) }
  1478. func (*VolumeTierMoveDatToRemoteResponse) ProtoMessage() {}
  1479. func (*VolumeTierMoveDatToRemoteResponse) Descriptor() ([]byte, []int) {
  1480. return fileDescriptor0, []int{65}
  1481. }
  1482. func (m *VolumeTierMoveDatToRemoteResponse) GetProcessed() int64 {
  1483. if m != nil {
  1484. return m.Processed
  1485. }
  1486. return 0
  1487. }
  1488. func (m *VolumeTierMoveDatToRemoteResponse) GetProcessedPercentage() float32 {
  1489. if m != nil {
  1490. return m.ProcessedPercentage
  1491. }
  1492. return 0
  1493. }
  1494. type VolumeTierMoveDatFromRemoteRequest struct {
  1495. VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
  1496. Collection string `protobuf:"bytes,2,opt,name=collection" json:"collection,omitempty"`
  1497. KeepRemoteDatFile bool `protobuf:"varint,3,opt,name=keep_remote_dat_file,json=keepRemoteDatFile" json:"keep_remote_dat_file,omitempty"`
  1498. }
  1499. func (m *VolumeTierMoveDatFromRemoteRequest) Reset() { *m = VolumeTierMoveDatFromRemoteRequest{} }
  1500. func (m *VolumeTierMoveDatFromRemoteRequest) String() string { return proto.CompactTextString(m) }
  1501. func (*VolumeTierMoveDatFromRemoteRequest) ProtoMessage() {}
  1502. func (*VolumeTierMoveDatFromRemoteRequest) Descriptor() ([]byte, []int) {
  1503. return fileDescriptor0, []int{66}
  1504. }
  1505. func (m *VolumeTierMoveDatFromRemoteRequest) GetVolumeId() uint32 {
  1506. if m != nil {
  1507. return m.VolumeId
  1508. }
  1509. return 0
  1510. }
  1511. func (m *VolumeTierMoveDatFromRemoteRequest) GetCollection() string {
  1512. if m != nil {
  1513. return m.Collection
  1514. }
  1515. return ""
  1516. }
  1517. func (m *VolumeTierMoveDatFromRemoteRequest) GetKeepRemoteDatFile() bool {
  1518. if m != nil {
  1519. return m.KeepRemoteDatFile
  1520. }
  1521. return false
  1522. }
  1523. type VolumeTierMoveDatFromRemoteResponse struct {
  1524. Processed int64 `protobuf:"varint,1,opt,name=processed" json:"processed,omitempty"`
  1525. ProcessedPercentage float32 `protobuf:"fixed32,2,opt,name=processedPercentage" json:"processedPercentage,omitempty"`
  1526. }
  1527. func (m *VolumeTierMoveDatFromRemoteResponse) Reset() { *m = VolumeTierMoveDatFromRemoteResponse{} }
  1528. func (m *VolumeTierMoveDatFromRemoteResponse) String() string { return proto.CompactTextString(m) }
  1529. func (*VolumeTierMoveDatFromRemoteResponse) ProtoMessage() {}
  1530. func (*VolumeTierMoveDatFromRemoteResponse) Descriptor() ([]byte, []int) {
  1531. return fileDescriptor0, []int{67}
  1532. }
  1533. func (m *VolumeTierMoveDatFromRemoteResponse) GetProcessed() int64 {
  1534. if m != nil {
  1535. return m.Processed
  1536. }
  1537. return 0
  1538. }
  1539. func (m *VolumeTierMoveDatFromRemoteResponse) GetProcessedPercentage() float32 {
  1540. if m != nil {
  1541. return m.ProcessedPercentage
  1542. }
  1543. return 0
  1544. }
  1545. type VolumeServerStatusRequest struct {
  1546. }
  1547. func (m *VolumeServerStatusRequest) Reset() { *m = VolumeServerStatusRequest{} }
  1548. func (m *VolumeServerStatusRequest) String() string { return proto.CompactTextString(m) }
  1549. func (*VolumeServerStatusRequest) ProtoMessage() {}
  1550. func (*VolumeServerStatusRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{68} }
  1551. type VolumeServerStatusResponse struct {
  1552. DiskStatuses []*DiskStatus `protobuf:"bytes,1,rep,name=disk_statuses,json=diskStatuses" json:"disk_statuses,omitempty"`
  1553. MemoryStatus *MemStatus `protobuf:"bytes,2,opt,name=memory_status,json=memoryStatus" json:"memory_status,omitempty"`
  1554. }
  1555. func (m *VolumeServerStatusResponse) Reset() { *m = VolumeServerStatusResponse{} }
  1556. func (m *VolumeServerStatusResponse) String() string { return proto.CompactTextString(m) }
  1557. func (*VolumeServerStatusResponse) ProtoMessage() {}
  1558. func (*VolumeServerStatusResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{69} }
  1559. func (m *VolumeServerStatusResponse) GetDiskStatuses() []*DiskStatus {
  1560. if m != nil {
  1561. return m.DiskStatuses
  1562. }
  1563. return nil
  1564. }
  1565. func (m *VolumeServerStatusResponse) GetMemoryStatus() *MemStatus {
  1566. if m != nil {
  1567. return m.MemoryStatus
  1568. }
  1569. return nil
  1570. }
  1571. // select on volume servers
  1572. type QueryRequest struct {
  1573. Selections []string `protobuf:"bytes,1,rep,name=selections" json:"selections,omitempty"`
  1574. FromFileIds []string `protobuf:"bytes,2,rep,name=from_file_ids,json=fromFileIds" json:"from_file_ids,omitempty"`
  1575. Filter *QueryRequest_Filter `protobuf:"bytes,3,opt,name=filter" json:"filter,omitempty"`
  1576. InputSerialization *QueryRequest_InputSerialization `protobuf:"bytes,4,opt,name=input_serialization,json=inputSerialization" json:"input_serialization,omitempty"`
  1577. OutputSerialization *QueryRequest_OutputSerialization `protobuf:"bytes,5,opt,name=output_serialization,json=outputSerialization" json:"output_serialization,omitempty"`
  1578. }
  1579. func (m *QueryRequest) Reset() { *m = QueryRequest{} }
  1580. func (m *QueryRequest) String() string { return proto.CompactTextString(m) }
  1581. func (*QueryRequest) ProtoMessage() {}
  1582. func (*QueryRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{70} }
  1583. func (m *QueryRequest) GetSelections() []string {
  1584. if m != nil {
  1585. return m.Selections
  1586. }
  1587. return nil
  1588. }
  1589. func (m *QueryRequest) GetFromFileIds() []string {
  1590. if m != nil {
  1591. return m.FromFileIds
  1592. }
  1593. return nil
  1594. }
  1595. func (m *QueryRequest) GetFilter() *QueryRequest_Filter {
  1596. if m != nil {
  1597. return m.Filter
  1598. }
  1599. return nil
  1600. }
  1601. func (m *QueryRequest) GetInputSerialization() *QueryRequest_InputSerialization {
  1602. if m != nil {
  1603. return m.InputSerialization
  1604. }
  1605. return nil
  1606. }
  1607. func (m *QueryRequest) GetOutputSerialization() *QueryRequest_OutputSerialization {
  1608. if m != nil {
  1609. return m.OutputSerialization
  1610. }
  1611. return nil
  1612. }
  1613. type QueryRequest_Filter struct {
  1614. Field string `protobuf:"bytes,1,opt,name=field" json:"field,omitempty"`
  1615. Operand string `protobuf:"bytes,2,opt,name=operand" json:"operand,omitempty"`
  1616. Value string `protobuf:"bytes,3,opt,name=value" json:"value,omitempty"`
  1617. }
  1618. func (m *QueryRequest_Filter) Reset() { *m = QueryRequest_Filter{} }
  1619. func (m *QueryRequest_Filter) String() string { return proto.CompactTextString(m) }
  1620. func (*QueryRequest_Filter) ProtoMessage() {}
  1621. func (*QueryRequest_Filter) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{70, 0} }
  1622. func (m *QueryRequest_Filter) GetField() string {
  1623. if m != nil {
  1624. return m.Field
  1625. }
  1626. return ""
  1627. }
  1628. func (m *QueryRequest_Filter) GetOperand() string {
  1629. if m != nil {
  1630. return m.Operand
  1631. }
  1632. return ""
  1633. }
  1634. func (m *QueryRequest_Filter) GetValue() string {
  1635. if m != nil {
  1636. return m.Value
  1637. }
  1638. return ""
  1639. }
  1640. type QueryRequest_InputSerialization struct {
  1641. // NONE | GZIP | BZIP2
  1642. CompressionType string `protobuf:"bytes,1,opt,name=compression_type,json=compressionType" json:"compression_type,omitempty"`
  1643. CsvInput *QueryRequest_InputSerialization_CSVInput `protobuf:"bytes,2,opt,name=csv_input,json=csvInput" json:"csv_input,omitempty"`
  1644. JsonInput *QueryRequest_InputSerialization_JSONInput `protobuf:"bytes,3,opt,name=json_input,json=jsonInput" json:"json_input,omitempty"`
  1645. ParquetInput *QueryRequest_InputSerialization_ParquetInput `protobuf:"bytes,4,opt,name=parquet_input,json=parquetInput" json:"parquet_input,omitempty"`
  1646. }
  1647. func (m *QueryRequest_InputSerialization) Reset() { *m = QueryRequest_InputSerialization{} }
  1648. func (m *QueryRequest_InputSerialization) String() string { return proto.CompactTextString(m) }
  1649. func (*QueryRequest_InputSerialization) ProtoMessage() {}
  1650. func (*QueryRequest_InputSerialization) Descriptor() ([]byte, []int) {
  1651. return fileDescriptor0, []int{70, 1}
  1652. }
  1653. func (m *QueryRequest_InputSerialization) GetCompressionType() string {
  1654. if m != nil {
  1655. return m.CompressionType
  1656. }
  1657. return ""
  1658. }
  1659. func (m *QueryRequest_InputSerialization) GetCsvInput() *QueryRequest_InputSerialization_CSVInput {
  1660. if m != nil {
  1661. return m.CsvInput
  1662. }
  1663. return nil
  1664. }
  1665. func (m *QueryRequest_InputSerialization) GetJsonInput() *QueryRequest_InputSerialization_JSONInput {
  1666. if m != nil {
  1667. return m.JsonInput
  1668. }
  1669. return nil
  1670. }
  1671. func (m *QueryRequest_InputSerialization) GetParquetInput() *QueryRequest_InputSerialization_ParquetInput {
  1672. if m != nil {
  1673. return m.ParquetInput
  1674. }
  1675. return nil
  1676. }
  1677. type QueryRequest_InputSerialization_CSVInput struct {
  1678. FileHeaderInfo string `protobuf:"bytes,1,opt,name=file_header_info,json=fileHeaderInfo" json:"file_header_info,omitempty"`
  1679. RecordDelimiter string `protobuf:"bytes,2,opt,name=record_delimiter,json=recordDelimiter" json:"record_delimiter,omitempty"`
  1680. FieldDelimiter string `protobuf:"bytes,3,opt,name=field_delimiter,json=fieldDelimiter" json:"field_delimiter,omitempty"`
  1681. QuoteCharactoer string `protobuf:"bytes,4,opt,name=quote_charactoer,json=quoteCharactoer" json:"quote_charactoer,omitempty"`
  1682. QuoteEscapeCharacter string `protobuf:"bytes,5,opt,name=quote_escape_character,json=quoteEscapeCharacter" json:"quote_escape_character,omitempty"`
  1683. Comments string `protobuf:"bytes,6,opt,name=comments" json:"comments,omitempty"`
  1684. // If true, records might contain record delimiters within quote characters
  1685. AllowQuotedRecordDelimiter bool `protobuf:"varint,7,opt,name=allow_quoted_record_delimiter,json=allowQuotedRecordDelimiter" json:"allow_quoted_record_delimiter,omitempty"`
  1686. }
  1687. func (m *QueryRequest_InputSerialization_CSVInput) Reset() {
  1688. *m = QueryRequest_InputSerialization_CSVInput{}
  1689. }
  1690. func (m *QueryRequest_InputSerialization_CSVInput) String() string { return proto.CompactTextString(m) }
  1691. func (*QueryRequest_InputSerialization_CSVInput) ProtoMessage() {}
  1692. func (*QueryRequest_InputSerialization_CSVInput) Descriptor() ([]byte, []int) {
  1693. return fileDescriptor0, []int{70, 1, 0}
  1694. }
  1695. func (m *QueryRequest_InputSerialization_CSVInput) GetFileHeaderInfo() string {
  1696. if m != nil {
  1697. return m.FileHeaderInfo
  1698. }
  1699. return ""
  1700. }
  1701. func (m *QueryRequest_InputSerialization_CSVInput) GetRecordDelimiter() string {
  1702. if m != nil {
  1703. return m.RecordDelimiter
  1704. }
  1705. return ""
  1706. }
  1707. func (m *QueryRequest_InputSerialization_CSVInput) GetFieldDelimiter() string {
  1708. if m != nil {
  1709. return m.FieldDelimiter
  1710. }
  1711. return ""
  1712. }
  1713. func (m *QueryRequest_InputSerialization_CSVInput) GetQuoteCharactoer() string {
  1714. if m != nil {
  1715. return m.QuoteCharactoer
  1716. }
  1717. return ""
  1718. }
  1719. func (m *QueryRequest_InputSerialization_CSVInput) GetQuoteEscapeCharacter() string {
  1720. if m != nil {
  1721. return m.QuoteEscapeCharacter
  1722. }
  1723. return ""
  1724. }
  1725. func (m *QueryRequest_InputSerialization_CSVInput) GetComments() string {
  1726. if m != nil {
  1727. return m.Comments
  1728. }
  1729. return ""
  1730. }
  1731. func (m *QueryRequest_InputSerialization_CSVInput) GetAllowQuotedRecordDelimiter() bool {
  1732. if m != nil {
  1733. return m.AllowQuotedRecordDelimiter
  1734. }
  1735. return false
  1736. }
  1737. type QueryRequest_InputSerialization_JSONInput struct {
  1738. Type string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"`
  1739. }
  1740. func (m *QueryRequest_InputSerialization_JSONInput) Reset() {
  1741. *m = QueryRequest_InputSerialization_JSONInput{}
  1742. }
  1743. func (m *QueryRequest_InputSerialization_JSONInput) String() string { return proto.CompactTextString(m) }
  1744. func (*QueryRequest_InputSerialization_JSONInput) ProtoMessage() {}
  1745. func (*QueryRequest_InputSerialization_JSONInput) Descriptor() ([]byte, []int) {
  1746. return fileDescriptor0, []int{70, 1, 1}
  1747. }
  1748. func (m *QueryRequest_InputSerialization_JSONInput) GetType() string {
  1749. if m != nil {
  1750. return m.Type
  1751. }
  1752. return ""
  1753. }
  1754. type QueryRequest_InputSerialization_ParquetInput struct {
  1755. }
  1756. func (m *QueryRequest_InputSerialization_ParquetInput) Reset() {
  1757. *m = QueryRequest_InputSerialization_ParquetInput{}
  1758. }
  1759. func (m *QueryRequest_InputSerialization_ParquetInput) String() string {
  1760. return proto.CompactTextString(m)
  1761. }
  1762. func (*QueryRequest_InputSerialization_ParquetInput) ProtoMessage() {}
  1763. func (*QueryRequest_InputSerialization_ParquetInput) Descriptor() ([]byte, []int) {
  1764. return fileDescriptor0, []int{70, 1, 2}
  1765. }
  1766. type QueryRequest_OutputSerialization struct {
  1767. CsvOutput *QueryRequest_OutputSerialization_CSVOutput `protobuf:"bytes,2,opt,name=csv_output,json=csvOutput" json:"csv_output,omitempty"`
  1768. JsonOutput *QueryRequest_OutputSerialization_JSONOutput `protobuf:"bytes,3,opt,name=json_output,json=jsonOutput" json:"json_output,omitempty"`
  1769. }
  1770. func (m *QueryRequest_OutputSerialization) Reset() { *m = QueryRequest_OutputSerialization{} }
  1771. func (m *QueryRequest_OutputSerialization) String() string { return proto.CompactTextString(m) }
  1772. func (*QueryRequest_OutputSerialization) ProtoMessage() {}
  1773. func (*QueryRequest_OutputSerialization) Descriptor() ([]byte, []int) {
  1774. return fileDescriptor0, []int{70, 2}
  1775. }
  1776. func (m *QueryRequest_OutputSerialization) GetCsvOutput() *QueryRequest_OutputSerialization_CSVOutput {
  1777. if m != nil {
  1778. return m.CsvOutput
  1779. }
  1780. return nil
  1781. }
  1782. func (m *QueryRequest_OutputSerialization) GetJsonOutput() *QueryRequest_OutputSerialization_JSONOutput {
  1783. if m != nil {
  1784. return m.JsonOutput
  1785. }
  1786. return nil
  1787. }
  1788. type QueryRequest_OutputSerialization_CSVOutput struct {
  1789. QuoteFields string `protobuf:"bytes,1,opt,name=quote_fields,json=quoteFields" json:"quote_fields,omitempty"`
  1790. RecordDelimiter string `protobuf:"bytes,2,opt,name=record_delimiter,json=recordDelimiter" json:"record_delimiter,omitempty"`
  1791. FieldDelimiter string `protobuf:"bytes,3,opt,name=field_delimiter,json=fieldDelimiter" json:"field_delimiter,omitempty"`
  1792. QuoteCharactoer string `protobuf:"bytes,4,opt,name=quote_charactoer,json=quoteCharactoer" json:"quote_charactoer,omitempty"`
  1793. QuoteEscapeCharacter string `protobuf:"bytes,5,opt,name=quote_escape_character,json=quoteEscapeCharacter" json:"quote_escape_character,omitempty"`
  1794. }
  1795. func (m *QueryRequest_OutputSerialization_CSVOutput) Reset() {
  1796. *m = QueryRequest_OutputSerialization_CSVOutput{}
  1797. }
  1798. func (m *QueryRequest_OutputSerialization_CSVOutput) String() string {
  1799. return proto.CompactTextString(m)
  1800. }
  1801. func (*QueryRequest_OutputSerialization_CSVOutput) ProtoMessage() {}
  1802. func (*QueryRequest_OutputSerialization_CSVOutput) Descriptor() ([]byte, []int) {
  1803. return fileDescriptor0, []int{70, 2, 0}
  1804. }
  1805. func (m *QueryRequest_OutputSerialization_CSVOutput) GetQuoteFields() string {
  1806. if m != nil {
  1807. return m.QuoteFields
  1808. }
  1809. return ""
  1810. }
  1811. func (m *QueryRequest_OutputSerialization_CSVOutput) GetRecordDelimiter() string {
  1812. if m != nil {
  1813. return m.RecordDelimiter
  1814. }
  1815. return ""
  1816. }
  1817. func (m *QueryRequest_OutputSerialization_CSVOutput) GetFieldDelimiter() string {
  1818. if m != nil {
  1819. return m.FieldDelimiter
  1820. }
  1821. return ""
  1822. }
  1823. func (m *QueryRequest_OutputSerialization_CSVOutput) GetQuoteCharactoer() string {
  1824. if m != nil {
  1825. return m.QuoteCharactoer
  1826. }
  1827. return ""
  1828. }
  1829. func (m *QueryRequest_OutputSerialization_CSVOutput) GetQuoteEscapeCharacter() string {
  1830. if m != nil {
  1831. return m.QuoteEscapeCharacter
  1832. }
  1833. return ""
  1834. }
  1835. type QueryRequest_OutputSerialization_JSONOutput struct {
  1836. RecordDelimiter string `protobuf:"bytes,1,opt,name=record_delimiter,json=recordDelimiter" json:"record_delimiter,omitempty"`
  1837. }
  1838. func (m *QueryRequest_OutputSerialization_JSONOutput) Reset() {
  1839. *m = QueryRequest_OutputSerialization_JSONOutput{}
  1840. }
  1841. func (m *QueryRequest_OutputSerialization_JSONOutput) String() string {
  1842. return proto.CompactTextString(m)
  1843. }
  1844. func (*QueryRequest_OutputSerialization_JSONOutput) ProtoMessage() {}
  1845. func (*QueryRequest_OutputSerialization_JSONOutput) Descriptor() ([]byte, []int) {
  1846. return fileDescriptor0, []int{70, 2, 1}
  1847. }
  1848. func (m *QueryRequest_OutputSerialization_JSONOutput) GetRecordDelimiter() string {
  1849. if m != nil {
  1850. return m.RecordDelimiter
  1851. }
  1852. return ""
  1853. }
  1854. type QueriedStripe struct {
  1855. Records []byte `protobuf:"bytes,1,opt,name=records,proto3" json:"records,omitempty"`
  1856. }
  1857. func (m *QueriedStripe) Reset() { *m = QueriedStripe{} }
  1858. func (m *QueriedStripe) String() string { return proto.CompactTextString(m) }
  1859. func (*QueriedStripe) ProtoMessage() {}
  1860. func (*QueriedStripe) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{71} }
  1861. func (m *QueriedStripe) GetRecords() []byte {
  1862. if m != nil {
  1863. return m.Records
  1864. }
  1865. return nil
  1866. }
  1867. func init() {
  1868. proto.RegisterType((*BatchDeleteRequest)(nil), "volume_server_pb.BatchDeleteRequest")
  1869. proto.RegisterType((*BatchDeleteResponse)(nil), "volume_server_pb.BatchDeleteResponse")
  1870. proto.RegisterType((*DeleteResult)(nil), "volume_server_pb.DeleteResult")
  1871. proto.RegisterType((*FileGetRequest)(nil), "volume_server_pb.FileGetRequest")
  1872. proto.RegisterType((*FileGetResponse)(nil), "volume_server_pb.FileGetResponse")
  1873. proto.RegisterType((*Empty)(nil), "volume_server_pb.Empty")
  1874. proto.RegisterType((*VacuumVolumeCheckRequest)(nil), "volume_server_pb.VacuumVolumeCheckRequest")
  1875. proto.RegisterType((*VacuumVolumeCheckResponse)(nil), "volume_server_pb.VacuumVolumeCheckResponse")
  1876. proto.RegisterType((*VacuumVolumeCompactRequest)(nil), "volume_server_pb.VacuumVolumeCompactRequest")
  1877. proto.RegisterType((*VacuumVolumeCompactResponse)(nil), "volume_server_pb.VacuumVolumeCompactResponse")
  1878. proto.RegisterType((*VacuumVolumeCommitRequest)(nil), "volume_server_pb.VacuumVolumeCommitRequest")
  1879. proto.RegisterType((*VacuumVolumeCommitResponse)(nil), "volume_server_pb.VacuumVolumeCommitResponse")
  1880. proto.RegisterType((*VacuumVolumeCleanupRequest)(nil), "volume_server_pb.VacuumVolumeCleanupRequest")
  1881. proto.RegisterType((*VacuumVolumeCleanupResponse)(nil), "volume_server_pb.VacuumVolumeCleanupResponse")
  1882. proto.RegisterType((*DeleteCollectionRequest)(nil), "volume_server_pb.DeleteCollectionRequest")
  1883. proto.RegisterType((*DeleteCollectionResponse)(nil), "volume_server_pb.DeleteCollectionResponse")
  1884. proto.RegisterType((*AllocateVolumeRequest)(nil), "volume_server_pb.AllocateVolumeRequest")
  1885. proto.RegisterType((*AllocateVolumeResponse)(nil), "volume_server_pb.AllocateVolumeResponse")
  1886. proto.RegisterType((*VolumeSyncStatusRequest)(nil), "volume_server_pb.VolumeSyncStatusRequest")
  1887. proto.RegisterType((*VolumeSyncStatusResponse)(nil), "volume_server_pb.VolumeSyncStatusResponse")
  1888. proto.RegisterType((*VolumeIncrementalCopyRequest)(nil), "volume_server_pb.VolumeIncrementalCopyRequest")
  1889. proto.RegisterType((*VolumeIncrementalCopyResponse)(nil), "volume_server_pb.VolumeIncrementalCopyResponse")
  1890. proto.RegisterType((*VolumeMountRequest)(nil), "volume_server_pb.VolumeMountRequest")
  1891. proto.RegisterType((*VolumeMountResponse)(nil), "volume_server_pb.VolumeMountResponse")
  1892. proto.RegisterType((*VolumeUnmountRequest)(nil), "volume_server_pb.VolumeUnmountRequest")
  1893. proto.RegisterType((*VolumeUnmountResponse)(nil), "volume_server_pb.VolumeUnmountResponse")
  1894. proto.RegisterType((*VolumeDeleteRequest)(nil), "volume_server_pb.VolumeDeleteRequest")
  1895. proto.RegisterType((*VolumeDeleteResponse)(nil), "volume_server_pb.VolumeDeleteResponse")
  1896. proto.RegisterType((*VolumeMarkReadonlyRequest)(nil), "volume_server_pb.VolumeMarkReadonlyRequest")
  1897. proto.RegisterType((*VolumeMarkReadonlyResponse)(nil), "volume_server_pb.VolumeMarkReadonlyResponse")
  1898. proto.RegisterType((*VolumeConfigureRequest)(nil), "volume_server_pb.VolumeConfigureRequest")
  1899. proto.RegisterType((*VolumeConfigureResponse)(nil), "volume_server_pb.VolumeConfigureResponse")
  1900. proto.RegisterType((*VolumeCopyRequest)(nil), "volume_server_pb.VolumeCopyRequest")
  1901. proto.RegisterType((*VolumeCopyResponse)(nil), "volume_server_pb.VolumeCopyResponse")
  1902. proto.RegisterType((*CopyFileRequest)(nil), "volume_server_pb.CopyFileRequest")
  1903. proto.RegisterType((*CopyFileResponse)(nil), "volume_server_pb.CopyFileResponse")
  1904. proto.RegisterType((*VolumeTailSenderRequest)(nil), "volume_server_pb.VolumeTailSenderRequest")
  1905. proto.RegisterType((*VolumeTailSenderResponse)(nil), "volume_server_pb.VolumeTailSenderResponse")
  1906. proto.RegisterType((*VolumeTailReceiverRequest)(nil), "volume_server_pb.VolumeTailReceiverRequest")
  1907. proto.RegisterType((*VolumeTailReceiverResponse)(nil), "volume_server_pb.VolumeTailReceiverResponse")
  1908. proto.RegisterType((*VolumeEcShardsGenerateRequest)(nil), "volume_server_pb.VolumeEcShardsGenerateRequest")
  1909. proto.RegisterType((*VolumeEcShardsGenerateResponse)(nil), "volume_server_pb.VolumeEcShardsGenerateResponse")
  1910. proto.RegisterType((*VolumeEcShardsRebuildRequest)(nil), "volume_server_pb.VolumeEcShardsRebuildRequest")
  1911. proto.RegisterType((*VolumeEcShardsRebuildResponse)(nil), "volume_server_pb.VolumeEcShardsRebuildResponse")
  1912. proto.RegisterType((*VolumeEcShardsCopyRequest)(nil), "volume_server_pb.VolumeEcShardsCopyRequest")
  1913. proto.RegisterType((*VolumeEcShardsCopyResponse)(nil), "volume_server_pb.VolumeEcShardsCopyResponse")
  1914. proto.RegisterType((*VolumeEcShardsDeleteRequest)(nil), "volume_server_pb.VolumeEcShardsDeleteRequest")
  1915. proto.RegisterType((*VolumeEcShardsDeleteResponse)(nil), "volume_server_pb.VolumeEcShardsDeleteResponse")
  1916. proto.RegisterType((*VolumeEcShardsMountRequest)(nil), "volume_server_pb.VolumeEcShardsMountRequest")
  1917. proto.RegisterType((*VolumeEcShardsMountResponse)(nil), "volume_server_pb.VolumeEcShardsMountResponse")
  1918. proto.RegisterType((*VolumeEcShardsUnmountRequest)(nil), "volume_server_pb.VolumeEcShardsUnmountRequest")
  1919. proto.RegisterType((*VolumeEcShardsUnmountResponse)(nil), "volume_server_pb.VolumeEcShardsUnmountResponse")
  1920. proto.RegisterType((*VolumeEcShardReadRequest)(nil), "volume_server_pb.VolumeEcShardReadRequest")
  1921. proto.RegisterType((*VolumeEcShardReadResponse)(nil), "volume_server_pb.VolumeEcShardReadResponse")
  1922. proto.RegisterType((*VolumeEcBlobDeleteRequest)(nil), "volume_server_pb.VolumeEcBlobDeleteRequest")
  1923. proto.RegisterType((*VolumeEcBlobDeleteResponse)(nil), "volume_server_pb.VolumeEcBlobDeleteResponse")
  1924. proto.RegisterType((*VolumeEcShardsToVolumeRequest)(nil), "volume_server_pb.VolumeEcShardsToVolumeRequest")
  1925. proto.RegisterType((*VolumeEcShardsToVolumeResponse)(nil), "volume_server_pb.VolumeEcShardsToVolumeResponse")
  1926. proto.RegisterType((*ReadVolumeFileStatusRequest)(nil), "volume_server_pb.ReadVolumeFileStatusRequest")
  1927. proto.RegisterType((*ReadVolumeFileStatusResponse)(nil), "volume_server_pb.ReadVolumeFileStatusResponse")
  1928. proto.RegisterType((*DiskStatus)(nil), "volume_server_pb.DiskStatus")
  1929. proto.RegisterType((*MemStatus)(nil), "volume_server_pb.MemStatus")
  1930. proto.RegisterType((*RemoteFile)(nil), "volume_server_pb.RemoteFile")
  1931. proto.RegisterType((*VolumeInfo)(nil), "volume_server_pb.VolumeInfo")
  1932. proto.RegisterType((*VolumeTierMoveDatToRemoteRequest)(nil), "volume_server_pb.VolumeTierMoveDatToRemoteRequest")
  1933. proto.RegisterType((*VolumeTierMoveDatToRemoteResponse)(nil), "volume_server_pb.VolumeTierMoveDatToRemoteResponse")
  1934. proto.RegisterType((*VolumeTierMoveDatFromRemoteRequest)(nil), "volume_server_pb.VolumeTierMoveDatFromRemoteRequest")
  1935. proto.RegisterType((*VolumeTierMoveDatFromRemoteResponse)(nil), "volume_server_pb.VolumeTierMoveDatFromRemoteResponse")
  1936. proto.RegisterType((*VolumeServerStatusRequest)(nil), "volume_server_pb.VolumeServerStatusRequest")
  1937. proto.RegisterType((*VolumeServerStatusResponse)(nil), "volume_server_pb.VolumeServerStatusResponse")
  1938. proto.RegisterType((*QueryRequest)(nil), "volume_server_pb.QueryRequest")
  1939. proto.RegisterType((*QueryRequest_Filter)(nil), "volume_server_pb.QueryRequest.Filter")
  1940. proto.RegisterType((*QueryRequest_InputSerialization)(nil), "volume_server_pb.QueryRequest.InputSerialization")
  1941. proto.RegisterType((*QueryRequest_InputSerialization_CSVInput)(nil), "volume_server_pb.QueryRequest.InputSerialization.CSVInput")
  1942. proto.RegisterType((*QueryRequest_InputSerialization_JSONInput)(nil), "volume_server_pb.QueryRequest.InputSerialization.JSONInput")
  1943. proto.RegisterType((*QueryRequest_InputSerialization_ParquetInput)(nil), "volume_server_pb.QueryRequest.InputSerialization.ParquetInput")
  1944. proto.RegisterType((*QueryRequest_OutputSerialization)(nil), "volume_server_pb.QueryRequest.OutputSerialization")
  1945. proto.RegisterType((*QueryRequest_OutputSerialization_CSVOutput)(nil), "volume_server_pb.QueryRequest.OutputSerialization.CSVOutput")
  1946. proto.RegisterType((*QueryRequest_OutputSerialization_JSONOutput)(nil), "volume_server_pb.QueryRequest.OutputSerialization.JSONOutput")
  1947. proto.RegisterType((*QueriedStripe)(nil), "volume_server_pb.QueriedStripe")
  1948. }
  1949. // Reference imports to suppress errors if they are not otherwise used.
  1950. var _ context.Context
  1951. var _ grpc.ClientConn
  1952. // This is a compile-time assertion to ensure that this generated file
  1953. // is compatible with the grpc package it is being compiled against.
  1954. const _ = grpc.SupportPackageIsVersion4
  1955. // Client API for VolumeServer service
  1956. type VolumeServerClient interface {
  1957. // Experts only: takes multiple fid parameters. This function does not propagate deletes to replicas.
  1958. BatchDelete(ctx context.Context, in *BatchDeleteRequest, opts ...grpc.CallOption) (*BatchDeleteResponse, error)
  1959. FileGet(ctx context.Context, in *FileGetRequest, opts ...grpc.CallOption) (VolumeServer_FileGetClient, error)
  1960. VacuumVolumeCheck(ctx context.Context, in *VacuumVolumeCheckRequest, opts ...grpc.CallOption) (*VacuumVolumeCheckResponse, error)
  1961. VacuumVolumeCompact(ctx context.Context, in *VacuumVolumeCompactRequest, opts ...grpc.CallOption) (*VacuumVolumeCompactResponse, error)
  1962. VacuumVolumeCommit(ctx context.Context, in *VacuumVolumeCommitRequest, opts ...grpc.CallOption) (*VacuumVolumeCommitResponse, error)
  1963. VacuumVolumeCleanup(ctx context.Context, in *VacuumVolumeCleanupRequest, opts ...grpc.CallOption) (*VacuumVolumeCleanupResponse, error)
  1964. DeleteCollection(ctx context.Context, in *DeleteCollectionRequest, opts ...grpc.CallOption) (*DeleteCollectionResponse, error)
  1965. AllocateVolume(ctx context.Context, in *AllocateVolumeRequest, opts ...grpc.CallOption) (*AllocateVolumeResponse, error)
  1966. VolumeSyncStatus(ctx context.Context, in *VolumeSyncStatusRequest, opts ...grpc.CallOption) (*VolumeSyncStatusResponse, error)
  1967. VolumeIncrementalCopy(ctx context.Context, in *VolumeIncrementalCopyRequest, opts ...grpc.CallOption) (VolumeServer_VolumeIncrementalCopyClient, error)
  1968. VolumeMount(ctx context.Context, in *VolumeMountRequest, opts ...grpc.CallOption) (*VolumeMountResponse, error)
  1969. VolumeUnmount(ctx context.Context, in *VolumeUnmountRequest, opts ...grpc.CallOption) (*VolumeUnmountResponse, error)
  1970. VolumeDelete(ctx context.Context, in *VolumeDeleteRequest, opts ...grpc.CallOption) (*VolumeDeleteResponse, error)
  1971. VolumeMarkReadonly(ctx context.Context, in *VolumeMarkReadonlyRequest, opts ...grpc.CallOption) (*VolumeMarkReadonlyResponse, error)
  1972. VolumeConfigure(ctx context.Context, in *VolumeConfigureRequest, opts ...grpc.CallOption) (*VolumeConfigureResponse, error)
  1973. // copy the .idx .dat files, and mount this volume
  1974. VolumeCopy(ctx context.Context, in *VolumeCopyRequest, opts ...grpc.CallOption) (*VolumeCopyResponse, error)
  1975. ReadVolumeFileStatus(ctx context.Context, in *ReadVolumeFileStatusRequest, opts ...grpc.CallOption) (*ReadVolumeFileStatusResponse, error)
  1976. CopyFile(ctx context.Context, in *CopyFileRequest, opts ...grpc.CallOption) (VolumeServer_CopyFileClient, error)
  1977. VolumeTailSender(ctx context.Context, in *VolumeTailSenderRequest, opts ...grpc.CallOption) (VolumeServer_VolumeTailSenderClient, error)
  1978. VolumeTailReceiver(ctx context.Context, in *VolumeTailReceiverRequest, opts ...grpc.CallOption) (*VolumeTailReceiverResponse, error)
  1979. // erasure coding
  1980. VolumeEcShardsGenerate(ctx context.Context, in *VolumeEcShardsGenerateRequest, opts ...grpc.CallOption) (*VolumeEcShardsGenerateResponse, error)
  1981. VolumeEcShardsRebuild(ctx context.Context, in *VolumeEcShardsRebuildRequest, opts ...grpc.CallOption) (*VolumeEcShardsRebuildResponse, error)
  1982. VolumeEcShardsCopy(ctx context.Context, in *VolumeEcShardsCopyRequest, opts ...grpc.CallOption) (*VolumeEcShardsCopyResponse, error)
  1983. VolumeEcShardsDelete(ctx context.Context, in *VolumeEcShardsDeleteRequest, opts ...grpc.CallOption) (*VolumeEcShardsDeleteResponse, error)
  1984. VolumeEcShardsMount(ctx context.Context, in *VolumeEcShardsMountRequest, opts ...grpc.CallOption) (*VolumeEcShardsMountResponse, error)
  1985. VolumeEcShardsUnmount(ctx context.Context, in *VolumeEcShardsUnmountRequest, opts ...grpc.CallOption) (*VolumeEcShardsUnmountResponse, error)
  1986. VolumeEcShardRead(ctx context.Context, in *VolumeEcShardReadRequest, opts ...grpc.CallOption) (VolumeServer_VolumeEcShardReadClient, error)
  1987. VolumeEcBlobDelete(ctx context.Context, in *VolumeEcBlobDeleteRequest, opts ...grpc.CallOption) (*VolumeEcBlobDeleteResponse, error)
  1988. VolumeEcShardsToVolume(ctx context.Context, in *VolumeEcShardsToVolumeRequest, opts ...grpc.CallOption) (*VolumeEcShardsToVolumeResponse, error)
  1989. // tiered storage
  1990. VolumeTierMoveDatToRemote(ctx context.Context, in *VolumeTierMoveDatToRemoteRequest, opts ...grpc.CallOption) (VolumeServer_VolumeTierMoveDatToRemoteClient, error)
  1991. VolumeTierMoveDatFromRemote(ctx context.Context, in *VolumeTierMoveDatFromRemoteRequest, opts ...grpc.CallOption) (VolumeServer_VolumeTierMoveDatFromRemoteClient, error)
  1992. VolumeServerStatus(ctx context.Context, in *VolumeServerStatusRequest, opts ...grpc.CallOption) (*VolumeServerStatusResponse, error)
  1993. // <experimental> query
  1994. Query(ctx context.Context, in *QueryRequest, opts ...grpc.CallOption) (VolumeServer_QueryClient, error)
  1995. }
  1996. type volumeServerClient struct {
  1997. cc *grpc.ClientConn
  1998. }
  1999. func NewVolumeServerClient(cc *grpc.ClientConn) VolumeServerClient {
  2000. return &volumeServerClient{cc}
  2001. }
  2002. func (c *volumeServerClient) BatchDelete(ctx context.Context, in *BatchDeleteRequest, opts ...grpc.CallOption) (*BatchDeleteResponse, error) {
  2003. out := new(BatchDeleteResponse)
  2004. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/BatchDelete", in, out, c.cc, opts...)
  2005. if err != nil {
  2006. return nil, err
  2007. }
  2008. return out, nil
  2009. }
  2010. func (c *volumeServerClient) FileGet(ctx context.Context, in *FileGetRequest, opts ...grpc.CallOption) (VolumeServer_FileGetClient, error) {
  2011. stream, err := grpc.NewClientStream(ctx, &_VolumeServer_serviceDesc.Streams[0], c.cc, "/volume_server_pb.VolumeServer/FileGet", opts...)
  2012. if err != nil {
  2013. return nil, err
  2014. }
  2015. x := &volumeServerFileGetClient{stream}
  2016. if err := x.ClientStream.SendMsg(in); err != nil {
  2017. return nil, err
  2018. }
  2019. if err := x.ClientStream.CloseSend(); err != nil {
  2020. return nil, err
  2021. }
  2022. return x, nil
  2023. }
  2024. type VolumeServer_FileGetClient interface {
  2025. Recv() (*FileGetResponse, error)
  2026. grpc.ClientStream
  2027. }
  2028. type volumeServerFileGetClient struct {
  2029. grpc.ClientStream
  2030. }
  2031. func (x *volumeServerFileGetClient) Recv() (*FileGetResponse, error) {
  2032. m := new(FileGetResponse)
  2033. if err := x.ClientStream.RecvMsg(m); err != nil {
  2034. return nil, err
  2035. }
  2036. return m, nil
  2037. }
  2038. func (c *volumeServerClient) VacuumVolumeCheck(ctx context.Context, in *VacuumVolumeCheckRequest, opts ...grpc.CallOption) (*VacuumVolumeCheckResponse, error) {
  2039. out := new(VacuumVolumeCheckResponse)
  2040. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VacuumVolumeCheck", in, out, c.cc, opts...)
  2041. if err != nil {
  2042. return nil, err
  2043. }
  2044. return out, nil
  2045. }
  2046. func (c *volumeServerClient) VacuumVolumeCompact(ctx context.Context, in *VacuumVolumeCompactRequest, opts ...grpc.CallOption) (*VacuumVolumeCompactResponse, error) {
  2047. out := new(VacuumVolumeCompactResponse)
  2048. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VacuumVolumeCompact", in, out, c.cc, opts...)
  2049. if err != nil {
  2050. return nil, err
  2051. }
  2052. return out, nil
  2053. }
  2054. func (c *volumeServerClient) VacuumVolumeCommit(ctx context.Context, in *VacuumVolumeCommitRequest, opts ...grpc.CallOption) (*VacuumVolumeCommitResponse, error) {
  2055. out := new(VacuumVolumeCommitResponse)
  2056. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VacuumVolumeCommit", in, out, c.cc, opts...)
  2057. if err != nil {
  2058. return nil, err
  2059. }
  2060. return out, nil
  2061. }
  2062. func (c *volumeServerClient) VacuumVolumeCleanup(ctx context.Context, in *VacuumVolumeCleanupRequest, opts ...grpc.CallOption) (*VacuumVolumeCleanupResponse, error) {
  2063. out := new(VacuumVolumeCleanupResponse)
  2064. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VacuumVolumeCleanup", in, out, c.cc, opts...)
  2065. if err != nil {
  2066. return nil, err
  2067. }
  2068. return out, nil
  2069. }
  2070. func (c *volumeServerClient) DeleteCollection(ctx context.Context, in *DeleteCollectionRequest, opts ...grpc.CallOption) (*DeleteCollectionResponse, error) {
  2071. out := new(DeleteCollectionResponse)
  2072. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/DeleteCollection", in, out, c.cc, opts...)
  2073. if err != nil {
  2074. return nil, err
  2075. }
  2076. return out, nil
  2077. }
  2078. func (c *volumeServerClient) AllocateVolume(ctx context.Context, in *AllocateVolumeRequest, opts ...grpc.CallOption) (*AllocateVolumeResponse, error) {
  2079. out := new(AllocateVolumeResponse)
  2080. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/AllocateVolume", in, out, c.cc, opts...)
  2081. if err != nil {
  2082. return nil, err
  2083. }
  2084. return out, nil
  2085. }
  2086. func (c *volumeServerClient) VolumeSyncStatus(ctx context.Context, in *VolumeSyncStatusRequest, opts ...grpc.CallOption) (*VolumeSyncStatusResponse, error) {
  2087. out := new(VolumeSyncStatusResponse)
  2088. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeSyncStatus", in, out, c.cc, opts...)
  2089. if err != nil {
  2090. return nil, err
  2091. }
  2092. return out, nil
  2093. }
  2094. func (c *volumeServerClient) VolumeIncrementalCopy(ctx context.Context, in *VolumeIncrementalCopyRequest, opts ...grpc.CallOption) (VolumeServer_VolumeIncrementalCopyClient, error) {
  2095. stream, err := grpc.NewClientStream(ctx, &_VolumeServer_serviceDesc.Streams[1], c.cc, "/volume_server_pb.VolumeServer/VolumeIncrementalCopy", opts...)
  2096. if err != nil {
  2097. return nil, err
  2098. }
  2099. x := &volumeServerVolumeIncrementalCopyClient{stream}
  2100. if err := x.ClientStream.SendMsg(in); err != nil {
  2101. return nil, err
  2102. }
  2103. if err := x.ClientStream.CloseSend(); err != nil {
  2104. return nil, err
  2105. }
  2106. return x, nil
  2107. }
  2108. type VolumeServer_VolumeIncrementalCopyClient interface {
  2109. Recv() (*VolumeIncrementalCopyResponse, error)
  2110. grpc.ClientStream
  2111. }
  2112. type volumeServerVolumeIncrementalCopyClient struct {
  2113. grpc.ClientStream
  2114. }
  2115. func (x *volumeServerVolumeIncrementalCopyClient) Recv() (*VolumeIncrementalCopyResponse, error) {
  2116. m := new(VolumeIncrementalCopyResponse)
  2117. if err := x.ClientStream.RecvMsg(m); err != nil {
  2118. return nil, err
  2119. }
  2120. return m, nil
  2121. }
  2122. func (c *volumeServerClient) VolumeMount(ctx context.Context, in *VolumeMountRequest, opts ...grpc.CallOption) (*VolumeMountResponse, error) {
  2123. out := new(VolumeMountResponse)
  2124. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeMount", in, out, c.cc, opts...)
  2125. if err != nil {
  2126. return nil, err
  2127. }
  2128. return out, nil
  2129. }
  2130. func (c *volumeServerClient) VolumeUnmount(ctx context.Context, in *VolumeUnmountRequest, opts ...grpc.CallOption) (*VolumeUnmountResponse, error) {
  2131. out := new(VolumeUnmountResponse)
  2132. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeUnmount", in, out, c.cc, opts...)
  2133. if err != nil {
  2134. return nil, err
  2135. }
  2136. return out, nil
  2137. }
  2138. func (c *volumeServerClient) VolumeDelete(ctx context.Context, in *VolumeDeleteRequest, opts ...grpc.CallOption) (*VolumeDeleteResponse, error) {
  2139. out := new(VolumeDeleteResponse)
  2140. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeDelete", in, out, c.cc, opts...)
  2141. if err != nil {
  2142. return nil, err
  2143. }
  2144. return out, nil
  2145. }
  2146. func (c *volumeServerClient) VolumeMarkReadonly(ctx context.Context, in *VolumeMarkReadonlyRequest, opts ...grpc.CallOption) (*VolumeMarkReadonlyResponse, error) {
  2147. out := new(VolumeMarkReadonlyResponse)
  2148. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeMarkReadonly", in, out, c.cc, opts...)
  2149. if err != nil {
  2150. return nil, err
  2151. }
  2152. return out, nil
  2153. }
  2154. func (c *volumeServerClient) VolumeConfigure(ctx context.Context, in *VolumeConfigureRequest, opts ...grpc.CallOption) (*VolumeConfigureResponse, error) {
  2155. out := new(VolumeConfigureResponse)
  2156. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeConfigure", in, out, c.cc, opts...)
  2157. if err != nil {
  2158. return nil, err
  2159. }
  2160. return out, nil
  2161. }
  2162. func (c *volumeServerClient) VolumeCopy(ctx context.Context, in *VolumeCopyRequest, opts ...grpc.CallOption) (*VolumeCopyResponse, error) {
  2163. out := new(VolumeCopyResponse)
  2164. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeCopy", in, out, c.cc, opts...)
  2165. if err != nil {
  2166. return nil, err
  2167. }
  2168. return out, nil
  2169. }
  2170. func (c *volumeServerClient) ReadVolumeFileStatus(ctx context.Context, in *ReadVolumeFileStatusRequest, opts ...grpc.CallOption) (*ReadVolumeFileStatusResponse, error) {
  2171. out := new(ReadVolumeFileStatusResponse)
  2172. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/ReadVolumeFileStatus", in, out, c.cc, opts...)
  2173. if err != nil {
  2174. return nil, err
  2175. }
  2176. return out, nil
  2177. }
  2178. func (c *volumeServerClient) CopyFile(ctx context.Context, in *CopyFileRequest, opts ...grpc.CallOption) (VolumeServer_CopyFileClient, error) {
  2179. stream, err := grpc.NewClientStream(ctx, &_VolumeServer_serviceDesc.Streams[2], c.cc, "/volume_server_pb.VolumeServer/CopyFile", opts...)
  2180. if err != nil {
  2181. return nil, err
  2182. }
  2183. x := &volumeServerCopyFileClient{stream}
  2184. if err := x.ClientStream.SendMsg(in); err != nil {
  2185. return nil, err
  2186. }
  2187. if err := x.ClientStream.CloseSend(); err != nil {
  2188. return nil, err
  2189. }
  2190. return x, nil
  2191. }
  2192. type VolumeServer_CopyFileClient interface {
  2193. Recv() (*CopyFileResponse, error)
  2194. grpc.ClientStream
  2195. }
  2196. type volumeServerCopyFileClient struct {
  2197. grpc.ClientStream
  2198. }
  2199. func (x *volumeServerCopyFileClient) Recv() (*CopyFileResponse, error) {
  2200. m := new(CopyFileResponse)
  2201. if err := x.ClientStream.RecvMsg(m); err != nil {
  2202. return nil, err
  2203. }
  2204. return m, nil
  2205. }
  2206. func (c *volumeServerClient) VolumeTailSender(ctx context.Context, in *VolumeTailSenderRequest, opts ...grpc.CallOption) (VolumeServer_VolumeTailSenderClient, error) {
  2207. stream, err := grpc.NewClientStream(ctx, &_VolumeServer_serviceDesc.Streams[3], c.cc, "/volume_server_pb.VolumeServer/VolumeTailSender", opts...)
  2208. if err != nil {
  2209. return nil, err
  2210. }
  2211. x := &volumeServerVolumeTailSenderClient{stream}
  2212. if err := x.ClientStream.SendMsg(in); err != nil {
  2213. return nil, err
  2214. }
  2215. if err := x.ClientStream.CloseSend(); err != nil {
  2216. return nil, err
  2217. }
  2218. return x, nil
  2219. }
  2220. type VolumeServer_VolumeTailSenderClient interface {
  2221. Recv() (*VolumeTailSenderResponse, error)
  2222. grpc.ClientStream
  2223. }
  2224. type volumeServerVolumeTailSenderClient struct {
  2225. grpc.ClientStream
  2226. }
  2227. func (x *volumeServerVolumeTailSenderClient) Recv() (*VolumeTailSenderResponse, error) {
  2228. m := new(VolumeTailSenderResponse)
  2229. if err := x.ClientStream.RecvMsg(m); err != nil {
  2230. return nil, err
  2231. }
  2232. return m, nil
  2233. }
  2234. func (c *volumeServerClient) VolumeTailReceiver(ctx context.Context, in *VolumeTailReceiverRequest, opts ...grpc.CallOption) (*VolumeTailReceiverResponse, error) {
  2235. out := new(VolumeTailReceiverResponse)
  2236. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeTailReceiver", in, out, c.cc, opts...)
  2237. if err != nil {
  2238. return nil, err
  2239. }
  2240. return out, nil
  2241. }
  2242. func (c *volumeServerClient) VolumeEcShardsGenerate(ctx context.Context, in *VolumeEcShardsGenerateRequest, opts ...grpc.CallOption) (*VolumeEcShardsGenerateResponse, error) {
  2243. out := new(VolumeEcShardsGenerateResponse)
  2244. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeEcShardsGenerate", in, out, c.cc, opts...)
  2245. if err != nil {
  2246. return nil, err
  2247. }
  2248. return out, nil
  2249. }
  2250. func (c *volumeServerClient) VolumeEcShardsRebuild(ctx context.Context, in *VolumeEcShardsRebuildRequest, opts ...grpc.CallOption) (*VolumeEcShardsRebuildResponse, error) {
  2251. out := new(VolumeEcShardsRebuildResponse)
  2252. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeEcShardsRebuild", in, out, c.cc, opts...)
  2253. if err != nil {
  2254. return nil, err
  2255. }
  2256. return out, nil
  2257. }
  2258. func (c *volumeServerClient) VolumeEcShardsCopy(ctx context.Context, in *VolumeEcShardsCopyRequest, opts ...grpc.CallOption) (*VolumeEcShardsCopyResponse, error) {
  2259. out := new(VolumeEcShardsCopyResponse)
  2260. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeEcShardsCopy", in, out, c.cc, opts...)
  2261. if err != nil {
  2262. return nil, err
  2263. }
  2264. return out, nil
  2265. }
  2266. func (c *volumeServerClient) VolumeEcShardsDelete(ctx context.Context, in *VolumeEcShardsDeleteRequest, opts ...grpc.CallOption) (*VolumeEcShardsDeleteResponse, error) {
  2267. out := new(VolumeEcShardsDeleteResponse)
  2268. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeEcShardsDelete", in, out, c.cc, opts...)
  2269. if err != nil {
  2270. return nil, err
  2271. }
  2272. return out, nil
  2273. }
  2274. func (c *volumeServerClient) VolumeEcShardsMount(ctx context.Context, in *VolumeEcShardsMountRequest, opts ...grpc.CallOption) (*VolumeEcShardsMountResponse, error) {
  2275. out := new(VolumeEcShardsMountResponse)
  2276. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeEcShardsMount", in, out, c.cc, opts...)
  2277. if err != nil {
  2278. return nil, err
  2279. }
  2280. return out, nil
  2281. }
  2282. func (c *volumeServerClient) VolumeEcShardsUnmount(ctx context.Context, in *VolumeEcShardsUnmountRequest, opts ...grpc.CallOption) (*VolumeEcShardsUnmountResponse, error) {
  2283. out := new(VolumeEcShardsUnmountResponse)
  2284. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeEcShardsUnmount", in, out, c.cc, opts...)
  2285. if err != nil {
  2286. return nil, err
  2287. }
  2288. return out, nil
  2289. }
  2290. func (c *volumeServerClient) VolumeEcShardRead(ctx context.Context, in *VolumeEcShardReadRequest, opts ...grpc.CallOption) (VolumeServer_VolumeEcShardReadClient, error) {
  2291. stream, err := grpc.NewClientStream(ctx, &_VolumeServer_serviceDesc.Streams[4], c.cc, "/volume_server_pb.VolumeServer/VolumeEcShardRead", opts...)
  2292. if err != nil {
  2293. return nil, err
  2294. }
  2295. x := &volumeServerVolumeEcShardReadClient{stream}
  2296. if err := x.ClientStream.SendMsg(in); err != nil {
  2297. return nil, err
  2298. }
  2299. if err := x.ClientStream.CloseSend(); err != nil {
  2300. return nil, err
  2301. }
  2302. return x, nil
  2303. }
  2304. type VolumeServer_VolumeEcShardReadClient interface {
  2305. Recv() (*VolumeEcShardReadResponse, error)
  2306. grpc.ClientStream
  2307. }
  2308. type volumeServerVolumeEcShardReadClient struct {
  2309. grpc.ClientStream
  2310. }
  2311. func (x *volumeServerVolumeEcShardReadClient) Recv() (*VolumeEcShardReadResponse, error) {
  2312. m := new(VolumeEcShardReadResponse)
  2313. if err := x.ClientStream.RecvMsg(m); err != nil {
  2314. return nil, err
  2315. }
  2316. return m, nil
  2317. }
  2318. func (c *volumeServerClient) VolumeEcBlobDelete(ctx context.Context, in *VolumeEcBlobDeleteRequest, opts ...grpc.CallOption) (*VolumeEcBlobDeleteResponse, error) {
  2319. out := new(VolumeEcBlobDeleteResponse)
  2320. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeEcBlobDelete", in, out, c.cc, opts...)
  2321. if err != nil {
  2322. return nil, err
  2323. }
  2324. return out, nil
  2325. }
  2326. func (c *volumeServerClient) VolumeEcShardsToVolume(ctx context.Context, in *VolumeEcShardsToVolumeRequest, opts ...grpc.CallOption) (*VolumeEcShardsToVolumeResponse, error) {
  2327. out := new(VolumeEcShardsToVolumeResponse)
  2328. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeEcShardsToVolume", in, out, c.cc, opts...)
  2329. if err != nil {
  2330. return nil, err
  2331. }
  2332. return out, nil
  2333. }
  2334. func (c *volumeServerClient) VolumeTierMoveDatToRemote(ctx context.Context, in *VolumeTierMoveDatToRemoteRequest, opts ...grpc.CallOption) (VolumeServer_VolumeTierMoveDatToRemoteClient, error) {
  2335. stream, err := grpc.NewClientStream(ctx, &_VolumeServer_serviceDesc.Streams[5], c.cc, "/volume_server_pb.VolumeServer/VolumeTierMoveDatToRemote", opts...)
  2336. if err != nil {
  2337. return nil, err
  2338. }
  2339. x := &volumeServerVolumeTierMoveDatToRemoteClient{stream}
  2340. if err := x.ClientStream.SendMsg(in); err != nil {
  2341. return nil, err
  2342. }
  2343. if err := x.ClientStream.CloseSend(); err != nil {
  2344. return nil, err
  2345. }
  2346. return x, nil
  2347. }
  2348. type VolumeServer_VolumeTierMoveDatToRemoteClient interface {
  2349. Recv() (*VolumeTierMoveDatToRemoteResponse, error)
  2350. grpc.ClientStream
  2351. }
  2352. type volumeServerVolumeTierMoveDatToRemoteClient struct {
  2353. grpc.ClientStream
  2354. }
  2355. func (x *volumeServerVolumeTierMoveDatToRemoteClient) Recv() (*VolumeTierMoveDatToRemoteResponse, error) {
  2356. m := new(VolumeTierMoveDatToRemoteResponse)
  2357. if err := x.ClientStream.RecvMsg(m); err != nil {
  2358. return nil, err
  2359. }
  2360. return m, nil
  2361. }
  2362. func (c *volumeServerClient) VolumeTierMoveDatFromRemote(ctx context.Context, in *VolumeTierMoveDatFromRemoteRequest, opts ...grpc.CallOption) (VolumeServer_VolumeTierMoveDatFromRemoteClient, error) {
  2363. stream, err := grpc.NewClientStream(ctx, &_VolumeServer_serviceDesc.Streams[6], c.cc, "/volume_server_pb.VolumeServer/VolumeTierMoveDatFromRemote", opts...)
  2364. if err != nil {
  2365. return nil, err
  2366. }
  2367. x := &volumeServerVolumeTierMoveDatFromRemoteClient{stream}
  2368. if err := x.ClientStream.SendMsg(in); err != nil {
  2369. return nil, err
  2370. }
  2371. if err := x.ClientStream.CloseSend(); err != nil {
  2372. return nil, err
  2373. }
  2374. return x, nil
  2375. }
  2376. type VolumeServer_VolumeTierMoveDatFromRemoteClient interface {
  2377. Recv() (*VolumeTierMoveDatFromRemoteResponse, error)
  2378. grpc.ClientStream
  2379. }
  2380. type volumeServerVolumeTierMoveDatFromRemoteClient struct {
  2381. grpc.ClientStream
  2382. }
  2383. func (x *volumeServerVolumeTierMoveDatFromRemoteClient) Recv() (*VolumeTierMoveDatFromRemoteResponse, error) {
  2384. m := new(VolumeTierMoveDatFromRemoteResponse)
  2385. if err := x.ClientStream.RecvMsg(m); err != nil {
  2386. return nil, err
  2387. }
  2388. return m, nil
  2389. }
  2390. func (c *volumeServerClient) VolumeServerStatus(ctx context.Context, in *VolumeServerStatusRequest, opts ...grpc.CallOption) (*VolumeServerStatusResponse, error) {
  2391. out := new(VolumeServerStatusResponse)
  2392. err := grpc.Invoke(ctx, "/volume_server_pb.VolumeServer/VolumeServerStatus", in, out, c.cc, opts...)
  2393. if err != nil {
  2394. return nil, err
  2395. }
  2396. return out, nil
  2397. }
  2398. func (c *volumeServerClient) Query(ctx context.Context, in *QueryRequest, opts ...grpc.CallOption) (VolumeServer_QueryClient, error) {
  2399. stream, err := grpc.NewClientStream(ctx, &_VolumeServer_serviceDesc.Streams[7], c.cc, "/volume_server_pb.VolumeServer/Query", opts...)
  2400. if err != nil {
  2401. return nil, err
  2402. }
  2403. x := &volumeServerQueryClient{stream}
  2404. if err := x.ClientStream.SendMsg(in); err != nil {
  2405. return nil, err
  2406. }
  2407. if err := x.ClientStream.CloseSend(); err != nil {
  2408. return nil, err
  2409. }
  2410. return x, nil
  2411. }
  2412. type VolumeServer_QueryClient interface {
  2413. Recv() (*QueriedStripe, error)
  2414. grpc.ClientStream
  2415. }
  2416. type volumeServerQueryClient struct {
  2417. grpc.ClientStream
  2418. }
  2419. func (x *volumeServerQueryClient) Recv() (*QueriedStripe, error) {
  2420. m := new(QueriedStripe)
  2421. if err := x.ClientStream.RecvMsg(m); err != nil {
  2422. return nil, err
  2423. }
  2424. return m, nil
  2425. }
  2426. // Server API for VolumeServer service
  2427. type VolumeServerServer interface {
  2428. // Experts only: takes multiple fid parameters. This function does not propagate deletes to replicas.
  2429. BatchDelete(context.Context, *BatchDeleteRequest) (*BatchDeleteResponse, error)
  2430. FileGet(*FileGetRequest, VolumeServer_FileGetServer) error
  2431. VacuumVolumeCheck(context.Context, *VacuumVolumeCheckRequest) (*VacuumVolumeCheckResponse, error)
  2432. VacuumVolumeCompact(context.Context, *VacuumVolumeCompactRequest) (*VacuumVolumeCompactResponse, error)
  2433. VacuumVolumeCommit(context.Context, *VacuumVolumeCommitRequest) (*VacuumVolumeCommitResponse, error)
  2434. VacuumVolumeCleanup(context.Context, *VacuumVolumeCleanupRequest) (*VacuumVolumeCleanupResponse, error)
  2435. DeleteCollection(context.Context, *DeleteCollectionRequest) (*DeleteCollectionResponse, error)
  2436. AllocateVolume(context.Context, *AllocateVolumeRequest) (*AllocateVolumeResponse, error)
  2437. VolumeSyncStatus(context.Context, *VolumeSyncStatusRequest) (*VolumeSyncStatusResponse, error)
  2438. VolumeIncrementalCopy(*VolumeIncrementalCopyRequest, VolumeServer_VolumeIncrementalCopyServer) error
  2439. VolumeMount(context.Context, *VolumeMountRequest) (*VolumeMountResponse, error)
  2440. VolumeUnmount(context.Context, *VolumeUnmountRequest) (*VolumeUnmountResponse, error)
  2441. VolumeDelete(context.Context, *VolumeDeleteRequest) (*VolumeDeleteResponse, error)
  2442. VolumeMarkReadonly(context.Context, *VolumeMarkReadonlyRequest) (*VolumeMarkReadonlyResponse, error)
  2443. VolumeConfigure(context.Context, *VolumeConfigureRequest) (*VolumeConfigureResponse, error)
  2444. // copy the .idx .dat files, and mount this volume
  2445. VolumeCopy(context.Context, *VolumeCopyRequest) (*VolumeCopyResponse, error)
  2446. ReadVolumeFileStatus(context.Context, *ReadVolumeFileStatusRequest) (*ReadVolumeFileStatusResponse, error)
  2447. CopyFile(*CopyFileRequest, VolumeServer_CopyFileServer) error
  2448. VolumeTailSender(*VolumeTailSenderRequest, VolumeServer_VolumeTailSenderServer) error
  2449. VolumeTailReceiver(context.Context, *VolumeTailReceiverRequest) (*VolumeTailReceiverResponse, error)
  2450. // erasure coding
  2451. VolumeEcShardsGenerate(context.Context, *VolumeEcShardsGenerateRequest) (*VolumeEcShardsGenerateResponse, error)
  2452. VolumeEcShardsRebuild(context.Context, *VolumeEcShardsRebuildRequest) (*VolumeEcShardsRebuildResponse, error)
  2453. VolumeEcShardsCopy(context.Context, *VolumeEcShardsCopyRequest) (*VolumeEcShardsCopyResponse, error)
  2454. VolumeEcShardsDelete(context.Context, *VolumeEcShardsDeleteRequest) (*VolumeEcShardsDeleteResponse, error)
  2455. VolumeEcShardsMount(context.Context, *VolumeEcShardsMountRequest) (*VolumeEcShardsMountResponse, error)
  2456. VolumeEcShardsUnmount(context.Context, *VolumeEcShardsUnmountRequest) (*VolumeEcShardsUnmountResponse, error)
  2457. VolumeEcShardRead(*VolumeEcShardReadRequest, VolumeServer_VolumeEcShardReadServer) error
  2458. VolumeEcBlobDelete(context.Context, *VolumeEcBlobDeleteRequest) (*VolumeEcBlobDeleteResponse, error)
  2459. VolumeEcShardsToVolume(context.Context, *VolumeEcShardsToVolumeRequest) (*VolumeEcShardsToVolumeResponse, error)
  2460. // tiered storage
  2461. VolumeTierMoveDatToRemote(*VolumeTierMoveDatToRemoteRequest, VolumeServer_VolumeTierMoveDatToRemoteServer) error
  2462. VolumeTierMoveDatFromRemote(*VolumeTierMoveDatFromRemoteRequest, VolumeServer_VolumeTierMoveDatFromRemoteServer) error
  2463. VolumeServerStatus(context.Context, *VolumeServerStatusRequest) (*VolumeServerStatusResponse, error)
  2464. // <experimental> query
  2465. Query(*QueryRequest, VolumeServer_QueryServer) error
  2466. }
  2467. func RegisterVolumeServerServer(s *grpc.Server, srv VolumeServerServer) {
  2468. s.RegisterService(&_VolumeServer_serviceDesc, srv)
  2469. }
  2470. func _VolumeServer_BatchDelete_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2471. in := new(BatchDeleteRequest)
  2472. if err := dec(in); err != nil {
  2473. return nil, err
  2474. }
  2475. if interceptor == nil {
  2476. return srv.(VolumeServerServer).BatchDelete(ctx, in)
  2477. }
  2478. info := &grpc.UnaryServerInfo{
  2479. Server: srv,
  2480. FullMethod: "/volume_server_pb.VolumeServer/BatchDelete",
  2481. }
  2482. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2483. return srv.(VolumeServerServer).BatchDelete(ctx, req.(*BatchDeleteRequest))
  2484. }
  2485. return interceptor(ctx, in, info, handler)
  2486. }
  2487. func _VolumeServer_FileGet_Handler(srv interface{}, stream grpc.ServerStream) error {
  2488. m := new(FileGetRequest)
  2489. if err := stream.RecvMsg(m); err != nil {
  2490. return err
  2491. }
  2492. return srv.(VolumeServerServer).FileGet(m, &volumeServerFileGetServer{stream})
  2493. }
  2494. type VolumeServer_FileGetServer interface {
  2495. Send(*FileGetResponse) error
  2496. grpc.ServerStream
  2497. }
  2498. type volumeServerFileGetServer struct {
  2499. grpc.ServerStream
  2500. }
  2501. func (x *volumeServerFileGetServer) Send(m *FileGetResponse) error {
  2502. return x.ServerStream.SendMsg(m)
  2503. }
  2504. func _VolumeServer_VacuumVolumeCheck_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2505. in := new(VacuumVolumeCheckRequest)
  2506. if err := dec(in); err != nil {
  2507. return nil, err
  2508. }
  2509. if interceptor == nil {
  2510. return srv.(VolumeServerServer).VacuumVolumeCheck(ctx, in)
  2511. }
  2512. info := &grpc.UnaryServerInfo{
  2513. Server: srv,
  2514. FullMethod: "/volume_server_pb.VolumeServer/VacuumVolumeCheck",
  2515. }
  2516. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2517. return srv.(VolumeServerServer).VacuumVolumeCheck(ctx, req.(*VacuumVolumeCheckRequest))
  2518. }
  2519. return interceptor(ctx, in, info, handler)
  2520. }
  2521. func _VolumeServer_VacuumVolumeCompact_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2522. in := new(VacuumVolumeCompactRequest)
  2523. if err := dec(in); err != nil {
  2524. return nil, err
  2525. }
  2526. if interceptor == nil {
  2527. return srv.(VolumeServerServer).VacuumVolumeCompact(ctx, in)
  2528. }
  2529. info := &grpc.UnaryServerInfo{
  2530. Server: srv,
  2531. FullMethod: "/volume_server_pb.VolumeServer/VacuumVolumeCompact",
  2532. }
  2533. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2534. return srv.(VolumeServerServer).VacuumVolumeCompact(ctx, req.(*VacuumVolumeCompactRequest))
  2535. }
  2536. return interceptor(ctx, in, info, handler)
  2537. }
  2538. func _VolumeServer_VacuumVolumeCommit_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2539. in := new(VacuumVolumeCommitRequest)
  2540. if err := dec(in); err != nil {
  2541. return nil, err
  2542. }
  2543. if interceptor == nil {
  2544. return srv.(VolumeServerServer).VacuumVolumeCommit(ctx, in)
  2545. }
  2546. info := &grpc.UnaryServerInfo{
  2547. Server: srv,
  2548. FullMethod: "/volume_server_pb.VolumeServer/VacuumVolumeCommit",
  2549. }
  2550. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2551. return srv.(VolumeServerServer).VacuumVolumeCommit(ctx, req.(*VacuumVolumeCommitRequest))
  2552. }
  2553. return interceptor(ctx, in, info, handler)
  2554. }
  2555. func _VolumeServer_VacuumVolumeCleanup_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2556. in := new(VacuumVolumeCleanupRequest)
  2557. if err := dec(in); err != nil {
  2558. return nil, err
  2559. }
  2560. if interceptor == nil {
  2561. return srv.(VolumeServerServer).VacuumVolumeCleanup(ctx, in)
  2562. }
  2563. info := &grpc.UnaryServerInfo{
  2564. Server: srv,
  2565. FullMethod: "/volume_server_pb.VolumeServer/VacuumVolumeCleanup",
  2566. }
  2567. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2568. return srv.(VolumeServerServer).VacuumVolumeCleanup(ctx, req.(*VacuumVolumeCleanupRequest))
  2569. }
  2570. return interceptor(ctx, in, info, handler)
  2571. }
  2572. func _VolumeServer_DeleteCollection_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2573. in := new(DeleteCollectionRequest)
  2574. if err := dec(in); err != nil {
  2575. return nil, err
  2576. }
  2577. if interceptor == nil {
  2578. return srv.(VolumeServerServer).DeleteCollection(ctx, in)
  2579. }
  2580. info := &grpc.UnaryServerInfo{
  2581. Server: srv,
  2582. FullMethod: "/volume_server_pb.VolumeServer/DeleteCollection",
  2583. }
  2584. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2585. return srv.(VolumeServerServer).DeleteCollection(ctx, req.(*DeleteCollectionRequest))
  2586. }
  2587. return interceptor(ctx, in, info, handler)
  2588. }
  2589. func _VolumeServer_AllocateVolume_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2590. in := new(AllocateVolumeRequest)
  2591. if err := dec(in); err != nil {
  2592. return nil, err
  2593. }
  2594. if interceptor == nil {
  2595. return srv.(VolumeServerServer).AllocateVolume(ctx, in)
  2596. }
  2597. info := &grpc.UnaryServerInfo{
  2598. Server: srv,
  2599. FullMethod: "/volume_server_pb.VolumeServer/AllocateVolume",
  2600. }
  2601. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2602. return srv.(VolumeServerServer).AllocateVolume(ctx, req.(*AllocateVolumeRequest))
  2603. }
  2604. return interceptor(ctx, in, info, handler)
  2605. }
  2606. func _VolumeServer_VolumeSyncStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2607. in := new(VolumeSyncStatusRequest)
  2608. if err := dec(in); err != nil {
  2609. return nil, err
  2610. }
  2611. if interceptor == nil {
  2612. return srv.(VolumeServerServer).VolumeSyncStatus(ctx, in)
  2613. }
  2614. info := &grpc.UnaryServerInfo{
  2615. Server: srv,
  2616. FullMethod: "/volume_server_pb.VolumeServer/VolumeSyncStatus",
  2617. }
  2618. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2619. return srv.(VolumeServerServer).VolumeSyncStatus(ctx, req.(*VolumeSyncStatusRequest))
  2620. }
  2621. return interceptor(ctx, in, info, handler)
  2622. }
  2623. func _VolumeServer_VolumeIncrementalCopy_Handler(srv interface{}, stream grpc.ServerStream) error {
  2624. m := new(VolumeIncrementalCopyRequest)
  2625. if err := stream.RecvMsg(m); err != nil {
  2626. return err
  2627. }
  2628. return srv.(VolumeServerServer).VolumeIncrementalCopy(m, &volumeServerVolumeIncrementalCopyServer{stream})
  2629. }
  2630. type VolumeServer_VolumeIncrementalCopyServer interface {
  2631. Send(*VolumeIncrementalCopyResponse) error
  2632. grpc.ServerStream
  2633. }
  2634. type volumeServerVolumeIncrementalCopyServer struct {
  2635. grpc.ServerStream
  2636. }
  2637. func (x *volumeServerVolumeIncrementalCopyServer) Send(m *VolumeIncrementalCopyResponse) error {
  2638. return x.ServerStream.SendMsg(m)
  2639. }
  2640. func _VolumeServer_VolumeMount_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2641. in := new(VolumeMountRequest)
  2642. if err := dec(in); err != nil {
  2643. return nil, err
  2644. }
  2645. if interceptor == nil {
  2646. return srv.(VolumeServerServer).VolumeMount(ctx, in)
  2647. }
  2648. info := &grpc.UnaryServerInfo{
  2649. Server: srv,
  2650. FullMethod: "/volume_server_pb.VolumeServer/VolumeMount",
  2651. }
  2652. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2653. return srv.(VolumeServerServer).VolumeMount(ctx, req.(*VolumeMountRequest))
  2654. }
  2655. return interceptor(ctx, in, info, handler)
  2656. }
  2657. func _VolumeServer_VolumeUnmount_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2658. in := new(VolumeUnmountRequest)
  2659. if err := dec(in); err != nil {
  2660. return nil, err
  2661. }
  2662. if interceptor == nil {
  2663. return srv.(VolumeServerServer).VolumeUnmount(ctx, in)
  2664. }
  2665. info := &grpc.UnaryServerInfo{
  2666. Server: srv,
  2667. FullMethod: "/volume_server_pb.VolumeServer/VolumeUnmount",
  2668. }
  2669. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2670. return srv.(VolumeServerServer).VolumeUnmount(ctx, req.(*VolumeUnmountRequest))
  2671. }
  2672. return interceptor(ctx, in, info, handler)
  2673. }
  2674. func _VolumeServer_VolumeDelete_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2675. in := new(VolumeDeleteRequest)
  2676. if err := dec(in); err != nil {
  2677. return nil, err
  2678. }
  2679. if interceptor == nil {
  2680. return srv.(VolumeServerServer).VolumeDelete(ctx, in)
  2681. }
  2682. info := &grpc.UnaryServerInfo{
  2683. Server: srv,
  2684. FullMethod: "/volume_server_pb.VolumeServer/VolumeDelete",
  2685. }
  2686. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2687. return srv.(VolumeServerServer).VolumeDelete(ctx, req.(*VolumeDeleteRequest))
  2688. }
  2689. return interceptor(ctx, in, info, handler)
  2690. }
  2691. func _VolumeServer_VolumeMarkReadonly_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2692. in := new(VolumeMarkReadonlyRequest)
  2693. if err := dec(in); err != nil {
  2694. return nil, err
  2695. }
  2696. if interceptor == nil {
  2697. return srv.(VolumeServerServer).VolumeMarkReadonly(ctx, in)
  2698. }
  2699. info := &grpc.UnaryServerInfo{
  2700. Server: srv,
  2701. FullMethod: "/volume_server_pb.VolumeServer/VolumeMarkReadonly",
  2702. }
  2703. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2704. return srv.(VolumeServerServer).VolumeMarkReadonly(ctx, req.(*VolumeMarkReadonlyRequest))
  2705. }
  2706. return interceptor(ctx, in, info, handler)
  2707. }
  2708. func _VolumeServer_VolumeConfigure_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2709. in := new(VolumeConfigureRequest)
  2710. if err := dec(in); err != nil {
  2711. return nil, err
  2712. }
  2713. if interceptor == nil {
  2714. return srv.(VolumeServerServer).VolumeConfigure(ctx, in)
  2715. }
  2716. info := &grpc.UnaryServerInfo{
  2717. Server: srv,
  2718. FullMethod: "/volume_server_pb.VolumeServer/VolumeConfigure",
  2719. }
  2720. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2721. return srv.(VolumeServerServer).VolumeConfigure(ctx, req.(*VolumeConfigureRequest))
  2722. }
  2723. return interceptor(ctx, in, info, handler)
  2724. }
  2725. func _VolumeServer_VolumeCopy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2726. in := new(VolumeCopyRequest)
  2727. if err := dec(in); err != nil {
  2728. return nil, err
  2729. }
  2730. if interceptor == nil {
  2731. return srv.(VolumeServerServer).VolumeCopy(ctx, in)
  2732. }
  2733. info := &grpc.UnaryServerInfo{
  2734. Server: srv,
  2735. FullMethod: "/volume_server_pb.VolumeServer/VolumeCopy",
  2736. }
  2737. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2738. return srv.(VolumeServerServer).VolumeCopy(ctx, req.(*VolumeCopyRequest))
  2739. }
  2740. return interceptor(ctx, in, info, handler)
  2741. }
  2742. func _VolumeServer_ReadVolumeFileStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2743. in := new(ReadVolumeFileStatusRequest)
  2744. if err := dec(in); err != nil {
  2745. return nil, err
  2746. }
  2747. if interceptor == nil {
  2748. return srv.(VolumeServerServer).ReadVolumeFileStatus(ctx, in)
  2749. }
  2750. info := &grpc.UnaryServerInfo{
  2751. Server: srv,
  2752. FullMethod: "/volume_server_pb.VolumeServer/ReadVolumeFileStatus",
  2753. }
  2754. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2755. return srv.(VolumeServerServer).ReadVolumeFileStatus(ctx, req.(*ReadVolumeFileStatusRequest))
  2756. }
  2757. return interceptor(ctx, in, info, handler)
  2758. }
  2759. func _VolumeServer_CopyFile_Handler(srv interface{}, stream grpc.ServerStream) error {
  2760. m := new(CopyFileRequest)
  2761. if err := stream.RecvMsg(m); err != nil {
  2762. return err
  2763. }
  2764. return srv.(VolumeServerServer).CopyFile(m, &volumeServerCopyFileServer{stream})
  2765. }
  2766. type VolumeServer_CopyFileServer interface {
  2767. Send(*CopyFileResponse) error
  2768. grpc.ServerStream
  2769. }
  2770. type volumeServerCopyFileServer struct {
  2771. grpc.ServerStream
  2772. }
  2773. func (x *volumeServerCopyFileServer) Send(m *CopyFileResponse) error {
  2774. return x.ServerStream.SendMsg(m)
  2775. }
  2776. func _VolumeServer_VolumeTailSender_Handler(srv interface{}, stream grpc.ServerStream) error {
  2777. m := new(VolumeTailSenderRequest)
  2778. if err := stream.RecvMsg(m); err != nil {
  2779. return err
  2780. }
  2781. return srv.(VolumeServerServer).VolumeTailSender(m, &volumeServerVolumeTailSenderServer{stream})
  2782. }
  2783. type VolumeServer_VolumeTailSenderServer interface {
  2784. Send(*VolumeTailSenderResponse) error
  2785. grpc.ServerStream
  2786. }
  2787. type volumeServerVolumeTailSenderServer struct {
  2788. grpc.ServerStream
  2789. }
  2790. func (x *volumeServerVolumeTailSenderServer) Send(m *VolumeTailSenderResponse) error {
  2791. return x.ServerStream.SendMsg(m)
  2792. }
  2793. func _VolumeServer_VolumeTailReceiver_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2794. in := new(VolumeTailReceiverRequest)
  2795. if err := dec(in); err != nil {
  2796. return nil, err
  2797. }
  2798. if interceptor == nil {
  2799. return srv.(VolumeServerServer).VolumeTailReceiver(ctx, in)
  2800. }
  2801. info := &grpc.UnaryServerInfo{
  2802. Server: srv,
  2803. FullMethod: "/volume_server_pb.VolumeServer/VolumeTailReceiver",
  2804. }
  2805. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2806. return srv.(VolumeServerServer).VolumeTailReceiver(ctx, req.(*VolumeTailReceiverRequest))
  2807. }
  2808. return interceptor(ctx, in, info, handler)
  2809. }
  2810. func _VolumeServer_VolumeEcShardsGenerate_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2811. in := new(VolumeEcShardsGenerateRequest)
  2812. if err := dec(in); err != nil {
  2813. return nil, err
  2814. }
  2815. if interceptor == nil {
  2816. return srv.(VolumeServerServer).VolumeEcShardsGenerate(ctx, in)
  2817. }
  2818. info := &grpc.UnaryServerInfo{
  2819. Server: srv,
  2820. FullMethod: "/volume_server_pb.VolumeServer/VolumeEcShardsGenerate",
  2821. }
  2822. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2823. return srv.(VolumeServerServer).VolumeEcShardsGenerate(ctx, req.(*VolumeEcShardsGenerateRequest))
  2824. }
  2825. return interceptor(ctx, in, info, handler)
  2826. }
  2827. func _VolumeServer_VolumeEcShardsRebuild_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2828. in := new(VolumeEcShardsRebuildRequest)
  2829. if err := dec(in); err != nil {
  2830. return nil, err
  2831. }
  2832. if interceptor == nil {
  2833. return srv.(VolumeServerServer).VolumeEcShardsRebuild(ctx, in)
  2834. }
  2835. info := &grpc.UnaryServerInfo{
  2836. Server: srv,
  2837. FullMethod: "/volume_server_pb.VolumeServer/VolumeEcShardsRebuild",
  2838. }
  2839. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2840. return srv.(VolumeServerServer).VolumeEcShardsRebuild(ctx, req.(*VolumeEcShardsRebuildRequest))
  2841. }
  2842. return interceptor(ctx, in, info, handler)
  2843. }
  2844. func _VolumeServer_VolumeEcShardsCopy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2845. in := new(VolumeEcShardsCopyRequest)
  2846. if err := dec(in); err != nil {
  2847. return nil, err
  2848. }
  2849. if interceptor == nil {
  2850. return srv.(VolumeServerServer).VolumeEcShardsCopy(ctx, in)
  2851. }
  2852. info := &grpc.UnaryServerInfo{
  2853. Server: srv,
  2854. FullMethod: "/volume_server_pb.VolumeServer/VolumeEcShardsCopy",
  2855. }
  2856. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2857. return srv.(VolumeServerServer).VolumeEcShardsCopy(ctx, req.(*VolumeEcShardsCopyRequest))
  2858. }
  2859. return interceptor(ctx, in, info, handler)
  2860. }
  2861. func _VolumeServer_VolumeEcShardsDelete_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2862. in := new(VolumeEcShardsDeleteRequest)
  2863. if err := dec(in); err != nil {
  2864. return nil, err
  2865. }
  2866. if interceptor == nil {
  2867. return srv.(VolumeServerServer).VolumeEcShardsDelete(ctx, in)
  2868. }
  2869. info := &grpc.UnaryServerInfo{
  2870. Server: srv,
  2871. FullMethod: "/volume_server_pb.VolumeServer/VolumeEcShardsDelete",
  2872. }
  2873. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2874. return srv.(VolumeServerServer).VolumeEcShardsDelete(ctx, req.(*VolumeEcShardsDeleteRequest))
  2875. }
  2876. return interceptor(ctx, in, info, handler)
  2877. }
  2878. func _VolumeServer_VolumeEcShardsMount_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2879. in := new(VolumeEcShardsMountRequest)
  2880. if err := dec(in); err != nil {
  2881. return nil, err
  2882. }
  2883. if interceptor == nil {
  2884. return srv.(VolumeServerServer).VolumeEcShardsMount(ctx, in)
  2885. }
  2886. info := &grpc.UnaryServerInfo{
  2887. Server: srv,
  2888. FullMethod: "/volume_server_pb.VolumeServer/VolumeEcShardsMount",
  2889. }
  2890. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2891. return srv.(VolumeServerServer).VolumeEcShardsMount(ctx, req.(*VolumeEcShardsMountRequest))
  2892. }
  2893. return interceptor(ctx, in, info, handler)
  2894. }
  2895. func _VolumeServer_VolumeEcShardsUnmount_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2896. in := new(VolumeEcShardsUnmountRequest)
  2897. if err := dec(in); err != nil {
  2898. return nil, err
  2899. }
  2900. if interceptor == nil {
  2901. return srv.(VolumeServerServer).VolumeEcShardsUnmount(ctx, in)
  2902. }
  2903. info := &grpc.UnaryServerInfo{
  2904. Server: srv,
  2905. FullMethod: "/volume_server_pb.VolumeServer/VolumeEcShardsUnmount",
  2906. }
  2907. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2908. return srv.(VolumeServerServer).VolumeEcShardsUnmount(ctx, req.(*VolumeEcShardsUnmountRequest))
  2909. }
  2910. return interceptor(ctx, in, info, handler)
  2911. }
  2912. func _VolumeServer_VolumeEcShardRead_Handler(srv interface{}, stream grpc.ServerStream) error {
  2913. m := new(VolumeEcShardReadRequest)
  2914. if err := stream.RecvMsg(m); err != nil {
  2915. return err
  2916. }
  2917. return srv.(VolumeServerServer).VolumeEcShardRead(m, &volumeServerVolumeEcShardReadServer{stream})
  2918. }
  2919. type VolumeServer_VolumeEcShardReadServer interface {
  2920. Send(*VolumeEcShardReadResponse) error
  2921. grpc.ServerStream
  2922. }
  2923. type volumeServerVolumeEcShardReadServer struct {
  2924. grpc.ServerStream
  2925. }
  2926. func (x *volumeServerVolumeEcShardReadServer) Send(m *VolumeEcShardReadResponse) error {
  2927. return x.ServerStream.SendMsg(m)
  2928. }
  2929. func _VolumeServer_VolumeEcBlobDelete_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2930. in := new(VolumeEcBlobDeleteRequest)
  2931. if err := dec(in); err != nil {
  2932. return nil, err
  2933. }
  2934. if interceptor == nil {
  2935. return srv.(VolumeServerServer).VolumeEcBlobDelete(ctx, in)
  2936. }
  2937. info := &grpc.UnaryServerInfo{
  2938. Server: srv,
  2939. FullMethod: "/volume_server_pb.VolumeServer/VolumeEcBlobDelete",
  2940. }
  2941. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2942. return srv.(VolumeServerServer).VolumeEcBlobDelete(ctx, req.(*VolumeEcBlobDeleteRequest))
  2943. }
  2944. return interceptor(ctx, in, info, handler)
  2945. }
  2946. func _VolumeServer_VolumeEcShardsToVolume_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2947. in := new(VolumeEcShardsToVolumeRequest)
  2948. if err := dec(in); err != nil {
  2949. return nil, err
  2950. }
  2951. if interceptor == nil {
  2952. return srv.(VolumeServerServer).VolumeEcShardsToVolume(ctx, in)
  2953. }
  2954. info := &grpc.UnaryServerInfo{
  2955. Server: srv,
  2956. FullMethod: "/volume_server_pb.VolumeServer/VolumeEcShardsToVolume",
  2957. }
  2958. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  2959. return srv.(VolumeServerServer).VolumeEcShardsToVolume(ctx, req.(*VolumeEcShardsToVolumeRequest))
  2960. }
  2961. return interceptor(ctx, in, info, handler)
  2962. }
  2963. func _VolumeServer_VolumeTierMoveDatToRemote_Handler(srv interface{}, stream grpc.ServerStream) error {
  2964. m := new(VolumeTierMoveDatToRemoteRequest)
  2965. if err := stream.RecvMsg(m); err != nil {
  2966. return err
  2967. }
  2968. return srv.(VolumeServerServer).VolumeTierMoveDatToRemote(m, &volumeServerVolumeTierMoveDatToRemoteServer{stream})
  2969. }
  2970. type VolumeServer_VolumeTierMoveDatToRemoteServer interface {
  2971. Send(*VolumeTierMoveDatToRemoteResponse) error
  2972. grpc.ServerStream
  2973. }
  2974. type volumeServerVolumeTierMoveDatToRemoteServer struct {
  2975. grpc.ServerStream
  2976. }
  2977. func (x *volumeServerVolumeTierMoveDatToRemoteServer) Send(m *VolumeTierMoveDatToRemoteResponse) error {
  2978. return x.ServerStream.SendMsg(m)
  2979. }
  2980. func _VolumeServer_VolumeTierMoveDatFromRemote_Handler(srv interface{}, stream grpc.ServerStream) error {
  2981. m := new(VolumeTierMoveDatFromRemoteRequest)
  2982. if err := stream.RecvMsg(m); err != nil {
  2983. return err
  2984. }
  2985. return srv.(VolumeServerServer).VolumeTierMoveDatFromRemote(m, &volumeServerVolumeTierMoveDatFromRemoteServer{stream})
  2986. }
  2987. type VolumeServer_VolumeTierMoveDatFromRemoteServer interface {
  2988. Send(*VolumeTierMoveDatFromRemoteResponse) error
  2989. grpc.ServerStream
  2990. }
  2991. type volumeServerVolumeTierMoveDatFromRemoteServer struct {
  2992. grpc.ServerStream
  2993. }
  2994. func (x *volumeServerVolumeTierMoveDatFromRemoteServer) Send(m *VolumeTierMoveDatFromRemoteResponse) error {
  2995. return x.ServerStream.SendMsg(m)
  2996. }
  2997. func _VolumeServer_VolumeServerStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  2998. in := new(VolumeServerStatusRequest)
  2999. if err := dec(in); err != nil {
  3000. return nil, err
  3001. }
  3002. if interceptor == nil {
  3003. return srv.(VolumeServerServer).VolumeServerStatus(ctx, in)
  3004. }
  3005. info := &grpc.UnaryServerInfo{
  3006. Server: srv,
  3007. FullMethod: "/volume_server_pb.VolumeServer/VolumeServerStatus",
  3008. }
  3009. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  3010. return srv.(VolumeServerServer).VolumeServerStatus(ctx, req.(*VolumeServerStatusRequest))
  3011. }
  3012. return interceptor(ctx, in, info, handler)
  3013. }
  3014. func _VolumeServer_Query_Handler(srv interface{}, stream grpc.ServerStream) error {
  3015. m := new(QueryRequest)
  3016. if err := stream.RecvMsg(m); err != nil {
  3017. return err
  3018. }
  3019. return srv.(VolumeServerServer).Query(m, &volumeServerQueryServer{stream})
  3020. }
  3021. type VolumeServer_QueryServer interface {
  3022. Send(*QueriedStripe) error
  3023. grpc.ServerStream
  3024. }
  3025. type volumeServerQueryServer struct {
  3026. grpc.ServerStream
  3027. }
  3028. func (x *volumeServerQueryServer) Send(m *QueriedStripe) error {
  3029. return x.ServerStream.SendMsg(m)
  3030. }
  3031. var _VolumeServer_serviceDesc = grpc.ServiceDesc{
  3032. ServiceName: "volume_server_pb.VolumeServer",
  3033. HandlerType: (*VolumeServerServer)(nil),
  3034. Methods: []grpc.MethodDesc{
  3035. {
  3036. MethodName: "BatchDelete",
  3037. Handler: _VolumeServer_BatchDelete_Handler,
  3038. },
  3039. {
  3040. MethodName: "VacuumVolumeCheck",
  3041. Handler: _VolumeServer_VacuumVolumeCheck_Handler,
  3042. },
  3043. {
  3044. MethodName: "VacuumVolumeCompact",
  3045. Handler: _VolumeServer_VacuumVolumeCompact_Handler,
  3046. },
  3047. {
  3048. MethodName: "VacuumVolumeCommit",
  3049. Handler: _VolumeServer_VacuumVolumeCommit_Handler,
  3050. },
  3051. {
  3052. MethodName: "VacuumVolumeCleanup",
  3053. Handler: _VolumeServer_VacuumVolumeCleanup_Handler,
  3054. },
  3055. {
  3056. MethodName: "DeleteCollection",
  3057. Handler: _VolumeServer_DeleteCollection_Handler,
  3058. },
  3059. {
  3060. MethodName: "AllocateVolume",
  3061. Handler: _VolumeServer_AllocateVolume_Handler,
  3062. },
  3063. {
  3064. MethodName: "VolumeSyncStatus",
  3065. Handler: _VolumeServer_VolumeSyncStatus_Handler,
  3066. },
  3067. {
  3068. MethodName: "VolumeMount",
  3069. Handler: _VolumeServer_VolumeMount_Handler,
  3070. },
  3071. {
  3072. MethodName: "VolumeUnmount",
  3073. Handler: _VolumeServer_VolumeUnmount_Handler,
  3074. },
  3075. {
  3076. MethodName: "VolumeDelete",
  3077. Handler: _VolumeServer_VolumeDelete_Handler,
  3078. },
  3079. {
  3080. MethodName: "VolumeMarkReadonly",
  3081. Handler: _VolumeServer_VolumeMarkReadonly_Handler,
  3082. },
  3083. {
  3084. MethodName: "VolumeConfigure",
  3085. Handler: _VolumeServer_VolumeConfigure_Handler,
  3086. },
  3087. {
  3088. MethodName: "VolumeCopy",
  3089. Handler: _VolumeServer_VolumeCopy_Handler,
  3090. },
  3091. {
  3092. MethodName: "ReadVolumeFileStatus",
  3093. Handler: _VolumeServer_ReadVolumeFileStatus_Handler,
  3094. },
  3095. {
  3096. MethodName: "VolumeTailReceiver",
  3097. Handler: _VolumeServer_VolumeTailReceiver_Handler,
  3098. },
  3099. {
  3100. MethodName: "VolumeEcShardsGenerate",
  3101. Handler: _VolumeServer_VolumeEcShardsGenerate_Handler,
  3102. },
  3103. {
  3104. MethodName: "VolumeEcShardsRebuild",
  3105. Handler: _VolumeServer_VolumeEcShardsRebuild_Handler,
  3106. },
  3107. {
  3108. MethodName: "VolumeEcShardsCopy",
  3109. Handler: _VolumeServer_VolumeEcShardsCopy_Handler,
  3110. },
  3111. {
  3112. MethodName: "VolumeEcShardsDelete",
  3113. Handler: _VolumeServer_VolumeEcShardsDelete_Handler,
  3114. },
  3115. {
  3116. MethodName: "VolumeEcShardsMount",
  3117. Handler: _VolumeServer_VolumeEcShardsMount_Handler,
  3118. },
  3119. {
  3120. MethodName: "VolumeEcShardsUnmount",
  3121. Handler: _VolumeServer_VolumeEcShardsUnmount_Handler,
  3122. },
  3123. {
  3124. MethodName: "VolumeEcBlobDelete",
  3125. Handler: _VolumeServer_VolumeEcBlobDelete_Handler,
  3126. },
  3127. {
  3128. MethodName: "VolumeEcShardsToVolume",
  3129. Handler: _VolumeServer_VolumeEcShardsToVolume_Handler,
  3130. },
  3131. {
  3132. MethodName: "VolumeServerStatus",
  3133. Handler: _VolumeServer_VolumeServerStatus_Handler,
  3134. },
  3135. },
  3136. Streams: []grpc.StreamDesc{
  3137. {
  3138. StreamName: "FileGet",
  3139. Handler: _VolumeServer_FileGet_Handler,
  3140. ServerStreams: true,
  3141. },
  3142. {
  3143. StreamName: "VolumeIncrementalCopy",
  3144. Handler: _VolumeServer_VolumeIncrementalCopy_Handler,
  3145. ServerStreams: true,
  3146. },
  3147. {
  3148. StreamName: "CopyFile",
  3149. Handler: _VolumeServer_CopyFile_Handler,
  3150. ServerStreams: true,
  3151. },
  3152. {
  3153. StreamName: "VolumeTailSender",
  3154. Handler: _VolumeServer_VolumeTailSender_Handler,
  3155. ServerStreams: true,
  3156. },
  3157. {
  3158. StreamName: "VolumeEcShardRead",
  3159. Handler: _VolumeServer_VolumeEcShardRead_Handler,
  3160. ServerStreams: true,
  3161. },
  3162. {
  3163. StreamName: "VolumeTierMoveDatToRemote",
  3164. Handler: _VolumeServer_VolumeTierMoveDatToRemote_Handler,
  3165. ServerStreams: true,
  3166. },
  3167. {
  3168. StreamName: "VolumeTierMoveDatFromRemote",
  3169. Handler: _VolumeServer_VolumeTierMoveDatFromRemote_Handler,
  3170. ServerStreams: true,
  3171. },
  3172. {
  3173. StreamName: "Query",
  3174. Handler: _VolumeServer_Query_Handler,
  3175. ServerStreams: true,
  3176. },
  3177. },
  3178. Metadata: "volume_server.proto",
  3179. }
  3180. func init() { proto.RegisterFile("volume_server.proto", fileDescriptor0) }
  3181. var fileDescriptor0 = []byte{
  3182. // 3250 bytes of a gzipped FileDescriptorProto
  3183. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xd4, 0x1b, 0xcb, 0x6e, 0x1c, 0xc7,
  3184. 0x91, 0xcb, 0xe5, 0x63, 0xb7, 0x76, 0x57, 0xa4, 0x9a, 0x32, 0xb5, 0x1e, 0x52, 0x12, 0x35, 0xf2,
  3185. 0x43, 0x92, 0x2d, 0x52, 0xa6, 0xed, 0x58, 0x91, 0x63, 0xc7, 0x12, 0xf5, 0xb0, 0x6c, 0x91, 0xb2,
  3186. 0x87, 0xb2, 0xec, 0xc4, 0x46, 0x06, 0xc3, 0x99, 0x5e, 0x72, 0xcc, 0xd9, 0xe9, 0xd1, 0x4c, 0x2f,
  3187. 0xad, 0x15, 0x9c, 0x93, 0x03, 0x24, 0x40, 0x90, 0x1c, 0x82, 0x5c, 0x72, 0x0c, 0x72, 0xcf, 0x35,
  3188. 0xbf, 0xe0, 0x1f, 0x08, 0x90, 0x53, 0x2e, 0x39, 0xe7, 0x90, 0x43, 0x80, 0x00, 0xb9, 0x04, 0xfd,
  3189. 0x9a, 0x9d, 0x27, 0x77, 0x68, 0x31, 0x08, 0x72, 0x9b, 0xae, 0xae, 0xae, 0xea, 0xaa, 0xae, 0xaa,
  3190. 0xae, 0xae, 0xda, 0x85, 0x85, 0x03, 0xe2, 0x0d, 0xfa, 0xd8, 0x8c, 0x70, 0x78, 0x80, 0xc3, 0xd5,
  3191. 0x20, 0x24, 0x94, 0xa0, 0xf9, 0x14, 0xd0, 0x0c, 0x76, 0xf4, 0x35, 0x40, 0x37, 0x2d, 0x6a, 0xef,
  3192. 0xdd, 0xc2, 0x1e, 0xa6, 0xd8, 0xc0, 0x8f, 0x07, 0x38, 0xa2, 0xe8, 0x79, 0x68, 0xf4, 0x5c, 0x0f,
  3193. 0x9b, 0xae, 0x13, 0x75, 0x6b, 0x2b, 0xf5, 0x8b, 0x4d, 0x63, 0x96, 0x8d, 0xef, 0x39, 0x91, 0xfe,
  3194. 0x00, 0x16, 0x52, 0x0b, 0xa2, 0x80, 0xf8, 0x11, 0x46, 0xd7, 0x60, 0x36, 0xc4, 0xd1, 0xc0, 0xa3,
  3195. 0x62, 0x41, 0x6b, 0xfd, 0xec, 0x6a, 0x96, 0xd7, 0x6a, 0xbc, 0x64, 0xe0, 0x51, 0x43, 0xa1, 0xeb,
  3196. 0xdf, 0xd4, 0xa0, 0x9d, 0x9c, 0x41, 0xa7, 0x61, 0x56, 0x32, 0xef, 0xd6, 0x56, 0x6a, 0x17, 0x9b,
  3197. 0xc6, 0x8c, 0xe0, 0x8d, 0x16, 0x61, 0x26, 0xa2, 0x16, 0x1d, 0x44, 0xdd, 0xc9, 0x95, 0xda, 0xc5,
  3198. 0x69, 0x43, 0x8e, 0xd0, 0x29, 0x98, 0xc6, 0x61, 0x48, 0xc2, 0x6e, 0x9d, 0xa3, 0x8b, 0x01, 0x42,
  3199. 0x30, 0x15, 0xb9, 0x4f, 0x71, 0x77, 0x6a, 0xa5, 0x76, 0xb1, 0x63, 0xf0, 0x6f, 0xd4, 0x85, 0xd9,
  3200. 0x03, 0x1c, 0x46, 0x2e, 0xf1, 0xbb, 0xd3, 0x1c, 0xac, 0x86, 0xfa, 0x07, 0x70, 0xe2, 0x8e, 0xeb,
  3201. 0xe1, 0xbb, 0x98, 0x2a, 0x1d, 0x94, 0x6e, 0xe3, 0x1c, 0xb4, 0x2c, 0xdb, 0xc6, 0x01, 0x35, 0x77,
  3202. 0x9f, 0xba, 0x01, 0xdf, 0x4b, 0xc3, 0x00, 0x01, 0xba, 0xfb, 0xd4, 0x0d, 0xf4, 0x9f, 0xd7, 0x61,
  3203. 0x2e, 0x26, 0x26, 0xf5, 0x83, 0x60, 0xca, 0xb1, 0xa8, 0xc5, 0x49, 0xb5, 0x0d, 0xfe, 0x8d, 0x5e,
  3204. 0x84, 0x13, 0x36, 0xf1, 0x29, 0xf6, 0xa9, 0xe9, 0x61, 0x7f, 0x97, 0xee, 0x71, 0x5a, 0x1d, 0xa3,
  3205. 0x23, 0xa1, 0xf7, 0x39, 0x10, 0x9d, 0x87, 0xb6, 0x42, 0xa3, 0xc3, 0x00, 0x4b, 0x29, 0x5b, 0x12,
  3206. 0xf6, 0x70, 0x18, 0x60, 0x74, 0x01, 0x3a, 0x9e, 0x15, 0x51, 0xb3, 0x4f, 0x1c, 0xb7, 0xe7, 0x62,
  3207. 0x87, 0x0b, 0x3d, 0x65, 0xb4, 0x19, 0x70, 0x53, 0xc2, 0x90, 0x26, 0x0e, 0xd5, 0xb7, 0xfa, 0x98,
  3208. 0x4b, 0xdf, 0x34, 0xe2, 0x31, 0xdb, 0x1e, 0xa6, 0xd6, 0x6e, 0x77, 0x86, 0xc3, 0xf9, 0x37, 0x3a,
  3209. 0x03, 0xe0, 0x46, 0x5c, 0xc6, 0x00, 0x3b, 0xdd, 0x59, 0x2e, 0x66, 0xd3, 0x8d, 0xee, 0x0a, 0x00,
  3210. 0x7a, 0x1f, 0x66, 0xf7, 0xb0, 0xe5, 0xe0, 0x30, 0xea, 0x36, 0xf8, 0x89, 0xaf, 0xe6, 0x4f, 0x3c,
  3211. 0xa3, 0x85, 0xd5, 0xf7, 0xc5, 0x82, 0xdb, 0x3e, 0x0d, 0x87, 0x86, 0x5a, 0x8e, 0x96, 0xa1, 0xc9,
  3212. 0x8f, 0x6c, 0x83, 0x38, 0xb8, 0xdb, 0xe4, 0x47, 0x3b, 0x02, 0x68, 0xd7, 0xa1, 0x9d, 0x5c, 0x86,
  3213. 0xe6, 0xa1, 0xbe, 0x8f, 0x87, 0xf2, 0x4c, 0xd8, 0x27, 0x3b, 0xff, 0x03, 0xcb, 0x1b, 0x60, 0xae,
  3214. 0xbe, 0xa6, 0x21, 0x06, 0xd7, 0x27, 0xaf, 0xd5, 0xf4, 0x59, 0x98, 0xbe, 0xdd, 0x0f, 0xe8, 0x50,
  3215. 0x7f, 0x0b, 0xba, 0x8f, 0x2c, 0x7b, 0x30, 0xe8, 0x3f, 0xe2, 0x5b, 0xdc, 0xd8, 0xc3, 0xf6, 0xbe,
  3216. 0x3a, 0xe8, 0x25, 0x68, 0xca, 0x8d, 0xcb, 0xa3, 0xee, 0x18, 0x0d, 0x01, 0xb8, 0xe7, 0xe8, 0xef,
  3217. 0xc1, 0xf3, 0x05, 0x0b, 0xe5, 0xa1, 0x5e, 0x80, 0xce, 0xae, 0x15, 0xee, 0x58, 0xbb, 0xd8, 0x0c,
  3218. 0x2d, 0xea, 0x12, 0xbe, 0xba, 0x66, 0xb4, 0x25, 0xd0, 0x60, 0x30, 0xfd, 0x73, 0xd0, 0x52, 0x14,
  3219. 0x48, 0x3f, 0xb0, 0x6c, 0x5a, 0x85, 0x39, 0x5a, 0x81, 0x56, 0x10, 0x62, 0xcb, 0xf3, 0x88, 0x6d,
  3220. 0x51, 0x21, 0x5e, 0xdd, 0x48, 0x82, 0xf4, 0x33, 0xb0, 0x54, 0x48, 0x5c, 0x6c, 0x50, 0xbf, 0x96,
  3221. 0xd9, 0x3d, 0xe9, 0xf7, 0xdd, 0x4a, 0xac, 0xf5, 0xe5, 0xdc, 0xae, 0xf9, 0x4a, 0x49, 0xf7, 0xfb,
  3222. 0x99, 0x59, 0x0f, 0x5b, 0xfe, 0x20, 0xa8, 0x44, 0x38, 0xbb, 0x63, 0xb5, 0x34, 0xa6, 0x7c, 0x5a,
  3223. 0x04, 0x83, 0x0d, 0xe2, 0x79, 0xd8, 0xa6, 0x2e, 0xf1, 0x15, 0xd9, 0xb3, 0x00, 0x76, 0x0c, 0x94,
  3224. 0xe7, 0x9f, 0x80, 0xe8, 0x1a, 0x74, 0xf3, 0x4b, 0x25, 0xd9, 0xbf, 0xd6, 0xe0, 0xb9, 0x1b, 0x52,
  3225. 0x69, 0x82, 0x71, 0xa5, 0x03, 0x48, 0xb3, 0x9c, 0xcc, 0xb2, 0xcc, 0x1e, 0x50, 0x3d, 0x77, 0x40,
  3226. 0x0c, 0x23, 0xc4, 0x81, 0xe7, 0xda, 0x16, 0x27, 0x31, 0x25, 0x7c, 0x37, 0x01, 0x62, 0xf6, 0x4c,
  3227. 0xa9, 0x27, 0x3d, 0x92, 0x7d, 0xa2, 0x75, 0x58, 0xec, 0xe3, 0x3e, 0x09, 0x87, 0x66, 0xdf, 0x0a,
  3228. 0xcc, 0xbe, 0xf5, 0xc4, 0x64, 0xc1, 0xcb, 0xec, 0xef, 0x70, 0xf7, 0xec, 0x18, 0x48, 0xcc, 0x6e,
  3229. 0x5a, 0xc1, 0xa6, 0xf5, 0x64, 0xdb, 0x7d, 0x8a, 0x37, 0x77, 0xf4, 0x2e, 0x2c, 0x66, 0xe5, 0x93,
  3230. 0xa2, 0x7f, 0x0f, 0x4e, 0x0b, 0xc8, 0xf6, 0xd0, 0xb7, 0xb7, 0x79, 0xc4, 0xac, 0x74, 0x50, 0xff,
  3231. 0xae, 0x41, 0x37, 0xbf, 0x50, 0x5a, 0xfe, 0xb3, 0x6a, 0xed, 0xc8, 0x3a, 0x39, 0x07, 0x2d, 0x6a,
  3232. 0xb9, 0x9e, 0x49, 0x7a, 0xbd, 0x08, 0x53, 0xae, 0x88, 0x29, 0x03, 0x18, 0xe8, 0x01, 0x87, 0xa0,
  3233. 0x4b, 0x30, 0x6f, 0x0b, 0xeb, 0x37, 0x43, 0x7c, 0xe0, 0xf2, 0x18, 0x3f, 0xcb, 0x37, 0x36, 0x67,
  3234. 0x2b, 0xaf, 0x10, 0x60, 0xa4, 0x43, 0xc7, 0x75, 0x9e, 0x98, 0x3c, 0xba, 0xf3, 0x2b, 0xa2, 0xc1,
  3235. 0xa9, 0xb5, 0x5c, 0xe7, 0x09, 0x0b, 0x58, 0x4c, 0xa3, 0xfa, 0x23, 0x58, 0x16, 0xc2, 0xdf, 0xf3,
  3236. 0xed, 0x10, 0xf7, 0xb1, 0x4f, 0x2d, 0x6f, 0x83, 0x04, 0xc3, 0x4a, 0x66, 0xf3, 0x3c, 0x34, 0x22,
  3237. 0xd7, 0xb7, 0xb1, 0xe9, 0x8b, 0xab, 0x6a, 0xca, 0x98, 0xe5, 0xe3, 0xad, 0x48, 0xbf, 0x09, 0x67,
  3238. 0x4a, 0xe8, 0x4a, 0xcd, 0x9e, 0x87, 0x36, 0xdf, 0x98, 0x0c, 0xef, 0xf2, 0xc2, 0x68, 0x31, 0xd8,
  3239. 0x86, 0x00, 0xe9, 0xaf, 0x01, 0x12, 0x34, 0x36, 0xc9, 0xc0, 0xaf, 0xe6, 0xce, 0xcf, 0xc1, 0x42,
  3240. 0x6a, 0x89, 0xb4, 0x8d, 0xd7, 0xe1, 0x94, 0x00, 0x7f, 0xe2, 0xf7, 0x2b, 0xd3, 0x3a, 0x0d, 0xcf,
  3241. 0x65, 0x16, 0x49, 0x6a, 0xeb, 0x8a, 0x49, 0x3a, 0x99, 0x38, 0x94, 0xd8, 0xa2, 0xda, 0x41, 0x3a,
  3242. 0x9f, 0xe0, 0x91, 0x4b, 0x6c, 0xd8, 0x0a, 0xf7, 0x0d, 0x6c, 0x39, 0xc4, 0xf7, 0x86, 0x95, 0x23,
  3243. 0x57, 0xc1, 0x4a, 0x49, 0xf7, 0x53, 0x58, 0x54, 0x11, 0xcd, 0xef, 0xb9, 0xbb, 0x83, 0x10, 0x57,
  3244. 0x8d, 0xc4, 0x49, 0x93, 0x9d, 0xcc, 0x99, 0xac, 0xbe, 0xa6, 0xdc, 0x2c, 0x41, 0x58, 0x1e, 0x69,
  3245. 0x9c, 0x9f, 0xd4, 0x12, 0xf9, 0x89, 0xfe, 0xc7, 0x1a, 0x9c, 0x54, 0x2b, 0x2a, 0xda, 0xd5, 0x11,
  3246. 0x1d, 0xab, 0x5e, 0xea, 0x58, 0x53, 0x23, 0xc7, 0xba, 0x08, 0xf3, 0x11, 0x19, 0x84, 0x36, 0x36,
  3247. 0x59, 0x4e, 0x62, 0xfa, 0xec, 0x0e, 0x16, 0x7e, 0x77, 0x42, 0xc0, 0x6f, 0x59, 0xd4, 0xda, 0x22,
  3248. 0x0e, 0xd6, 0x7f, 0xa8, 0xcc, 0x2e, 0x65, 0xaf, 0x97, 0xe0, 0x24, 0x4f, 0x3d, 0xac, 0x20, 0xc0,
  3249. 0xbe, 0x63, 0x5a, 0x94, 0x19, 0x7d, 0x8d, 0x1b, 0xfd, 0x09, 0x36, 0x71, 0x83, 0xc3, 0x6f, 0xd0,
  3250. 0xad, 0x48, 0xff, 0xed, 0x24, 0xcc, 0xb1, 0xb5, 0xcc, 0xc9, 0x2a, 0xc9, 0x3b, 0x0f, 0x75, 0xfc,
  3251. 0x84, 0x4a, 0x41, 0xd9, 0x27, 0x5a, 0x83, 0x05, 0xe9, 0xcd, 0x2e, 0xf1, 0x47, 0x8e, 0x5e, 0x17,
  3252. 0x71, 0x71, 0x34, 0x15, 0xfb, 0xfa, 0x39, 0x68, 0x45, 0x94, 0x04, 0x2a, 0x6e, 0x88, 0xbc, 0x08,
  3253. 0x18, 0x48, 0xc6, 0x8d, 0xb4, 0x4e, 0xa7, 0x0b, 0x74, 0xda, 0x76, 0x23, 0x13, 0xdb, 0xa6, 0xd8,
  3254. 0x15, 0x8f, 0x3c, 0x0d, 0x03, 0xdc, 0xe8, 0xb6, 0x2d, 0xb4, 0x81, 0xde, 0x85, 0x65, 0x77, 0xd7,
  3255. 0x27, 0x21, 0x36, 0xa5, 0x22, 0xb9, 0xff, 0xfa, 0x84, 0x9a, 0x3d, 0x32, 0xf0, 0x55, 0xe6, 0xd4,
  3256. 0x15, 0x38, 0xdb, 0x1c, 0x85, 0x69, 0x60, 0x8b, 0xd0, 0x3b, 0x6c, 0x5e, 0x7f, 0x13, 0xe6, 0x47,
  3257. 0x5a, 0xa9, 0x1e, 0x05, 0xbe, 0xa9, 0x29, 0x8b, 0x7b, 0x68, 0xb9, 0xde, 0x36, 0xf6, 0x1d, 0x1c,
  3258. 0x3e, 0x63, 0x74, 0x42, 0x57, 0xe1, 0x94, 0xeb, 0x78, 0xd8, 0xa4, 0x6e, 0x1f, 0x93, 0x01, 0x35,
  3259. 0x23, 0x6c, 0x13, 0xdf, 0x89, 0x94, 0x7e, 0xd9, 0xdc, 0x43, 0x31, 0xb5, 0x2d, 0x66, 0xf4, 0x9f,
  3260. 0xc5, 0xb7, 0x44, 0x72, 0x17, 0xa3, 0xfc, 0xc8, 0xc7, 0x98, 0x11, 0x14, 0xa9, 0x9e, 0x14, 0xa3,
  3261. 0x2d, 0x80, 0x22, 0xab, 0x63, 0x27, 0x24, 0x91, 0x76, 0x88, 0x33, 0xe4, 0x3b, 0x6a, 0x1b, 0x20,
  3262. 0x40, 0x37, 0x89, 0x33, 0xe4, 0xe1, 0x3a, 0x32, 0xb9, 0x91, 0xd9, 0x7b, 0x03, 0x7f, 0x9f, 0xef,
  3263. 0xa6, 0x61, 0xb4, 0xdc, 0xe8, 0xbe, 0x15, 0xd1, 0x0d, 0x06, 0xd2, 0xff, 0x54, 0x53, 0xf1, 0x82,
  3264. 0x6d, 0xc3, 0xc0, 0x36, 0x76, 0x0f, 0xfe, 0x07, 0xea, 0x60, 0x2b, 0xa4, 0x11, 0xa4, 0x72, 0x61,
  3265. 0xe9, 0x70, 0x48, 0xcc, 0xc9, 0x5b, 0x95, 0xcf, 0x8c, 0xc2, 0x55, 0x7a, 0xe3, 0x32, 0x5c, 0x7d,
  3266. 0xa1, 0xae, 0x8b, 0xdb, 0xf6, 0xf6, 0x9e, 0x15, 0x3a, 0xd1, 0x5d, 0xec, 0xe3, 0xd0, 0xa2, 0xc7,
  3267. 0x92, 0xbe, 0xe8, 0x2b, 0x70, 0xb6, 0x8c, 0xba, 0xe4, 0xff, 0xb9, 0xba, 0x06, 0x15, 0x86, 0x81,
  3268. 0x77, 0x06, 0xae, 0xe7, 0x1c, 0x0b, 0xfb, 0x0f, 0xb3, 0xc2, 0xc5, 0xc4, 0xa5, 0xfd, 0x5c, 0x86,
  3269. 0x93, 0x21, 0x07, 0x51, 0x33, 0x62, 0x08, 0xf1, 0x7b, 0xb4, 0x63, 0xcc, 0xc9, 0x09, 0xbe, 0x90,
  3270. 0xbd, 0x4b, 0x7f, 0x39, 0xa9, 0x2c, 0x40, 0x51, 0x3b, 0xb6, 0xb0, 0xba, 0x04, 0xcd, 0x11, 0xfb,
  3271. 0x3a, 0x67, 0xdf, 0x88, 0x24, 0x5f, 0x66, 0x9d, 0x36, 0x09, 0x86, 0x26, 0xb6, 0x45, 0x46, 0xc1,
  3272. 0x8f, 0xba, 0xc1, 0x9e, 0x67, 0xc1, 0xf0, 0xb6, 0xcd, 0x13, 0x8a, 0xea, 0x31, 0x36, 0x41, 0xed,
  3273. 0x4b, 0x41, 0x6d, 0x26, 0x49, 0xed, 0x4b, 0x4e, 0x4d, 0xe1, 0x1c, 0xb8, 0x3d, 0x81, 0x33, 0x3b,
  3274. 0xc2, 0x79, 0xe4, 0xf6, 0x18, 0xce, 0xc8, 0xaa, 0xd2, 0xca, 0x90, 0xa7, 0xfa, 0x15, 0x2c, 0xa5,
  3275. 0x67, 0xab, 0x5f, 0xd8, 0xcf, 0xa4, 0x2c, 0xfd, 0x6c, 0xd6, 0x9c, 0x32, 0xb7, 0xfe, 0x41, 0x76,
  3276. 0xdb, 0x95, 0x33, 0x9c, 0x67, 0xdb, 0xd7, 0x99, 0xac, 0x42, 0xd2, 0x69, 0xd2, 0x67, 0xd9, 0x6d,
  3277. 0x1f, 0x21, 0x5d, 0x3a, 0x9c, 0xf1, 0xb9, 0xac, 0x0b, 0x64, 0x73, 0xaa, 0xdf, 0xc5, 0xf1, 0x55,
  3278. 0x62, 0xb0, 0x8c, 0xa6, 0x72, 0x5c, 0x93, 0x7c, 0x65, 0x5d, 0x61, 0x56, 0xb2, 0x45, 0x8b, 0x30,
  3279. 0x23, 0xef, 0x43, 0xf1, 0x62, 0x91, 0xa3, 0x54, 0xc9, 0xa4, 0x2e, 0x4b, 0x26, 0xaa, 0x14, 0xc4,
  3280. 0xde, 0xdc, 0xd3, 0x22, 0x3c, 0xb2, 0xf1, 0x87, 0x78, 0xa8, 0x6f, 0x65, 0x3c, 0x4e, 0x6c, 0xed,
  3281. 0x90, 0x82, 0x87, 0xa8, 0x28, 0x38, 0xfc, 0xcc, 0x1d, 0x59, 0x38, 0x69, 0xba, 0xd2, 0x08, 0x1c,
  3282. 0xfd, 0x57, 0xb5, 0x11, 0xc1, 0x9b, 0x1e, 0xd9, 0x39, 0x46, 0xab, 0x4c, 0x4a, 0x51, 0x4f, 0x49,
  3283. 0x91, 0xac, 0x09, 0x4d, 0xa5, 0x6b, 0x42, 0x09, 0x27, 0x4a, 0x6e, 0xa7, 0x2c, 0x34, 0x3f, 0x24,
  3284. 0xc7, 0xf7, 0xb2, 0xcc, 0x87, 0xe6, 0x11, 0x75, 0xc9, 0xff, 0x3a, 0x2c, 0x31, 0x85, 0x0b, 0x28,
  3285. 0x7f, 0xb7, 0x54, 0x7f, 0xdb, 0xfd, 0x7d, 0x12, 0x96, 0x8b, 0x17, 0x57, 0x79, 0xdf, 0xbd, 0x0d,
  3286. 0x5a, 0xfc, 0x7e, 0x62, 0x57, 0x63, 0x44, 0xad, 0x7e, 0x10, 0x5f, 0x8e, 0xe2, 0x0e, 0x3d, 0x2d,
  3287. 0x1f, 0x53, 0x0f, 0xd5, 0xbc, 0xba, 0x21, 0x73, 0x8f, 0xaf, 0x7a, 0xee, 0xf1, 0xc5, 0x18, 0x38,
  3288. 0x16, 0x2d, 0x63, 0x20, 0x72, 0xb8, 0xd3, 0x8e, 0x45, 0xcb, 0x18, 0xc4, 0x8b, 0x39, 0x03, 0x61,
  3289. 0xb5, 0x2d, 0x89, 0xcf, 0x19, 0x9c, 0x01, 0x90, 0xe9, 0xd5, 0xc0, 0x57, 0x8f, 0xc9, 0xa6, 0x48,
  3290. 0xae, 0x06, 0x7e, 0x69, 0x96, 0x39, 0x5b, 0x9a, 0x65, 0xa6, 0x4f, 0xb3, 0x91, 0x3b, 0xcd, 0xcf,
  3291. 0x00, 0x6e, 0xb9, 0xd1, 0xbe, 0x50, 0x32, 0x4b, 0x6b, 0x1d, 0x57, 0xbd, 0x06, 0xd8, 0x27, 0x83,
  3292. 0x58, 0x9e, 0x27, 0x55, 0xc7, 0x3e, 0x99, 0xfb, 0x0c, 0x22, 0xec, 0x48, 0xed, 0xf0, 0x6f, 0x06,
  3293. 0xeb, 0x85, 0x18, 0x4b, 0x05, 0xf0, 0x6f, 0xfd, 0x0f, 0x35, 0x68, 0x6e, 0xe2, 0xbe, 0xa4, 0x7c,
  3294. 0x16, 0x60, 0x97, 0x84, 0x64, 0x40, 0x5d, 0x1f, 0x8b, 0x2c, 0x7c, 0xda, 0x48, 0x40, 0xbe, 0x3b,
  3295. 0x1f, 0x1e, 0x1a, 0xb0, 0xd7, 0x93, 0xca, 0xe4, 0xdf, 0x0c, 0xb6, 0x87, 0xad, 0x40, 0xea, 0x8f,
  3296. 0x7f, 0xb3, 0xb7, 0x4e, 0x44, 0x2d, 0x7b, 0x9f, 0x2b, 0x6b, 0xca, 0x10, 0x03, 0xfd, 0x2f, 0x35,
  3297. 0x00, 0x03, 0xf7, 0x09, 0xe5, 0xb6, 0xc6, 0xb2, 0xdb, 0x1d, 0xcb, 0xde, 0x67, 0xef, 0x05, 0x5e,
  3298. 0xd1, 0x14, 0x9a, 0x68, 0x49, 0x18, 0xaf, 0x68, 0x9e, 0x01, 0x50, 0x28, 0x32, 0x7e, 0x35, 0x8d,
  3299. 0xa6, 0x84, 0x88, 0x97, 0x81, 0x72, 0x65, 0x59, 0x04, 0x1c, 0xc5, 0x34, 0xb1, 0x6d, 0x15, 0xd3,
  3300. 0x96, 0xa0, 0x99, 0x35, 0x05, 0x1e, 0x0a, 0xb8, 0x1d, 0x5c, 0x80, 0x8e, 0x2a, 0x99, 0x72, 0x43,
  3301. 0x93, 0xa2, 0xb4, 0x15, 0x90, 0x19, 0x17, 0x2f, 0x4f, 0x3e, 0xa1, 0xd8, 0x8f, 0x6d, 0xa0, 0x69,
  3302. 0x8c, 0x00, 0xfa, 0xd7, 0x00, 0xea, 0x41, 0xdf, 0x23, 0x68, 0x1d, 0xa6, 0x19, 0x71, 0x55, 0x04,
  3303. 0x5f, 0xce, 0x97, 0x44, 0x47, 0x6a, 0x30, 0x04, 0x6a, 0x32, 0x00, 0x4d, 0xa6, 0x02, 0xd0, 0xf8,
  3304. 0xf7, 0x9c, 0xfe, 0x6d, 0x0d, 0x56, 0x64, 0xfa, 0xe8, 0xe2, 0x70, 0x93, 0x1c, 0xb0, 0x54, 0xe2,
  3305. 0x21, 0x11, 0x4c, 0x8e, 0x25, 0x72, 0x5e, 0x83, 0xae, 0x83, 0x23, 0xea, 0xfa, 0x9c, 0xa1, 0xa9,
  3306. 0x0e, 0x85, 0x57, 0x91, 0xc5, 0x86, 0x16, 0x13, 0xf3, 0x37, 0xc5, 0xf4, 0x96, 0xd5, 0xc7, 0xe8,
  3307. 0x0a, 0x2c, 0xec, 0x63, 0x1c, 0x98, 0x1e, 0xb1, 0x2d, 0xcf, 0x54, 0x3e, 0x29, 0xf3, 0xa3, 0x79,
  3308. 0x36, 0x75, 0x9f, 0xcd, 0xdc, 0x12, 0x7e, 0xa9, 0x47, 0x70, 0xfe, 0x10, 0x49, 0x64, 0x5c, 0x5a,
  3309. 0x86, 0x66, 0x10, 0x12, 0x1b, 0x47, 0xcc, 0x66, 0x6b, 0xfc, 0x9a, 0x1a, 0x01, 0xd0, 0x55, 0x58,
  3310. 0x88, 0x07, 0x1f, 0xe1, 0xd0, 0xc6, 0x3e, 0xb5, 0x76, 0x45, 0xdd, 0x74, 0xd2, 0x28, 0x9a, 0xd2,
  3311. 0x7f, 0x53, 0x03, 0x3d, 0xc7, 0xf5, 0x4e, 0x48, 0xfa, 0xc7, 0xa8, 0xc1, 0x35, 0x38, 0xc5, 0xf5,
  3312. 0x10, 0x72, 0x92, 0x23, 0x45, 0x88, 0x67, 0xcc, 0x49, 0x36, 0x27, 0xb8, 0x29, 0x4d, 0x0c, 0xe0,
  3313. 0xc2, 0xa1, 0x7b, 0xfa, 0x2f, 0xe9, 0x62, 0x49, 0xdd, 0xbe, 0xe2, 0x65, 0x92, 0xba, 0x4e, 0xf4,
  3314. 0xdf, 0xd7, 0xd4, 0x65, 0x98, 0x9e, 0x95, 0x7b, 0xb9, 0x01, 0x1d, 0xc7, 0x8d, 0xf6, 0x4d, 0xd1,
  3315. 0x91, 0x39, 0xcc, 0xfe, 0x47, 0x71, 0xd0, 0x68, 0x3b, 0xf1, 0x37, 0x8e, 0xd0, 0x7b, 0xd0, 0x91,
  3316. 0x55, 0xcf, 0x44, 0x93, 0xa7, 0xb5, 0xbe, 0x94, 0x27, 0x11, 0xc7, 0x3b, 0xa3, 0x2d, 0x56, 0x88,
  3317. 0x91, 0xfe, 0xaf, 0x36, 0xb4, 0x3f, 0x1e, 0xe0, 0x70, 0x98, 0xa8, 0x18, 0x47, 0x58, 0x1e, 0x83,
  3318. 0x6a, 0x64, 0x25, 0x20, 0xec, 0xaa, 0xe8, 0x85, 0xa4, 0x6f, 0xc6, 0xbd, 0xae, 0x49, 0x8e, 0xd2,
  3319. 0x62, 0xc0, 0x3b, 0xa2, 0xdf, 0x85, 0xde, 0x81, 0x99, 0x9e, 0xeb, 0x51, 0x2c, 0xba, 0x4b, 0xad,
  3320. 0xf5, 0x17, 0xf3, 0xfb, 0x49, 0xf2, 0x5c, 0xbd, 0xc3, 0x91, 0x0d, 0xb9, 0x08, 0xed, 0xc0, 0x82,
  3321. 0xeb, 0x07, 0xfc, 0xed, 0x18, 0xba, 0x96, 0xe7, 0x3e, 0x1d, 0xd5, 0x3c, 0x5b, 0xeb, 0xaf, 0x8d,
  3322. 0xa1, 0x75, 0x8f, 0xad, 0xdc, 0x4e, 0x2e, 0x34, 0x90, 0x9b, 0x83, 0x21, 0x0c, 0xa7, 0xc8, 0x80,
  3323. 0xe6, 0x99, 0x4c, 0x73, 0x26, 0xeb, 0x63, 0x98, 0x3c, 0xe0, 0x4b, 0xd3, 0x5c, 0x16, 0x48, 0x1e,
  3324. 0xa8, 0x6d, 0xc1, 0x8c, 0x10, 0x8e, 0x05, 0xf9, 0x9e, 0x8b, 0x3d, 0xd5, 0x18, 0x13, 0x03, 0x16,
  3325. 0xc7, 0x48, 0x80, 0x43, 0xcb, 0x57, 0xf1, 0x5a, 0x0d, 0x47, 0x0d, 0x9a, 0x7a, 0xa2, 0x41, 0xa3,
  3326. 0xfd, 0x79, 0x1a, 0x50, 0x5e, 0x42, 0x55, 0xc8, 0x0d, 0x71, 0xc4, 0x62, 0x60, 0xf2, 0x82, 0x98,
  3327. 0x4b, 0xc0, 0xf9, 0x25, 0xf1, 0x29, 0x34, 0xed, 0xe8, 0xc0, 0xe4, 0x2a, 0x91, 0xe6, 0x72, 0xfd,
  3328. 0xc8, 0x2a, 0x5d, 0xdd, 0xd8, 0x7e, 0xc4, 0xa1, 0x46, 0xc3, 0x8e, 0x0e, 0xf8, 0x17, 0xfa, 0x31,
  3329. 0xc0, 0x97, 0x11, 0xf1, 0x25, 0x65, 0x71, 0xf0, 0x6f, 0x1f, 0x9d, 0xf2, 0x07, 0xdb, 0x0f, 0xb6,
  3330. 0x04, 0xe9, 0x26, 0x23, 0x27, 0x68, 0xdb, 0xd0, 0x09, 0xac, 0xf0, 0xf1, 0x00, 0x53, 0x49, 0x5e,
  3331. 0xd8, 0xc2, 0xbb, 0x47, 0x27, 0xff, 0x91, 0x20, 0x23, 0x38, 0xb4, 0x83, 0xc4, 0x48, 0xfb, 0x76,
  3332. 0x12, 0x1a, 0x4a, 0x2e, 0xf6, 0xfc, 0xe4, 0x16, 0x2e, 0x8a, 0x30, 0xa6, 0xeb, 0xf7, 0x88, 0xd4,
  3333. 0xe8, 0x09, 0x06, 0x17, 0x75, 0x18, 0x7e, 0x7d, 0x5d, 0x82, 0xf9, 0x10, 0xdb, 0x24, 0x74, 0x58,
  3334. 0x92, 0xee, 0xf6, 0x5d, 0x66, 0xf6, 0xe2, 0x2c, 0xe7, 0x04, 0xfc, 0x96, 0x02, 0xa3, 0x97, 0x61,
  3335. 0x8e, 0x1f, 0x7b, 0x02, 0xb3, 0xae, 0x68, 0x62, 0x2f, 0x81, 0x78, 0x09, 0xe6, 0x1f, 0x0f, 0x58,
  3336. 0xe0, 0xb3, 0xf7, 0xac, 0xd0, 0xb2, 0x29, 0x89, 0xcb, 0x21, 0x73, 0x1c, 0xbe, 0x11, 0x83, 0xd1,
  3337. 0x1b, 0xb0, 0x28, 0x50, 0x71, 0x64, 0x5b, 0x41, 0xbc, 0x02, 0x87, 0xf2, 0xb5, 0x7c, 0x8a, 0xcf,
  3338. 0xde, 0xe6, 0x93, 0x1b, 0x6a, 0x0e, 0x69, 0xd0, 0xb0, 0x49, 0xbf, 0x8f, 0x7d, 0x1a, 0xc9, 0xfe,
  3339. 0x65, 0x3c, 0x46, 0x37, 0xe0, 0x8c, 0xe5, 0x79, 0xe4, 0x2b, 0x93, 0xaf, 0x74, 0xcc, 0x9c, 0x74,
  3340. 0xe2, 0xed, 0xac, 0x71, 0xa4, 0x8f, 0x39, 0x8e, 0x91, 0x16, 0x54, 0x3b, 0x07, 0xcd, 0xf8, 0x1c,
  3341. 0x59, 0xca, 0x93, 0x30, 0x48, 0xfe, 0xad, 0x9d, 0x80, 0x76, 0xf2, 0x24, 0xb4, 0x7f, 0xd4, 0x61,
  3342. 0xa1, 0xc0, 0xa9, 0xd0, 0xe7, 0x00, 0xcc, 0x5a, 0x85, 0x6b, 0x49, 0x73, 0xfd, 0xc1, 0xd1, 0x9d,
  3343. 0x93, 0xd9, 0xab, 0x00, 0x1b, 0xcc, 0xfa, 0xc5, 0x27, 0xfa, 0x09, 0xb4, 0xb8, 0xc5, 0x4a, 0xea,
  3344. 0xc2, 0x64, 0xdf, 0xf9, 0x0e, 0xd4, 0x99, 0xac, 0x92, 0x3c, 0xf7, 0x01, 0xf1, 0xad, 0xfd, 0xad,
  3345. 0x06, 0xcd, 0x98, 0x31, 0x4b, 0xe0, 0xc4, 0x41, 0xf1, 0xb3, 0x8e, 0x54, 0x02, 0xc7, 0x61, 0x77,
  3346. 0x38, 0xe8, 0xff, 0xd2, 0x94, 0xb4, 0xb7, 0x00, 0x46, 0xf2, 0x17, 0x8a, 0x50, 0x2b, 0x14, 0x41,
  3347. 0xbf, 0x04, 0x1d, 0xa6, 0x59, 0x17, 0x3b, 0xdb, 0x34, 0x74, 0x03, 0xfe, 0x4b, 0x03, 0x81, 0x13,
  3348. 0xc9, 0x17, 0xb0, 0x1a, 0xae, 0xff, 0x73, 0x19, 0xda, 0xc9, 0x9b, 0x14, 0x7d, 0x01, 0xad, 0xc4,
  3349. 0x2f, 0x2a, 0xd0, 0x0b, 0xf9, 0x43, 0xcb, 0xff, 0x42, 0x43, 0x7b, 0x71, 0x0c, 0x96, 0x7c, 0x24,
  3350. 0x4e, 0x20, 0x03, 0x66, 0x65, 0x17, 0x1e, 0xad, 0x1c, 0xd2, 0xa0, 0x17, 0x54, 0xcf, 0x8f, 0x6d,
  3351. 0xe1, 0xeb, 0x13, 0x57, 0x6b, 0xc8, 0x87, 0x93, 0xb9, 0xa6, 0x38, 0xba, 0x9c, 0x5f, 0x5b, 0xd6,
  3352. 0x72, 0xd7, 0x5e, 0xa9, 0x84, 0x1b, 0xcb, 0x40, 0x61, 0xa1, 0xa0, 0xcb, 0x8d, 0x5e, 0x1d, 0x43,
  3353. 0x25, 0xd5, 0x69, 0xd7, 0xae, 0x54, 0xc4, 0x8e, 0xb9, 0x3e, 0x06, 0x94, 0x6f, 0x81, 0xa3, 0x57,
  3354. 0xc6, 0x92, 0x19, 0xb5, 0xd8, 0xb5, 0x57, 0xab, 0x21, 0x97, 0x0a, 0x2a, 0x9a, 0xe3, 0x63, 0x05,
  3355. 0x4d, 0xb5, 0xdf, 0xc7, 0x0a, 0x9a, 0xe9, 0xb8, 0x4f, 0xa0, 0x7d, 0x98, 0xcf, 0x36, 0xce, 0xd1,
  3356. 0xa5, 0xb2, 0x9f, 0xef, 0xe4, 0xfa, 0xf2, 0xda, 0xe5, 0x2a, 0xa8, 0x31, 0x33, 0x0c, 0x27, 0xd2,
  3357. 0x8d, 0x6a, 0xf4, 0x72, 0x7e, 0x7d, 0x61, 0xab, 0x5e, 0xbb, 0x38, 0x1e, 0x31, 0x29, 0x53, 0xb6,
  3358. 0x79, 0x5d, 0x24, 0x53, 0x49, 0x67, 0xbc, 0x48, 0xa6, 0xb2, 0x5e, 0xb8, 0x3e, 0x81, 0xbe, 0x56,
  3359. 0x1d, 0xd1, 0x4c, 0x53, 0x17, 0xad, 0x96, 0x91, 0x29, 0xee, 0x2a, 0x6b, 0x6b, 0x95, 0xf1, 0x13,
  3360. 0xde, 0xf8, 0x05, 0xb4, 0x12, 0xbd, 0xdd, 0xa2, 0xf8, 0x91, 0xef, 0x16, 0x17, 0xc5, 0x8f, 0xa2,
  3361. 0x06, 0xf1, 0x04, 0xda, 0x81, 0x4e, 0xaa, 0xdb, 0x8b, 0x5e, 0x2a, 0x5b, 0x99, 0x2e, 0x8a, 0x6a,
  3362. 0x2f, 0x8f, 0xc5, 0x8b, 0x79, 0x98, 0x2a, 0x22, 0xca, 0x10, 0x58, 0xba, 0xb9, 0x74, 0x0c, 0x7c,
  3363. 0x69, 0x1c, 0x5a, 0xca, 0x95, 0x73, 0x3d, 0xe1, 0x42, 0x57, 0x2e, 0xeb, 0x39, 0x17, 0xba, 0x72,
  3364. 0x79, 0x9b, 0x79, 0x02, 0xed, 0xc1, 0x5c, 0xa6, 0x1f, 0x8c, 0x2e, 0x96, 0x91, 0xc8, 0xf6, 0xa2,
  3365. 0xb5, 0x4b, 0x15, 0x30, 0x63, 0x4e, 0x3f, 0x52, 0x15, 0x08, 0x6e, 0x72, 0x17, 0xca, 0x97, 0x8e,
  3366. 0xec, 0xec, 0x85, 0xc3, 0x91, 0x62, 0xd2, 0x5f, 0xc1, 0xa9, 0xa2, 0x32, 0x21, 0xba, 0x52, 0x54,
  3367. 0xd7, 0x28, 0xad, 0x45, 0x6a, 0xab, 0x55, 0xd1, 0x63, 0xc6, 0x9f, 0x40, 0x43, 0xf5, 0x44, 0x51,
  3368. 0xc1, 0xa5, 0x94, 0xe9, 0x22, 0x6b, 0xfa, 0x61, 0x28, 0x09, 0x57, 0xe9, 0xab, 0xa8, 0x30, 0x6a,
  3369. 0x56, 0x96, 0x47, 0x85, 0x5c, 0x5b, 0xb5, 0x3c, 0x2a, 0xe4, 0x7b, 0x9f, 0x9c, 0x5d, 0x6c, 0x76,
  3370. 0xc9, 0xde, 0x5e, 0xb9, 0xd9, 0x15, 0xb4, 0x2e, 0xcb, 0xcd, 0xae, 0xb0, 0x5d, 0x38, 0x81, 0x7e,
  3371. 0xaa, 0x7e, 0xdf, 0x90, 0x6d, 0xe9, 0xa1, 0xd2, 0xd8, 0x52, 0xd2, 0x5a, 0xd4, 0xae, 0x56, 0x5f,
  3372. 0x10, 0xb3, 0x7f, 0xaa, 0x22, 0x61, 0xa6, 0xa5, 0x57, 0x1e, 0x09, 0x8b, 0x1b, 0x8b, 0xda, 0x5a,
  3373. 0x65, 0xfc, 0xbc, 0x93, 0x27, 0x7b, 0x5e, 0xe5, 0xda, 0x2e, 0x68, 0x13, 0x96, 0x6b, 0xbb, 0xb0,
  3374. 0x8d, 0xc6, 0xfd, 0xa3, 0xa8, 0x9f, 0x55, 0xe4, 0x1f, 0x87, 0x34, 0xdc, 0xb4, 0xd5, 0xaa, 0xe8,
  3375. 0xa9, 0x44, 0x21, 0xdf, 0xb0, 0x42, 0x63, 0xf7, 0x9f, 0xba, 0x03, 0xae, 0x54, 0xc4, 0x2e, 0x3f,
  3376. 0x5d, 0x75, 0x27, 0x8c, 0x15, 0x20, 0x73, 0x37, 0xac, 0x55, 0xc6, 0x8f, 0x79, 0x07, 0xea, 0xd7,
  3377. 0x32, 0x89, 0x66, 0x13, 0xba, 0x3c, 0x86, 0x4e, 0xa2, 0x59, 0xa6, 0xbd, 0x52, 0x09, 0xb7, 0xc8,
  3378. 0x7b, 0x93, 0xed, 0x9f, 0xc3, 0xec, 0x29, 0xd7, 0xb3, 0x3a, 0xcc, 0x9e, 0x0a, 0x3a, 0x4a, 0x05,
  3379. 0xde, 0xab, 0xba, 0x3e, 0xe3, 0xbd, 0x37, 0xd3, 0x7d, 0x1a, 0xef, 0xbd, 0xb9, 0x86, 0xd2, 0x04,
  3380. 0xfa, 0xc5, 0xe8, 0x57, 0x14, 0xf9, 0x1a, 0x2c, 0x5a, 0x2f, 0x0d, 0x45, 0xa5, 0xa5, 0x67, 0xed,
  3381. 0xf5, 0x23, 0xad, 0x49, 0x28, 0xff, 0xd7, 0x35, 0xd5, 0x92, 0x2d, 0x2c, 0x82, 0xa2, 0x37, 0x2a,
  3382. 0x10, 0xce, 0xd5, 0x71, 0xb5, 0x37, 0x8f, 0xb8, 0xaa, 0xc8, 0x1a, 0x92, 0xf5, 0xcf, 0x72, 0x6b,
  3383. 0x28, 0xa8, 0xa1, 0x96, 0x5b, 0x43, 0x51, 0x49, 0x55, 0x9f, 0x40, 0xf7, 0x61, 0x9a, 0x3f, 0xd7,
  3384. 0xd1, 0xd9, 0xc3, 0xdf, 0xf1, 0xda, 0xb9, 0xe2, 0xf9, 0xf8, 0x35, 0xca, 0x04, 0xd8, 0x99, 0xe1,
  3385. 0x7f, 0x01, 0x78, 0xfd, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x74, 0xac, 0x01, 0xab, 0x19, 0x30,
  3386. 0x00, 0x00,
  3387. }