public interface JobParameters
save method.| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key)
Return true if the parameters contain a value for the key
|
String |
get(String key)
Return the value associated with the key or null if there is no such parameter
|
Map<String,String> |
getMap()
Return an immutable map of the parameters.
|
String |
put(String key,
String value)
Associates the value with the key and returns the old value if there previously was a mapping for the key
|
String |
remove(String key)
Removes the value associated with the key or null if there is no such parameter
|
rx.Completable |
save()
Asynchronously save the parameters back to Cassandra.
|
String get(String key)
String put(String key, String value)
String remove(String key)
boolean containsKey(String key)
rx.Completable save()
Copyright © 2014–2018 Red Hat, Inc.. All rights reserved.