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
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java