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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java