Class KubernetesDistributedCache.Builder<K,V>
- java.lang.Object
-
- io.github.dhruv1110.jcachex.distributed.impl.AbstractDistributedCache.Builder<K,V>
-
- io.github.dhruv1110.jcachex.distributed.impl.KubernetesDistributedCache.Builder<K,V>
-
- Enclosing class:
- KubernetesDistributedCache<K,V>
public static class KubernetesDistributedCache.Builder<K,V> extends AbstractDistributedCache.Builder<K,V>
-
-
Field Summary
-
Fields inherited from class io.github.dhruv1110.jcachex.distributed.impl.AbstractDistributedCache.Builder
cacheConfig, clusterName, communicationProtocol, maxMemoryBytes, networkTimeout, nodeDiscovery, partitionCount, readRepairEnabled, virtualNodesPerNode
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KubernetesDistributedCache<K,V>
build()
-
Methods inherited from class io.github.dhruv1110.jcachex.distributed.impl.AbstractDistributedCache.Builder
cacheConfig, clusterName, communicationProtocol, enableReadRepair, maxMemoryMB, networkTimeout, nodeDiscovery, partitionCount, virtualNodesPerNode
-
-
-
-
Method Detail
-
build
public KubernetesDistributedCache<K,V> build()
- Specified by:
build
in classAbstractDistributedCache.Builder<K,V>
-
-