### YamlMime:JavaType inheritances: - methods: - fullName: microsoft.servicefabric.actors.ActorNameFormat.getConfigPackageName(Class actorImplementationType) name: getConfigPackageName(Class actorImplementationType) nameWithType: ActorNameFormat.getConfigPackageName(Class actorImplementationType) parameters: - description:

Type of class implementing the actor.

name: actorImplementationType type: returns: description:

configuration package name.

type: summary: >-

Gets the configuration package name used in service package for the actor.

syntax: public static String getConfigPackageName(Class actorImplementationType) uid: microsoft.servicefabric.actors.ActorNameFormat.getConfigPackageName(Class) - fullName: microsoft.servicefabric.actors.ActorNameFormat.getFabricServiceEndpointName(Class actorImplementationType) name: getFabricServiceEndpointName(Class actorImplementationType) nameWithType: ActorNameFormat.getFabricServiceEndpointName(Class actorImplementationType) parameters: - description:

Type of class implementing the actor.

name: actorImplementationType type: returns: description:

Service endpoint name.

type: summary: >-

Gets the service endpoint for the actor type which is specified in service manifest for the actor service.

syntax: public static String getFabricServiceEndpointName(Class actorImplementationType) uid: microsoft.servicefabric.actors.ActorNameFormat.getFabricServiceEndpointName(Class) - fullName: microsoft.servicefabric.actors.ActorNameFormat.getFabricServiceName(Class actorInterfaceType, String serviceName) name: getFabricServiceName(Class actorInterfaceType, String serviceName) nameWithType: ActorNameFormat.getFabricServiceName(Class actorInterfaceType, String serviceName) parameters: - description:

Type of the actor interface.

name: actorInterfaceType type: - description:

Name of service hosting the actor type. If this value is null then service name is constructed using the actorInterfaceType.

name: serviceName type: returns: description:

Service Fabric service name hosting the actor type.

type: summary: >-

Gets name of service which hosts the actor type in Service Fabric cluster.

syntax: public static String getFabricServiceName(Class actorInterfaceType, String serviceName) uid: microsoft.servicefabric.actors.ActorNameFormat.getFabricServiceName(Class,String) - fullName: microsoft.servicefabric.actors.ActorNameFormat.getFabricServiceReplicatorConfigSectionName(Class actorImplementationType) name: getFabricServiceReplicatorConfigSectionName(Class actorImplementationType) nameWithType: ActorNameFormat.getFabricServiceReplicatorConfigSectionName(Class actorImplementationType) parameters: - description:

Type of class implementing the actor.

name: actorImplementationType type: returns: description:

Replicator configuration section name.

type: summary: >-

Gets the replicator configuration section name specified in configuration package for the actor service.

Remarks: Values specified in replicator configuration section are used to configure for the replication of actor state between primary and secondary replicas.

syntax: public static String getFabricServiceReplicatorConfigSectionName(Class actorImplementationType) uid: microsoft.servicefabric.actors.ActorNameFormat.getFabricServiceReplicatorConfigSectionName(Class) - fullName: microsoft.servicefabric.actors.ActorNameFormat.getFabricServiceReplicatorEndpointName(Class actorImplementationType) name: getFabricServiceReplicatorEndpointName(Class actorImplementationType) nameWithType: ActorNameFormat.getFabricServiceReplicatorEndpointName(Class actorImplementationType) parameters: - description:

Type of class implementing the actor.

name: actorImplementationType type: returns: description:

Service replicator endpoint name.

type: summary: >-

Gets the replicator endpoint which is specified in service manifest for the actor service.

syntax: public static String getFabricServiceReplicatorEndpointName(Class actorImplementationType) uid: microsoft.servicefabric.actors.ActorNameFormat.getFabricServiceReplicatorEndpointName(Class) - fullName: microsoft.servicefabric.actors.ActorNameFormat.getFabricServiceReplicatorSecurityConfigSectionName(Class actorImplementationType) name: getFabricServiceReplicatorSecurityConfigSectionName(Class actorImplementationType) nameWithType: ActorNameFormat.getFabricServiceReplicatorSecurityConfigSectionName(Class actorImplementationType) parameters: - description:

Type of class implementing the actor.

name: actorImplementationType type: returns: description:

Replicator security configuration section name.

type: summary: >-

Gets the replicator security configuration section name specified in configuration package for the actor service.

Remarks: Values specified in replicator security configuration section are used to configure for the replication of actor state between primary and secondary replicas.

syntax: public static String getFabricServiceReplicatorSecurityConfigSectionName(Class actorImplementationType) uid: microsoft.servicefabric.actors.ActorNameFormat.getFabricServiceReplicatorSecurityConfigSectionName(Class) - fullName: microsoft.servicefabric.actors.ActorNameFormat.getFabricServiceTransportSettingsSectionName(Class actorImplementationType) name: getFabricServiceTransportSettingsSectionName(Class actorImplementationType) nameWithType: ActorNameFormat.getFabricServiceTransportSettingsSectionName(Class actorImplementationType) parameters: - description:

