= null) { config = config.entryTtl(redisProperties.getTimeToLive()); } if (redisProperties.getKeyPrefix() != null) { config = config.prefixKeysWith(redisProperties.getKeyPrefix()); } if (!redisProperties.isCacheNullValues()) { config = config.disableCachingNullValues(); } if (!redisP...
returncomputePrefixWith((cacheName)->prefix); } 代码示例来源:origin: apache/servicemix-bundles /** * Use the given prefix instead of the default one. * * @param prefix must not be {@literal null}. * @return new {@link RedisCacheConfiguration}. */ publicRedisCacheConfigurationprefixKeysWith...
publicMicrosoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreateWithComputerNamePrefix(stringnamePrefix); 参数 namePrefix String 规模集中虚拟机自动生成的名称的前缀。 返回 IWithCreate 适用于 产品版本 Azure SDK for .NETLegacy ...
Parallel prefix scan, also known as parallel prefix sum, is a building block for many parallel algorithms including polynomial evaluation, sorting and building data structures. This paper introduces prefix scan and also describes a step-by- step procedure to implement prefix scan efficiently with Com...
Package: Microsoft.Azure.Management.Compute.Fluent v1.38.1 Specifies the name prefix to use for auto-generating the names for the virtual machines in the scale set. C# Kopiera public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet....
publicMicrosoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreateWithComputerNamePrefix(stringnamePrefix); Paramètres namePrefix String Préfixe des noms générés automatiquement des machines virtuelles dans le groupe identique. ...
publicMicrosoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreateWithComputerNamePrefix(stringnamePrefix); Parameters namePrefix String The prefix for the auto-generated names of the virtual machines in the scale set.
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate WithComputerNamePrefix (string namePrefix); 参数 namePrefix String 规模集中虚拟机自动生成的名称的前缀。 返回 IWithCreate 适用于 产品版本 Azure SDK for .NET...