ShardExecutionEventArgs Class

  • java.lang.Object
    • EventArgs
      • com.microsoft.azure.elasticdb.query.multishard.ShardExecutionEventArgs

public class ShardExecutionEventArgs

Input to be passed to per-shard event handlers.

Method Summary

Modifier and Type Method and Description
final Exception getException()
final LabeledResultSet getReader()
final ShardLocation 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