github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/storage/enginepb/engine.pb.go (about) 1 // Code generated by protoc-gen-gogo. DO NOT EDIT. 2 // source: storage/enginepb/engine.proto 3 4 package enginepb 5 6 import proto "github.com/gogo/protobuf/proto" 7 import fmt "fmt" 8 import math "math" 9 10 // Reference imports to suppress errors if they are not otherwise used. 11 var _ = proto.Marshal 12 var _ = fmt.Errorf 13 var _ = math.Inf 14 15 // This is a compile-time assertion to ensure that this generated file 16 // is compatible with the proto package it is being compiled against. 17 // A compilation error at this line likely means your copy of the 18 // proto package needs to be updated. 19 const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package 20 21 // EngineType specifies type of storage engine (eg. rocksdb, pebble). 22 type EngineType int32 23 24 const ( 25 // Denotes the default engine as the underlying storage engine type. Resolves 26 // during start to the engine type last used. If left unresolved, it's treated 27 // the same as EngineTypeRocksDB. 28 EngineTypeDefault EngineType = 0 29 // Denotes RocksDB as the underlying storage engine type. 30 EngineTypeRocksDB EngineType = 1 31 // Denotes Pebble as the underlying storage engine type. 32 EngineTypePebble EngineType = 2 33 // Denotes TeePebbleRocksDB as the underlying storage engine type. Only use 34 // for testing purposes. 35 EngineTypeTeePebbleRocksDB EngineType = 3 36 ) 37 38 var EngineType_name = map[int32]string{ 39 0: "EngineTypeDefault", 40 1: "EngineTypeRocksDB", 41 2: "EngineTypePebble", 42 3: "EngineTypeTeePebbleRocksDB", 43 } 44 var EngineType_value = map[string]int32{ 45 "EngineTypeDefault": 0, 46 "EngineTypeRocksDB": 1, 47 "EngineTypePebble": 2, 48 "EngineTypeTeePebbleRocksDB": 3, 49 } 50 51 func (EngineType) EnumDescriptor() ([]byte, []int) { 52 return fileDescriptor_engine_e07b184ddad182cf, []int{0} 53 } 54 55 func init() { 56 proto.RegisterEnum("cockroach.storage.enginepb.EngineType", EngineType_name, EngineType_value) 57 } 58 59 func init() { 60 proto.RegisterFile("storage/enginepb/engine.proto", fileDescriptor_engine_e07b184ddad182cf) 61 } 62 63 var fileDescriptor_engine_e07b184ddad182cf = []byte{ 64 // 199 bytes of a gzipped FileDescriptorProto 65 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2d, 0x2e, 0xc9, 0x2f, 66 0x4a, 0x4c, 0x4f, 0xd5, 0x4f, 0xcd, 0x4b, 0xcf, 0xcc, 0x4b, 0x2d, 0x48, 0x82, 0x32, 0xf4, 0x0a, 67 0x8a, 0xf2, 0x4b, 0xf2, 0x85, 0xa4, 0x92, 0xf3, 0x93, 0xb3, 0x8b, 0xf2, 0x13, 0x93, 0x33, 0xf4, 68 0xa0, 0x0a, 0xf5, 0x60, 0x0a, 0xa5, 0x44, 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0xca, 0xf4, 0x41, 0x2c, 69 0x88, 0x0e, 0xad, 0x2a, 0x2e, 0x2e, 0x57, 0xb0, 0x8a, 0x90, 0xca, 0x82, 0x54, 0x21, 0x51, 0x2e, 70 0x41, 0x04, 0xcf, 0x25, 0x35, 0x2d, 0xb1, 0x34, 0xa7, 0x44, 0x80, 0x01, 0x55, 0x38, 0x28, 0x3f, 71 0x39, 0xbb, 0xd8, 0xc5, 0x49, 0x80, 0x51, 0x48, 0x84, 0x4b, 0x00, 0x21, 0x1c, 0x90, 0x9a, 0x94, 72 0x94, 0x93, 0x2a, 0xc0, 0x24, 0x24, 0xc7, 0x25, 0x85, 0x10, 0x0d, 0x49, 0x85, 0x4a, 0xc0, 0x74, 73 0x31, 0x4b, 0x71, 0x74, 0x2c, 0x96, 0x63, 0x58, 0xb1, 0x44, 0x8e, 0xc1, 0x49, 0xeb, 0xc4, 0x43, 74 0x39, 0x86, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0xbc, 0xf1, 0x48, 0x8e, 0xf1, 0xc1, 75 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 76 0x8a, 0x03, 0xe6, 0xfa, 0x24, 0x36, 0xb0, 0x73, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x57, 77 0x12, 0x77, 0x94, 0x01, 0x01, 0x00, 0x00, 78 }