Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[store-dev] Should deleteContent() be called?
  • From: Robert Rodini <rrodini@xxxxxxxxxxx>
  • Date: Wed, 20 Aug 2025 17:45:26 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=u6IVMCemw6LF0nVG1+1SApjli9pB+Y471UZQeuLHir4=; b=d8Mm+BqGBD4xLkbYg0bhsqiTxBUycWlzoiFfGT68ai1sxbADbCaUZ4gmtXWoZ3A+vJ6U6B6g0UQ+YwMYjbUlz8KZ2uz3+aGoiumdKf6ThKQquV2VSmQSKVGpYC6vMCQWgY0p5sjwnnJSYHxDxozBrTd1T6iN0Hcke7rfN5iL8YxnklPObt+eKJcS7ilHmLe3oEufLny3Pfkhl/+d/bJZPp51BwfwVm/XCxthM73EErUozGRGGsrR9taRm5xFqK2B0ab1uHP0XEqtJkgU9UAIWQ762Nj/EEVDEhnaOCECgFGG0s97BJ9KtJIjvFHxt2g0Q3TqKmonIMgXyZxAzqG5uA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=JujY7w3lmFCYKfoyBM1RcUZgugES+9LfVm5oHurVa+mSrjqpg3f8HpIyqRl5Rc5+lyD2yBK40UIVvNrQDRWus4ZIseTRf3ogGWOy6+MOKv67uWH0smOtI3MVvnUc5u5rCBsYZFa6CF2NFgDVhGVjAXZ7itbFiD2p9Cs/swgWxdYVfq230bas4/TeqJus6fL1zYcdtvI2tmUV6G7QUAmI/JUg0vEjLe/xcyXDIfWoZO/CnT18TDO84gsD5udGzuB/a29BQCshnYkFbbR7OrQ99xYcpWj7BOw2x+OURntDWzLwg32O4E2pJHelQFI4O5Szq1FcHIEXEHvRq23VAI+gWw==
  • Delivered-to: store-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/store-dev/>
  • List-help: <mailto:store-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/store-dev>, <mailto:store-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/store-dev>, <mailto:store-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHcEfmcZf3tp0gnEUKHbkNiZge/rw==
  • Thread-topic: Should deleteContent() be called?

Hello,
In my application I have a program that reads text files and processes them into Java data structures that are then saved to Eclipse Store (it works!).

Each time the application runs it just erases the previous contents of the store.  In this scenario should I call root.deleteContent() at start up?  If I don't do this, is there a harmful effect on the store?

Thank you

Back to the top