### YamlMime:JavaType
inheritances:
-
Type of class implementing the actor.
name: actorImplementationType type:configuration package name.
type: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:Service endpoint name.
type: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:Name of service hosting the actor type. If this value is null then service name is constructed using the actorInterfaceType.
name: serviceName type:Service Fabric service name hosting the actor type.
type: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:Replicator configuration section name.
type: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
Type of class implementing the actor.
name: actorImplementationType type:Service replicator endpoint name.
type: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:Replicator security configuration section name.
type: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
Type of class implementing the actor.
name: actorImplementationType type:FabricTransport configuration section name.
type: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
Actor implementation type.
name: actorImplementationType type:Service type name.
type: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:Service Fabric application name containing the actor service. If this value is null application name is obtained from
Name of service hosting the actor type. If this value is null then service name is constructed using the actorInterfaceType.
name: serviceName type:Throws URISyntaxException
- type:When applicationName cannot be determined using
Service Fabric service Uri hosting the actor type.
type: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
Type of the actor interface.
name: actorInterfaceType type:Service Fabric application Uri containing the actor service. If this value is null application name is obtained from
Name of service hosting the actor type. If this value is null then service name is constructed using the actorInterfaceType.
name: serviceName type:Throws URISyntaxException
- type:When applicationUri cannot be determined using
Service Fabric service Uri hosting the actor type.
type: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
Type of the actor interface.
name: actorInterfaceType type:Name of Actor.
type: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: {}