dev testing
This commit is contained in:
24
functions/node_modules/@grpc/grpc-js/build/src/load-balancer-round-robin.d.ts
generated
vendored
Normal file
24
functions/node_modules/@grpc/grpc-js/build/src/load-balancer-round-robin.d.ts
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import { LoadBalancer, ChannelControlHelper, TypedLoadBalancingConfig } from './load-balancer';
|
||||
import { Endpoint } from './subchannel-address';
|
||||
import { ChannelOptions } from './channel-options';
|
||||
import { StatusOr } from './call-interface';
|
||||
export declare class RoundRobinLoadBalancer implements LoadBalancer {
|
||||
private readonly channelControlHelper;
|
||||
private children;
|
||||
private currentState;
|
||||
private currentReadyPicker;
|
||||
private updatesPaused;
|
||||
private childChannelControlHelper;
|
||||
private lastError;
|
||||
constructor(channelControlHelper: ChannelControlHelper);
|
||||
private countChildrenWithState;
|
||||
private calculateAndUpdateState;
|
||||
private updateState;
|
||||
private resetSubchannelList;
|
||||
updateAddressList(maybeEndpointList: StatusOr<Endpoint[]>, lbConfig: TypedLoadBalancingConfig, options: ChannelOptions, resolutionNote: string): boolean;
|
||||
exitIdle(): void;
|
||||
resetBackoff(): void;
|
||||
destroy(): void;
|
||||
getTypeName(): string;
|
||||
}
|
||||
export declare function setup(): void;
|
||||
Reference in New Issue
Block a user