risingwave_pb::meta::subscribe_response

Type Alias PbInfo

source
pub type PbInfo = Info;
Expand description

Alias for Info.

Aliased Type§

enum PbInfo {
Show 18 variants Database(Database), Schema(Schema), Function(Function), User(UserInfo), SessionParam(SetSessionParamRequest), Node(WorkerNode), HummockVersionDeltas(HummockVersionDeltas), Snapshot(MetaSnapshot), MetaBackupManifestId(MetaBackupManifestId), SystemParams(SystemParams), HummockWriteLimits(WriteLimits), RelationGroup(RelationGroup), Connection(Connection), HummockStats(HummockVersionStats), Recovery(Recovery), StreamingWorkerSlotMapping(FragmentWorkerSlotMapping), ServingWorkerSlotMappings(FragmentWorkerSlotMappings), Secret(Secret),
}

Variants§

§

Database(Database)

§

Schema(Schema)

§

Function(Function)

§

User(UserInfo)

§

SessionParam(SetSessionParamRequest)

§

Node(WorkerNode)

§

HummockVersionDeltas(HummockVersionDeltas)

§

Snapshot(MetaSnapshot)

§

MetaBackupManifestId(MetaBackupManifestId)

§

SystemParams(SystemParams)

§

HummockWriteLimits(WriteLimits)

§

RelationGroup(RelationGroup)

§

Connection(Connection)

§

HummockStats(HummockVersionStats)

§

Recovery(Recovery)

§

StreamingWorkerSlotMapping(FragmentWorkerSlotMapping)

§

ServingWorkerSlotMappings(FragmentWorkerSlotMappings)

§

Secret(Secret)