First why do you want to change the default file location? Also i thing we should improve the javadoc a bit so that the defaults are mentioned and i am thinking here to add a File param only constructor so that you can change the location easier without knowing the rest of those defaults
On 11/29/07, mfs <[EMAIL PROTECTED]> wrote: > > Thanks, btw as of now what is the default value set for the remaining three > fields..maxSizePerPageMap,maxSizePerSession and fileChannelPoolCapacity ? > > Farhan. > > Eelco Hillenius wrote: > > > >> Use the different constructor your self: > >> > >> *public* DiskPageStore(File fileStoreFolder, *int* maxSizePerPagemap, > >> *int*maxSizePerSession, > >> *int* fileChannelPoolCapacity) > > > > I don't know how I missed that constructor. Looked with my butt it seems. > > > > Eelco > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/Serialized-pages-location-on-the-disk---tf4895129.html#a14031923 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
