Package io.grpc

Class Context.LazyStorage

  • Enclosing class:
    Context

    private static final class Context.LazyStorage
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LazyStorage()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static Context.Storage createStorage​(java.util.concurrent.atomic.AtomicReference<? super java.lang.ClassNotFoundException> deferredStorageFailure)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LazyStorage

        private LazyStorage()
    • Method Detail

      • createStorage

        private static Context.Storage createStorage​(java.util.concurrent.atomic.AtomicReference<? super java.lang.ClassNotFoundException> deferredStorageFailure)