@Operator public final class GcsConfigureBlockCache extends PrimitiveOp
If the values are the same as already configured values, this op is a no-op. If they are different, the current contents of the block cache is dropped, and a new block cache is created fresh.
operation| Modifier and Type | Method and Description |
|---|---|
static GcsConfigureBlockCache |
create(Scope scope,
Operand<?> maxCacheSize,
Operand<?> blockSize,
Operand<?> maxStaleness)
Factory method to create a class wrapping a new GcsConfigureBlockCache operation.
|
equals, hashCode, op, toStringpublic static GcsConfigureBlockCache create(Scope scope, Operand<?> maxCacheSize, Operand<?> blockSize, Operand<?> maxStaleness)
scope - current scopemaxCacheSize - blockSize - maxStaleness - Copyright © 2015–2019. All rights reserved.