Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
の呼び出しによって返されるResult配列の順序は何HTable.get(List<Get>)ですか? つまり、それが入力リストと同じ順序であると仮定するのは正しいですか?
HTable.get(List<Get>)
結果の配列の順序は、入力リストの順序と同じになります。バッチ方式と同様に、アクションの実行順序は定義されていませんが、結果は常に同じ順序になります。失敗したgetの結果配列にはnullが含まれるため、各Resultインスタンスを調べずに失敗したものを特定することは困難でした。