com.basho.riak.client.query.functions
Class JSBucketKeyFunction
java.lang.Object
com.basho.riak.client.query.functions.JSBucketKeyFunction
- All Implemented Interfaces:
- AnonymousFunction, Function
public class JSBucketKeyFunction
- extends Object
- implements AnonymousFunction
A JS function that is stored in a Riak bucket/key location
- Author:
- russell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSBucketKeyFunction
public JSBucketKeyFunction(String bucket,
String key)
- Parameters:
bucket
- key
-
getBucket
public String getBucket()
- Returns:
- the bucket
getKey
public String getKey()
- Returns:
- the key
Copyright © 2012. All Rights Reserved.