MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / getString

Method getString

src/Config.java:126–128  ·  view source on GitHub ↗

Returns the given property as a String @param property The property to fetch @return The property value as a string or null if the property did not exist

(final String property)

Source from the content-addressed store, hash-verified

124 * @return The property value as a string or null if the property did not exist
125 */
126 public final String getString(final String property) {
127 return properties.get(property);
128 }
129
130 /**
131 * Returns the given property as an integer

Callers 13

constructorChildCopyMethod · 0.95
constructorWithFileMethod · 0.95
overrideConfigMethod · 0.95
getStringMethod · 0.95
getStringNullMethod · 0.95
getStringDoesNotExistMethod · 0.95
HBaseClientMethod · 0.45
parseQOPMethod · 0.45
newSaslClientMethod · 0.45
refreshTicketCacheMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 6

constructorChildCopyMethod · 0.76
constructorWithFileMethod · 0.76
overrideConfigMethod · 0.76
getStringMethod · 0.76
getStringNullMethod · 0.76
getStringDoesNotExistMethod · 0.76