Class PipeOptions

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.IO.Pipelines, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.IO.Pipelines
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.IO.Pipelines.PipeOptions
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • PipeOptions

        public PipeOptions​(java.lang.Object instance)
                    throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • PipeOptions

        public PipeOptions()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getUseSynchronizationContext

        public boolean getUseSynchronizationContext()
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMinimumSegmentSize

        public int getMinimumSegmentSize()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getPauseWriterThreshold

        public long getPauseWriterThreshold()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getResumeWriterThreshold

        public long getResumeWriterThreshold()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDefault

        public static PipeOptions getDefault()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getReaderScheduler

        public PipeScheduler getReaderScheduler()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getWriterScheduler

        public PipeScheduler getWriterScheduler()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable