Re: Implementing compareTo in user-written keys where one extends the other is error prone

2009-05-01 Thread Marshall Schor
thanks for the tip. I'll look into it - it doesn't look too hard in my case to do. -Marshall Owen O'Malley wrote: > If you use custom key types, you really should be defining a > RawComparator. It will perform much much better. > > -- Owen > >

classpath for finding Key classes

2009-04-30 Thread Marshall Schor
s to include my giant Jar as the argument to -libjars - that seems to get the class path set up so the startup / validation code can find my classes. This seems wasteful - having the giant jar in two places... Is there a best practices way to do this that's better than this? Thanks. -Marshall Schor

Implementing compareTo in user-written keys where one extends the other is error prone

2009-04-30 Thread Marshall Schor
g something wrong, or can this be improved so that this kind of error is avoided? -Marshall Schor