EventProcessorHostActionStrings Class

  • java.lang.Object
    • com.microsoft.azure.eventprocessorhost.EventProcessorHostActionStrings

public class EventProcessorHostActionStrings

Field Summary

Modifier and Type Field and Description
final String ACQUIRING_LEASE
final String CHECKING_CHECKPOINT_STORE
final String CHECKING_LEASE_STORE
final String CHECKING_LEASES
final String CLOSING_EVENT_PROCESSOR
final String CREATING_CHECKPOINT_STORE
final String CREATING_CHECKPOINTS
final String CREATING_EVENT_HUB_CLIENT
final String CREATING_EVENT_PROCESSOR
final String CREATING_LEASE_STORE
final String CREATING_LEASES
final String DELETING_LEASE
final String GETTING_CHECKPOINT
final String GETTING_LEASE
final String INITIALIZING_STORES
final String OPENING_EVENT_PROCESSOR
final String PARTITION_MANAGER_CLEANUP
final String PARTITION_MANAGER_MAIN_LOOP
final String RELEASING_LEASE
final String RENEWING_LEASE
final String STEALING_LEASE
final String UPDATING_CHECKPOINT
final String UPDATING_LEASE

Field Details

ACQUIRING_LEASE

public static final String ACQUIRING_LEASE= "Acquiring Lease"

CHECKING_CHECKPOINT_STORE

public static final String CHECKING_CHECKPOINT_STORE= "Checking Checpoint Store Existence"

CHECKING_LEASE_STORE

public static final String CHECKING_LEASE_STORE= "Checking Lease Store Existence"

CHECKING_LEASES

public static final String CHECKING_LEASES= "Checking Leases"

CLOSING_EVENT_PROCESSOR

public static final String CLOSING_EVENT_PROCESSOR= "Closing Event Processor"

CREATING_CHECKPOINT_STORE

public static final String CREATING_CHECKPOINT_STORE= "Creating Checkpoint Store"

CREATING_CHECKPOINTS

public static final String CREATING_CHECKPOINTS= "Creating Checkpoint Holders"

CREATING_EVENT_HUB_CLIENT

public static final String CREATING_EVENT_HUB_CLIENT= "Creating Event Hub Client"

CREATING_EVENT_PROCESSOR

public static final String CREATING_EVENT_PROCESSOR= "Creating Event Processor"

CREATING_LEASE_STORE

public static final String CREATING_LEASE_STORE= "Creating Lease Store"

CREATING_LEASES

public static final String CREATING_LEASES= "Creating Leases"

DELETING_LEASE

public static final String DELETING_LEASE= "Deleting Lease"

GETTING_CHECKPOINT

public static final String GETTING_CHECKPOINT= "Getting Checkpoint Details"

GETTING_LEASE

public static final String GETTING_LEASE= "Getting Lease Details"

INITIALIZING_STORES

public static final String INITIALIZING_STORES= "Initializing Stores"

OPENING_EVENT_PROCESSOR

public static final String OPENING_EVENT_PROCESSOR= "Opening Event Processor"

PARTITION_MANAGER_CLEANUP

public static final String PARTITION_MANAGER_CLEANUP= "Partition Manager Cleanup"

PARTITION_MANAGER_MAIN_LOOP

public static final String PARTITION_MANAGER_MAIN_LOOP= "Partition Manager Main Loop"

RELEASING_LEASE

public static final String RELEASING_LEASE= "Releasing Lease"

RENEWING_LEASE

public static final String RENEWING_LEASE= "Renewing Lease"

STEALING_LEASE

public static final String STEALING_LEASE= "Stealing Lease"

UPDATING_CHECKPOINT

public static final String UPDATING_CHECKPOINT= "Updating Checkpoint"

UPDATING_LEASE

public static final String UPDATING_LEASE= "Updating Lease"

Applies to