Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for operacional (0.06 sec)

  1. docs/es/docs/async.md

    * que el contenido que tu programa entregó al sistema sea escrito en el disco
    * una operación de API remota
    * que una operación de base de datos termine
    * que una query de base de datos devuelva los resultados
    * etc.
    
    Como el tiempo de ejecución se consume principalmente esperando operaciones de <abbr title="Input and Output">I/O</abbr>, las llaman operaciones "I/O bound".
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:56:21 UTC 2025
    - 24.7K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/smb1/trans/TransPeekNamedPipeResponse.java

        /**
         * Named pipe status indicating the pipe is listening for connections.
         */
        public static final int STATUS_LISTENING = 2;
    
        /**
         * Named pipe status indicating the connection is established and operational.
         */
        public static final int STATUS_CONNECTION_OK = 3;
    
        /**
         * Named pipe status indicating the server end of the pipe is closed.
         */
        public static final int STATUS_SERVER_END_CLOSED = 4;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  3. docs/erasure/README.md

    ![Erasure](https://github.com/minio/minio/blob/master/docs/screenshots/erasure-code.jpg?raw=true)
    
    ## What is Bit Rot protection?
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  4. cmd/bucket-stats.go

    	QStats        InQueueMetric                        `json:"queueStats"`
    	MRFStats      ReplicationMRFStats                  `json:"mrfStats"`
    }
    
    // getNodeQueueStats returns replication operational stats at the node level
    func (r *ReplicationStats) getNodeQueueStats(bucket string) (qs ReplQNodeStats) {
    	qs.NodeName = globalLocalNodeName
    	qs.Uptime = UTCNow().Unix() - globalBootTime.Unix()
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 13.5K bytes
    - Viewed (0)
  5. docs/es/docs/tutorial/security/oauth2-jwt.md

    Es opcional usarlo, pero ahí es donde pondrías la identificación del usuario, por lo que lo estamos usando aquí.
    
    JWT podría ser usado para otras cosas aparte de identificar un usuario y permitirle realizar operaciones directamente en tu API.
    
    Por ejemplo, podrías identificar un "coche" o un "artículo de blog".
    
    Luego, podrías agregar permisos sobre esa entidad, como "conducir" (para el coche) o "editar" (para el blog).
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  6. docs/sts/tls.md

    The MinIO TLS STS API can be configured via MinIO's standard configuration API (i.e. using `mc admin config set/get`). Further, it can be configured via the following environment variables:
    
    ```
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 6K bytes
    - Viewed (1)
  7. cmd/metrics-v2.go

    		metricsGroupOpts: opts,
    	}
    	const (
    		Online  = 1
    		Offline = 0
    	)
    
    	mg.RegisterRead(func(_ context.Context) []MetricV2 {
    		var ml []MetricV2
    		// common operational metrics for bucket replication and site replication - published
    		// at cluster level
    		if rStats := globalReplicationStats.Load(); rStats != nil {
    			qs := rStats.getNodeQueueStatsSummary()
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 133.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.33.md

    ## Changes by Kind
    
    ### Deprecation
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:46:23 UTC 2025
    - 294.3K bytes
    - Viewed (0)
Back to top