- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 16 for stateful (0.09 sec)
-
internal/grid/msg.go
- OpMuxServerMsg
- // OpUnblockSrvMux contains a message that a server mux is unblocked with one.
- // Only Stateful streams has flow control.
- OpUnblockSrvMux
- // OpUnblockClMux contains a message that a client mux is unblocked with one.
- // Only Stateful streams has flow control.
- OpUnblockClMux
- // OpAckMux acknowledges a mux was created.
- OpAckMux
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jul 25 21:07:21 UTC 2024 - 7.6K bytes - Viewed (0) -
guava/src/com/google/common/io/ByteSink.java
- import java.io.Writer;
- import java.nio.charset.Charset;
- /**
- * A destination to which bytes can be written, such as a file. Unlike an {@link OutputStream}, a
- * {@code ByteSink} is not an open, stateful stream that can be written to and closed. Instead, it
- * is an immutable <i>supplier</i> of {@code OutputStream} instances.
- *
- * <p>{@code ByteSink} provides two kinds of methods:
- *
- * <ul>
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 28 16:55:09 UTC 2024 - 5K bytes - Viewed (0) -
android/guava/src/com/google/common/io/CharSink.java
- import java.util.Iterator;
- import java.util.stream.Stream;
- /**
- * A destination to which characters can be written, such as a text file. Unlike a {@link Writer}, a
- * {@code CharSink} is not an open, stateful stream that can be written to and closed. Instead, it
- * is an immutable <i>supplier</i> of {@code Writer} instances.
- *
- * <p>{@code CharSink} provides two kinds of methods:
- *
- * <ul>
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 31 14:20:11 UTC 2024 - 6.8K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/resolution/ModelResolver.java
- /**
- * Resolves a POM from its coordinates. During the build process, the
- * {@link org.apache.maven.model.building.ModelBuilder} will add any relevant repositories to the model resolver. In
- * other words, the model resolver is stateful and should not be reused across multiple model building requests.
- *
- * @deprecated use {@link org.apache.maven.api.services.ModelBuilder} instead
- */
- @Deprecated(since = "4.0.0")
- public interface ModelResolver {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 7.1K bytes - Viewed (0) -
helm/minio/values.yaml
- ## Node labels for pod assignment
- ## Ref: https://kubernetes.io/docs/user-guide/node-selection/
- ##
- nodeSelector: {}
- tolerations: []
- affinity: {}
- topologySpreadConstraints: []
- ## Add stateful containers to have security context, if enabled MinIO will run as this
- ## user and group NOTE: securityContext is only enabled if persistence.enabled=true
- securityContext:
- enabled: true
- runAsUser: 1000
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 15:48:31 UTC 2024 - 18.8K bytes - Viewed (1) -
guava/src/com/google/common/io/CharSource.java
- import javax.annotation.CheckForNull;
- import org.checkerframework.checker.nullness.qual.Nullable;
- /**
- * A readable source of characters, such as a text file. Unlike a {@link Reader}, a {@code
- * CharSource} is not an open, stateful stream of characters that can be read and closed. Instead,
- * it is an immutable <i>supplier</i> of {@code Reader} instances.
- *
- * <p>{@code CharSource} provides two kinds of methods:
- *
- * <ul>
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 31 14:20:11 UTC 2024 - 25.5K bytes - Viewed (0) -
android/guava/src/com/google/common/io/ByteSource.java
- import java.util.Iterator;
- import org.checkerframework.checker.nullness.qual.Nullable;
- /**
- * A readable source of bytes, such as a file. Unlike an {@link InputStream}, a {@code ByteSource}
- * is not an open, stateful stream for input that can be read and closed. Instead, it is an
- * immutable <i>supplier</i> of {@code InputStream} instances.
- *
- * <p>{@code ByteSource} provides two kinds of methods:
- *
- * <ul>
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 26.2K bytes - Viewed (0) -
android/guava/src/com/google/common/hash/BloomFilter.java
- * values in the [-128, 127] range are valid for the compact serial form. Non-negative values
- * are reserved for enums defined in BloomFilterStrategies; negative values are reserved for any
- * custom, stateful strategy we may define (e.g. any kind of strategy that would depend on user
- * input).
- */
- int ordinal();
- }
- /** The bit set of the BloomFilter (not necessarily power of 2!) */
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 23 16:45:30 UTC 2024 - 26.6K bytes - Viewed (0) -
RELEASE.md
- number). These 3 APIs will allow user to disable and switch back to
- legacy behavior if they prefer. In future (eg TF 2.10), we expect to
- totally remove the legacy code path (stateful random Ops), and these 3
- APIs will be removed as well.
- * `tf.keras.callbacks.experimental.BackupAndRestore` is now available as
- `tf.keras.callbacks.BackupAndRestore`. The experimental endpoint is
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0) -
helm-releases/minio-5.3.0.tgz
[] # - secretName: chart-example-tls # hosts: # - chart-example.local ## Node labels for pod assignment ## Ref: https://kubernetes.io/docs/user-guide/node-selection/ ## nodeSelector: {} tolerations: [] affinity: {} topologySpreadConstr: [] ## Add stateful containers to have security context, if enabled MinIO will run as this ## user and group NOTE: securityContext is only enabled if persistence.enabled=true securityContext: enabled: true runAsUser: 1000 runAsGroup: 1000 fsGroup: 1000 fsGroupChangePolicy:...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Oct 11 12:21:05 UTC 2024 - 21.7K bytes - Viewed (0)