com.basho.riak.client.query.functions
Class JSBucketKeyFunction

java.lang.Object
  extended by 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

Constructor Summary
JSBucketKeyFunction(String bucket, String key)
           
 
Method Summary
 String getBucket()
           
 String getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSBucketKeyFunction

public JSBucketKeyFunction(String bucket,
                           String key)
Parameters:
bucket -
key -
Method Detail

getBucket

public String getBucket()
Returns:
the bucket

getKey

public String getKey()
Returns:
the key


Copyright © 2012. All Rights Reserved.