MCPcopy Index your code
hub / github.com/OpenTSDB/asynchbase / put

Method put

src/HBaseClient.java:2020–2023  ·  view source on GitHub ↗

Stores data in HBase. Note that this provides no guarantee as to the order in which subsequent put requests are going to be applied to the backend. If you need ordering, you must enforce it manually yourself by starting the next put once the Deferred of this one complete

(final PutRequest request)

Source from the content-addressed store, hash-verified

2018 * TODO(tsuna): Document failures clients are expected to handle themselves.
2019 */
2020 public Deferred<Object> put(final PutRequest request) {
2021 num_puts.increment();
2022 return sendRpcToRegion(request);
2023 }
2024
2025 /**
2026 * Appends data to (or creates) one or more columns in HBase.

Callers 15

answerMethod · 0.80
injectRegionInCacheMethod · 0.80
simplePutMethod · 0.80
putWithTimeMethod · 0.80
putWithColumnsMethod · 0.80
putWithLockMethod · 0.80
putWithLockAndTimeMethod · 0.80
putWithColumnAndLockMethod · 0.80
putStringsMethod · 0.80

Calls 2

sendRpcToRegionMethod · 0.95
incrementMethod · 0.80

Tested by 15

answerMethod · 0.64
injectRegionInCacheMethod · 0.64
simplePutMethod · 0.64
putWithTimeMethod · 0.64
putWithColumnsMethod · 0.64
putWithLockMethod · 0.64
putWithLockAndTimeMethod · 0.64
putWithColumnAndLockMethod · 0.64
putStringsMethod · 0.64