Type of class implementing the actor.

name: actorImplementationType type: returns: description:

FabricTransport configuration section name.

type: summary: >-

Gets the fabrictransport configuration section name specified in configuration package for the actor service.

Remarks:Values specified in FabricTransport configuration section are used to configure for the communication.

syntax: public static String getFabricServiceTransportSettingsSectionName(Class actorImplementationType) uid: microsoft.servicefabric.actors.ActorNameFormat.getFabricServiceTransportSettingsSectionName(Class) - fullName: microsoft.servicefabric.actors.ActorNameFormat.getFabricServiceTypeName(Class actorImplementationType) name: getFabricServiceTypeName(Class actorImplementationType) nameWithType: ActorNameFormat.getFabricServiceTypeName(Class actorImplementationType) parameters: - description:

Actor implementation type.

name: actorImplementationType type: returns: description:

Service type name.

type: summary: >-

Gets service type name for the actor.

syntax: public static String getFabricServiceTypeName(Class actorImplementationType) uid: microsoft.servicefabric.actors.ActorNameFormat.getFabricServiceTypeName(Class) - fullName: microsoft.servicefabric.actors.ActorNameFormat.getFabricServiceUri(Class actorInterfaceType, String applicationName, String serviceName) name: getFabricServiceUri(Class actorInterfaceType, String applicationName, String serviceName) nameWithType: ActorNameFormat.getFabricServiceUri(Class actorInterfaceType, String applicationName, String serviceName) parameters: - description:

Type of the actor interface.

name: actorInterfaceType type: - description:

Service Fabric application name containing the actor service. If this value is null application name is obtained from

name: applicationName type: - description:

Name of service hosting the actor type. If this value is null then service name is constructed using the actorInterfaceType.

name: serviceName type: exceptions: - type: description:

Throws URISyntaxException

- type: description:

When applicationName cannot be determined using .

returns: description:

Service Fabric service Uri hosting the actor type.

type: summary: >-

Gets service Uri which hosts the actor type in Service Fabric cluster.

Remarks: If applicationName is passed as null or empty string, an attempt is made to get application name from . If the method still cannot determine application name, is thrown.

syntax: public static URI getFabricServiceUri(Class actorInterfaceType, String applicationName, String serviceName) uid: microsoft.servicefabric.actors.ActorNameFormat.getFabricServiceUri(Class,String,String) - fullName: microsoft.servicefabric.actors.ActorNameFormat.getFabricServiceUri(Class actorInterfaceType, URI applicationUri, String serviceName) name: getFabricServiceUri(Class actorInterfaceType, URI applicationUri, String serviceName) nameWithType: ActorNameFormat.getFabricServiceUri(Class actorInterfaceType, URI applicationUri, String serviceName) parameters: - description:

Type of the actor interface.

name: actorInterfaceType type: - description:

Service Fabric application Uri containing the actor service. If this value is null application name is obtained from

name: applicationUri type: - description:

Name of service hosting the actor type. If this value is null then service name is constructed using the actorInterfaceType.

name: serviceName type: exceptions: - type: description:

Throws URISyntaxException

- type: description:

When applicationUri cannot be determined using .

returns: description:

Service Fabric service Uri hosting the actor type.

type: summary: >-

Gets service Uri which hosts the actor type in Service Fabric cluster.

Remarks: If applicationUri is passed as null or empty string, an attempt is made to get application name from . If the method still cannot determine application name, is thrown.

syntax: public static URI getFabricServiceUri(Class actorInterfaceType, URI applicationUri, String serviceName) uid: microsoft.servicefabric.actors.ActorNameFormat.getFabricServiceUri(Class,URI,String) - fullName: microsoft.servicefabric.actors.ActorNameFormat.getName(Class actorInterfaceType) name: getName(Class actorInterfaceType) nameWithType: ActorNameFormat.getName(Class actorInterfaceType) parameters: - description:

Type of the actor interface.

name: actorInterfaceType type: returns: description:

Name of Actor.

type: summary: >-

Gets name of Actor from actorInterfaceType.

syntax: public static String getName(Class actorInterfaceType) uid: microsoft.servicefabric.actors.ActorNameFormat.getName(Class) nameWithType: ActorNameFormat syntax: public class ActorNameFormat type: class uid: microsoft.servicefabric.actors.ActorNameFormat fullName: microsoft.servicefabric.actors.ActorNameFormat name: ActorNameFormat package: microsoft.servicefabric.actors summary:

Contains static methods for generating names like service name, application name form the actor interface type.

metadata: {}