public class ObjectNameSpec extends Object
| Constructor and Description |
|---|
ObjectNameSpec() |
ObjectNameSpec(String name) |
ObjectNameSpec(String type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
buildObjectName() |
ObjectName |
buildObjectName(String type,
String name)
Builde the name, overwriting the defaults
|
ObjectNameSpec |
getNested(String type)
Return a nested name, for clustered object
|
ObjectNameSpec |
getNested(String type,
String name)
Return a nested name, for clustered object
|
public ObjectNameSpec()
public ObjectNameSpec(String name)
public ObjectNameSpec getNested(String type)
public ObjectNameSpec getNested(String type, String name)
public ObjectName buildObjectName() throws Exception
Exceptionpublic ObjectName buildObjectName(String type, String name) throws Exception
ExceptionCopyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.