Package org.onosproject.store.primitives
Class MapUpdate.Builder<K,V>
- java.lang.Object
-
- org.onosproject.store.primitives.MapUpdate.Builder<K,V>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapUpdate<K,V>
build()
MapUpdate.Builder<K,V>
withKey(K key)
MapUpdate.Builder<K,V>
withType(MapUpdate.Type type)
MapUpdate.Builder<K,V>
withValue(V value)
MapUpdate.Builder<K,V>
withVersion(long version)
-
-
-
Method Detail
-
withType
public MapUpdate.Builder<K,V> withType(MapUpdate.Type type)
-
withKey
public MapUpdate.Builder<K,V> withKey(K key)
-
withValue
public MapUpdate.Builder<K,V> withValue(V value)
-
withVersion
public MapUpdate.Builder<K,V> withVersion(long version)
-
-