public class Requests extends Object
| Constructor and Description |
|---|
Requests() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEnterprise(Request req)
Returns true if this request will be run on a remote catalog.
|
static boolean |
isLocal(Map<String,Serializable> props)
Returns true if this request will be run on the local catalog.
|
static boolean |
isLocal(Request req)
Returns true if this request will be run on the local catalog.
|
public static boolean isEnterprise(Request req)
req - The request to checkpublic static boolean isLocal(Request req)
req - The request to checkpublic static boolean isLocal(Map<String,Serializable> props)
props - Property map of a requestThis work is licensed under a Creative Commons Attribution 4.0 International License.