你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ShardExecutionEventArgs Class
- java.
lang. Object - EventArgs
- com.
microsoft. azure. elasticdb. query. multishard. ShardExecutionEventArgs
- com.
public class ShardExecutionEventArgs
Input to be passed to per-shard event handlers.
Method Summary
Modifier and Type | Method and Description |
---|---|
final Exception | getException() |
final Labeled |
getReader() |
final Shard |
getShardLocation() |
final void | setException(Exception value) |
final void | setReader(LabeledResultSet value) |
final void | setShardLocation(ShardLocation value) |
Method Details
getException
public final Exception getException()
getReader
public final LabeledResultSet getReader()
getShardLocation
public final ShardLocation getShardLocation()
setException
public final void setException(Exception value)
Parameters:
value
setReader
public final void setReader(LabeledResultSet value)
Parameters:
value
setShardLocation
public final void setShardLocation(ShardLocation value)
Parameters:
value