积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(213)Java(213)Spring(213)

语言

全部英语(213)

格式

全部PDF文档 PDF(147)其他文档 其他(53)TXT文档 TXT(13)
 
本次搜索耗时 0.171 秒,为您找到相关结果约 213 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Spring Framwork Core Technologies v5.3.36 SNAPSHOT

    8. Data Buffers and Codecs Java NIO provides ByteBuffer but many libraries build their own byte buffer API on top, especially for network operations where reusing buffers and/or using direct buffers abstractions to work with various byte buffer APIs as follows: • DataBufferFactory abstracts the creation of a data buffer. • DataBuffer represents a byte buffer, which may be pooled. • DataBufferUtils decode or encode data buffer streams into higher level objects. 8.1. DataBufferFactory DataBufferFactory is used to create data buffers in one of two ways: 1. Allocate a new data buffer, optionally specifying
    0 码力 | 485 页 | 6.31 MB | 1 年前
    3
  • pdf文档 Spring Framwork Web on Reactive Stack v5.3.36 SNAPSHOT

    establish the mechanism and a boundary. If a publisher cannot slow down, it has to decide whether to buffer, drop, or fail. 1.1.2. Reactive API Reactive Streams plays an important role for interoperability Decoder can be wrapped with DecoderHttpMessageReader. • DataBuffer abstracts different byte buffer representations (e.g. Netty ByteBuf, java.nio.ByteBuffer, etc.) and is what all codecs work Decoder and HttpMessageReader implementations that buffer some or all of the input stream can be configured with a limit on the maximum number of bytes to buffer in memory. In some cases buffering occurs because
    0 码力 | 182 页 | 2.52 MB | 1 年前
    3
  • pdf文档 Spring Framwork Integration v5.3.36 SNAPSHOT

    Cache Abstraction Cache vs Buffer The terms, “buffer” and “cache,” tend to be used interchangeably. Note, however, that they represent different things. Traditionally, a buffer is used as an intermediate affects performance), the buffer alleviates this by allowing entire blocks of data to move at once rather than in small chunks. The data is written and read only once from the buffer. Furthermore, the buffers multiple times in a fast fashion. You can find a further explanation of the differences between a buffer and a cache here. At its core, the cache abstraction applies caching to Java methods, thus reducing
    0 码力 | 141 页 | 2.13 MB | 1 年前
    3
  • pdf文档 Spring Boot 2.6.0-m2 Reference Documentation

    setSizeThreshold(DataSize sizeThreshold) { this.sizeThreshold = sizeThreshold; } } To specify a buffer size of 10 megabytes, 10 and 10MB are equivalent. A size threshold of 256 bytes can be specified published under the jvm. meter name. The following JVM metrics are provided: • Various memory and buffer pool details • Statistics related to garbage collection • Threads utilization • The Number of metrics.distribution.buffer-length Give greater weight to recent samples by accumulating them in ring buffers which rotate after a configurable expiry, with a configurable buffer length. management
    0 码力 | 708 页 | 13.90 MB | 1 年前
    3
  • pdf文档 Spring Boot 2.6.12 Reference Documentation

    setSizeThreshold(DataSize sizeThreshold) { this.sizeThreshold = sizeThreshold; } } To specify a buffer size of 10 megabytes, 10 and 10MB are equivalent. A size threshold of 256 bytes can be specified published under the jvm. meter name. The following JVM metrics are provided: • Various memory and buffer pool details • Statistics related to garbage collection 360 • Thread utilization • The number metrics.distribution.buffer-length Give greater weight to recent samples by accumulating them in ring buffers which rotate after a configurable expiry, with a configurable buffer length. management
    0 码力 | 723 页 | 14.24 MB | 1 年前
    3
  • pdf文档 Spring Boot 2.6.x Reference Guide

    setSizeThreshold(DataSize sizeThreshold) { this.sizeThreshold = sizeThreshold; } } To specify a buffer size of 10 megabytes, 10 and 10MB are equivalent. A size threshold of 256 bytes can be specified published under the jvm. meter name. The following JVM metrics are provided: • Various memory and buffer pool details • Statistics related to garbage collection 359 • Thread utilization • The number metrics.distribution.buffer-length Give greater weight to recent samples by accumulating them in ring buffers which rotate after a configurable expiry, with a configurable buffer length. management
    0 码力 | 722 页 | 14.26 MB | 1 年前
    3
  • pdf文档 Spring Boot 2.6.13 Reference Guide

    setSizeThreshold(DataSize sizeThreshold) { this.sizeThreshold = sizeThreshold; } } To specify a buffer size of 10 megabytes, 10 and 10MB are equivalent. A size threshold of 256 bytes can be specified published under the jvm. meter name. The following JVM metrics are provided: • Various memory and buffer pool details • Statistics related to garbage collection 360 • Thread utilization • The number metrics.distribution.buffer-length Give greater weight to recent samples by accumulating them in ring buffers which rotate after a configurable expiry, with a configurable buffer length. management
    0 码力 | 724 页 | 14.30 MB | 1 年前
    3
  • pdf文档 Spring Boot 2.6.6 Reference Documentation

    setSizeThreshold(DataSize sizeThreshold) { this.sizeThreshold = sizeThreshold; } } To specify a buffer size of 10 megabytes, 10 and 10MB are equivalent. A size threshold of 256 bytes can be specified published under the jvm. meter name. The following JVM metrics are provided: • Various memory and buffer pool details • Statistics related to garbage collection 363 • Thread utilization • The number metrics.distribution.buffer-length Give greater weight to recent samples by accumulating them in ring buffers which rotate after a configurable expiry, with a configurable buffer length. management
    0 码力 | 723 页 | 14.18 MB | 1 年前
    3
  • pdf文档 Spring Boot 2.6.4 Reference Documentation

    setSizeThreshold(DataSize sizeThreshold) { this.sizeThreshold = sizeThreshold; } } To specify a buffer size of 10 megabytes, 10 and 10MB are equivalent. A size threshold of 256 bytes can be specified published under the jvm. meter name. The following JVM metrics are provided: • Various memory and buffer pool details • Statistics related to garbage collection 358 • Thread utilization • The number metrics.distribution.buffer-length Give greater weight to recent samples by accumulating them in ring buffers which rotate after a configurable expiry, with a configurable buffer length. management
    0 码力 | 714 页 | 14.07 MB | 1 年前
    3
  • pdf文档 Spring Boot 2.7.0-M1 Reference Documentation

    setSizeThreshold(DataSize sizeThreshold) { this.sizeThreshold = sizeThreshold; } } To specify a buffer size of 10 megabytes, 10 and 10MB are equivalent. A size threshold of 256 bytes can be specified published under the jvm. meter name. The following JVM metrics are provided: • Various memory and buffer pool details • Statistics related to garbage collection 362 • Thread utilization • The number metrics.distribution.buffer-length Give greater weight to recent samples by accumulating them in ring buffers which rotate after a configurable expiry, with a configurable buffer length. management
    0 码力 | 727 页 | 14.28 MB | 1 年前
    3
共 213 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 22
前往
页
相关搜索词
SpringFramworkCoreTechnologiesv53.36SNAPSHOTWebonReactiveStackIntegrationBoot2.6m2ReferenceDocumentation12Guide132.7M1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