HomeSort by relevance Sort by last modified time
    Searched refs:gotoState (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
ConnectivityStateManagerTest.java 50 state.gotoState(CONNECTING);
52 state.gotoState(TRANSIENT_FAILURE);
58 state.gotoState(CONNECTING);
69 state.gotoState(TRANSIENT_FAILURE);
80 state.gotoState(CONNECTING);
107 state.gotoState(IDLE);
123 state.gotoState(CONNECTING);
130 state.gotoState(TRANSIENT_FAILURE);
138 state.gotoState(READY);
139 state.gotoState(IDLE)
    [all...]
  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
ConnectivityStateManager.java 32 * LoadBalancer.Helper#updateBalancingState} to update the state and run the {@link #gotoState}s.
62 void gotoState(@Nonnull ConnectivityState newState) {
InternalSubchannel.java 284 gotoState(ConnectivityStateInfo.forTransientFailure(status));
322 gotoState(ConnectivityStateInfo.forNonError(newState));
326 private void gotoState(final ConnectivityStateInfo newState) {
ManagedChannelImpl.java 407 channelStateManager.gotoState(IDLE);
686 // Put gotoState(SHUTDOWN) as early into the channelExecutor's queue as possible.
700 channelStateManager.gotoState(SHUTDOWN);
766 channelStateManager.gotoState(TRANSIENT_FAILURE);
    [all...]
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 

Completed in 176 milliseconds