ActorPath Class |
Namespace: Akka.Actor
The ActorPath type exposes the following members.
Name | Description | |
---|---|---|
ActorPath(Address, String) |
Initializes a new instance of the ActorPath class.
| |
ActorPath(ActorPath, String, Int64) |
Initializes a new instance of the ActorPath class.
|
Name | Description | |
---|---|---|
Address |
The Address under which this path can be reached; walks up the tree to
the RootActorPath.
| |
Elements |
Gets the elements.
| |
Name |
Gets the name.
| |
Parent |
TBD
| |
Root |
TBD
| |
Uid |
Gets the uid.
|
Name | Description | |
---|---|---|
Child |
Creates a child with the specified name
| |
CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | |
Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
Equals(ActorPath) | Indicates whether the current object is equal to another object of the same type. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FormatPathElements |
TBD
| |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsValidPathElement |
Method that checks if actor name conforms to RFC 2396, http://www.ietf.org/rfc/rfc2396.txt
Note that AKKA JVM does not allow parenthesis ( ) but, according to RFC 2396 those are allowed, and
since we use URL Encode to create valid actor names, we must allow them.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Parse |
Creates an ActorPath from the specified path.
| |
ToSerializationFormat |
TBD
| |
ToSerializationFormatWithAddress |
TBD
| |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) | |
ToStringWithAddress |
Generate String representation, with the address in the RootActorPath.
| |
ToStringWithAddress(Address) |
Generate String representation, replacing the Address in the RootActorPath
with the given one unless this path’s address includes host and port
information.
| |
ToStringWithoutAddress |
String representation of the path elements, excluding the address
information. The elements are separated with "/" and starts with "/",
e.g. "/user/a/b".
| |
ToStringWithUid |
Returns a string representation of this instance including uid.
| |
ToSurrogate |
Creates a surrogate representation of the current ActorPath.
| |
TryParse |
Tries to parse the uri, which should be a full uri, i.e containing protocol.
For example "akka://System/user/my-actor"
| |
TryParseAddress |
TBD
| |
WithUid |
Withes the uid.
|
Name | Description | |
---|---|---|
Division(ActorPath, IEnumerableString) |
Creates a new ActorPath by appending all the names in name
to the specified path.
| |
Division(ActorPath, String) | ||
Equality |
Compares two specified actor paths for equality.
| |
Inequality |
Compares two specified actor paths for inequality.
|
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |