A B C D E G I J K L M P R S T V W _ 

A

addNode(IpAndPort) - Method in class com.fasterxml.transistore.cmd.SkeletalServiceConfig.Cluster
 
ageMsecs(long) - Method in class com.fasterxml.transistore.cmd.ListCmd
 
ageSecs(long) - Method in class com.fasterxml.transistore.cmd.ListCmd
 
appendPath(File, String) - Method in class com.fasterxml.transistore.cmd.TStoreCmdBase
 
arguments - Variable in class com.fasterxml.transistore.cmd.DeleteCmd
 
arguments - Variable in class com.fasterxml.transistore.cmd.GenerateLoad
 
arguments - Variable in class com.fasterxml.transistore.cmd.GetCmd
 
arguments - Variable in class com.fasterxml.transistore.cmd.PutCmd
 

B

bootstrapClient(BasicTSClientConfig, SkeletalServiceConfig) - Method in class com.fasterxml.transistore.cmd.TStoreCmdBase
 

C

CatCmd - Class in com.fasterxml.transistore.cmd
Command that works similar to Unix "cat" command, displaying contents of one or more stores, writing them to stdout.
CatCmd() - Constructor for class com.fasterxml.transistore.cmd.CatCmd
 
cluster - Variable in class com.fasterxml.transistore.cmd.SkeletalServiceConfig.Wrapper
 
clusterKeyspaceSize - Variable in class com.fasterxml.transistore.cmd.SkeletalServiceConfig.Cluster
 
clusterNodes - Variable in class com.fasterxml.transistore.cmd.SkeletalServiceConfig.Cluster
 
com.fasterxml.transistore.cmd - package com.fasterxml.transistore.cmd
 
configFile - Variable in class com.fasterxml.transistore.cmd.TStoreCmdBase
Multiple instances are allowed, but we only use the last one specified if so; hence type of String
contentKey(String) - Method in class com.fasterxml.transistore.cmd.TStoreCmdBase
 
contentKey(String, String) - Method in class com.fasterxml.transistore.cmd.TStoreCmdBase
 
contentKey(StorableKey) - Method in class com.fasterxml.transistore.cmd.TStoreCmdBase
 

D

DEFAULT_MAX_TO_LIST - Static variable in class com.fasterxml.transistore.cmd.ListCmd
By default, let's limit to 1000 entries
DeleteCmd - Class in com.fasterxml.transistore.cmd
 
DeleteCmd() - Constructor for class com.fasterxml.transistore.cmd.DeleteCmd
 
deleteRecursively(BasicTSClient, BasicTSKey) - Method in class com.fasterxml.transistore.cmd.DeleteCmd
 
deleteSingle(BasicTSClient, BasicTSKey) - Method in class com.fasterxml.transistore.cmd.DeleteCmd
 

E

error(String, Object...) - Method in class com.fasterxml.transistore.cmd.TStoreCmdBase
 

G

GenerateLoad - Class in com.fasterxml.transistore.cmd
 
GenerateLoad() - Constructor for class com.fasterxml.transistore.cmd.GenerateLoad
 
getClientConfig() - Method in class com.fasterxml.transistore.cmd.GenerateLoad
 
getClientConfig() - Method in class com.fasterxml.transistore.cmd.TStoreCmdBase
 
GetCmd - Class in com.fasterxml.transistore.cmd
 
GetCmd() - Constructor for class com.fasterxml.transistore.cmd.GetCmd
 
getServiceConfig() - Method in class com.fasterxml.transistore.cmd.TStoreCmdBase
 

I

ipAndPort - Variable in class com.fasterxml.transistore.cmd.SkeletalServiceConfig.Node
 
isJSON - Variable in class com.fasterxml.transistore.cmd.TStoreCmdBase
 
isTextual - Variable in class com.fasterxml.transistore.cmd.TStoreCmdBase
 

J

jsonGenerator(OutputStream) - Method in class com.fasterxml.transistore.cmd.TStoreCmdBase
 
jsonWriter(Class<?>) - Method in class com.fasterxml.transistore.cmd.TStoreCmdBase
 

K

KEY_CONVERTER - Static variable in class com.fasterxml.transistore.cmd.TStoreCmdBase
 
keyRangeLength - Variable in class com.fasterxml.transistore.cmd.SkeletalServiceConfig.Node
 
keyRangeStart - Variable in class com.fasterxml.transistore.cmd.SkeletalServiceConfig.Node
 

L

ListCmd - Class in com.fasterxml.transistore.cmd
 
ListCmd() - Constructor for class com.fasterxml.transistore.cmd.ListCmd
 

M

main(String[]) - Static method in class com.fasterxml.transistore.cmd.TStoreMain
 
mapper - Static variable in class com.fasterxml.transistore.cmd.TStoreCmdBase
 
maxEntries - Variable in class com.fasterxml.transistore.cmd.DeleteCmd
 
maxEntries - Variable in class com.fasterxml.transistore.cmd.GetCmd
 
maxEntries - Variable in class com.fasterxml.transistore.cmd.ListCmd
 

P

pathFromFile(File) - Static method in class com.fasterxml.transistore.cmd.TStoreCmdBase
Helper method used for converting local (usually) relative filenames into server-side paths.
pathInfo - Variable in class com.fasterxml.transistore.cmd.ListCmd
 
paths - Variable in class com.fasterxml.transistore.cmd.CatCmd
 
PutCmd - Class in com.fasterxml.transistore.cmd
 
PutCmd() - Constructor for class com.fasterxml.transistore.cmd.PutCmd
 

R

recursive - Variable in class com.fasterxml.transistore.cmd.DeleteCmd
 
requestCount - Variable in class com.fasterxml.transistore.cmd.GenerateLoad
 
requestSize - Variable in class com.fasterxml.transistore.cmd.GenerateLoad
 
run() - Method in class com.fasterxml.transistore.cmd.CatCmd
 
run() - Method in class com.fasterxml.transistore.cmd.DeleteCmd
 
run() - Method in class com.fasterxml.transistore.cmd.GenerateLoad
 
run() - Method in class com.fasterxml.transistore.cmd.GetCmd
 
run() - Method in class com.fasterxml.transistore.cmd.ListCmd
 
run() - Method in class com.fasterxml.transistore.cmd.PutCmd
 

S

servers - Variable in class com.fasterxml.transistore.cmd.TStoreCmdBase
 
size(long) - Method in class com.fasterxml.transistore.cmd.ListCmd
 
SkeletalServiceConfig - Class in com.fasterxml.transistore.cmd
Skeletal copy of the service configuration, used by local command-line tools to get basic information, but without requiring a dependency to definition (plus ignoring stuff that is not relevant to client side).
SkeletalServiceConfig() - Constructor for class com.fasterxml.transistore.cmd.SkeletalServiceConfig
 
SkeletalServiceConfig.Cluster - Class in com.fasterxml.transistore.cmd
 
SkeletalServiceConfig.Cluster() - Constructor for class com.fasterxml.transistore.cmd.SkeletalServiceConfig.Cluster
 
SkeletalServiceConfig.Node - Class in com.fasterxml.transistore.cmd
 
SkeletalServiceConfig.Node() - Constructor for class com.fasterxml.transistore.cmd.SkeletalServiceConfig.Node
 
SkeletalServiceConfig.Node(String) - Constructor for class com.fasterxml.transistore.cmd.SkeletalServiceConfig.Node
 
SkeletalServiceConfig.Node(IpAndPort) - Constructor for class com.fasterxml.transistore.cmd.SkeletalServiceConfig.Node
 
SkeletalServiceConfig.Wrapper - Class in com.fasterxml.transistore.cmd
 
SkeletalServiceConfig.Wrapper() - Constructor for class com.fasterxml.transistore.cmd.SkeletalServiceConfig.Wrapper
 
SLASH_PATTERN - Static variable in class com.fasterxml.transistore.cmd.TStoreCmdBase
 

T

terminateWith(Throwable) - Method in class com.fasterxml.transistore.cmd.TStoreCmdBase
 
THREAD_STARTUP_DELAY_MSECS - Static variable in class com.fasterxml.transistore.cmd.GenerateLoad
Number of milliseconds between creating new threads during startup
threadCount - Variable in class com.fasterxml.transistore.cmd.GenerateLoad
 
ts - Variable in class com.fasterxml.transistore.cmd.SkeletalServiceConfig
 
TStoreCmdBase - Class in com.fasterxml.transistore.cmd
 
TStoreCmdBase(boolean) - Constructor for class com.fasterxml.transistore.cmd.TStoreCmdBase
 
TStoreMain - Class in com.fasterxml.transistore.cmd
 
TStoreMain() - Constructor for class com.fasterxml.transistore.cmd.TStoreMain
 

V

verbose - Variable in class com.fasterxml.transistore.cmd.TStoreCmdBase
 

W

warn(String, Object...) - Method in class com.fasterxml.transistore.cmd.TStoreCmdBase
 

_

_canPrintVerbose - Variable in class com.fasterxml.transistore.cmd.TStoreCmdBase
 
_client - Variable in class com.fasterxml.transistore.cmd.GenerateLoad
 
_deleteSingle(BasicTSClient, BasicTSKey) - Method in class com.fasterxml.transistore.cmd.DeleteCmd
 
_logPut(PutOperationResult, String, int, String) - Method in class com.fasterxml.transistore.cmd.GenerateLoad
 
_pathFrom(File, StringBuilder) - Static method in class com.fasterxml.transistore.cmd.TStoreCmdBase
 
_performOperation(String, GenerateLoad.ContentGenerator) - Method in class com.fasterxml.transistore.cmd.GenerateLoad
 
_prefix - Variable in class com.fasterxml.transistore.cmd.GenerateLoad
 
_startTime - Variable in class com.fasterxml.transistore.cmd.GenerateLoad
 
_target - Variable in class com.fasterxml.transistore.cmd.PutCmd
 
A B C D E G I J K L M P R S T V W _ 

Copyright © 2013 FasterXML. All Rights Reserved.